75 questions
0 votes
0 answers
599 views
Handling Deprecated AuthorizationServerConfigurerAdapter in Spring Security OAuth
I'm currently working on implementing an Authorization Server using Spring Security OAuth. While configuring the OAuth server, I've encountered that the AuthorizationServerConfigurerAdapter class ...
0 votes
0 answers
150 views
How to get the context with RouterContext using in v6.22?
I am new to React development and was assigned with task of upgrading to the latest libraries. Looking at the existing code seems to be written generically to meet any react project using react-router ...
0 votes
0 answers
46 views
How does IgnoreNulls ValidationAttribute affect other attributes Microsoft.Practices.EnterpriseLibrary.Validation
I'm converting a legacy app from using Microsoft.Practices.EnterpriseLibary.Validation to System.ComponentModel.DataAnnotations, and I'm trying to figure out how to implement an IgnoreNulls attribute. ...
0 votes
0 answers
103 views
Tool for moving API code from monolith to micro-service
We are currently in the process of moving code from our monoliths to different micro-services. There are 2 monoliths one using express, the other using sails on top of nodejs. I have already moved a ...
0 votes
0 answers
39 views
ASP migration to .net 6 tools
I've been asked to take an existing fairly large (150 page) database driven site that was written in ASP classic and upgrade it to .net 5 or .net 6. Are there any reliable tools available to make this ...
0 votes
0 answers
37 views
Best Practices for migrating python2 to python3 in django
It will be more helpful if you answer the following questions as well. Dealing with models.CharField. In python2, how the CharField value is stored in the database and how it is different from the ...
0 votes
1 answer
473 views
convert date format of oracle query to sql server query
i am trying to convert below oracle query to SQL server query. Select * from table A WHERE TRUNC(a.Generate_DATE,'MM') = (SELECT (NVL (TRUNC (TO_DATE ('$$date','MM/DD/YYYY HH24:MI:SS')),TRUNC(...
0 votes
1 answer
111 views
Is it possible to import/migrate functionality/specific files from one Amazon Connect instance to another?
Is it possible to import/migrate functionality/specific files from one Amazon Connect instance to another? We've built out call center functionality within one Amazon Connect instance but we'd like ...
4 votes
1 answer
3k views
Is the "IonApp" class from @ionic/angular (Ionic 4) the new "App" class from ionic-angular ( Ionic 3)?
I'm currently trying to migrate an old Ionic app to Ionic 4. they were no issues at all before migration I'm working on a provider file helper.ts , and i'm stuck with a migration issue. here is the ...
0 votes
0 answers
363 views
Composer install failed with PEAR
I am working in Magento 2 code migration tool, there I am stucked at composer install. Error is as below :- In RemoteFilesystem.php line 515: The "https://pear.php.net/get/Archive_Tar-1.4.3.tgz" ...
3 votes
1 answer
245 views
Change MPMoviePlayerController fullscreen button icon to caption icon in iOS in Swift Project
I am using MPMoviePlayerController as an embedded video player, but the fullscreen icon from iOS 10+ has changed. Original image in iOS 8, 9 Image in iOS 10+ I made the change earlier in an ...
1 vote
1 answer
496 views
Magento2 Code Migration Tool Issue with Custom Module Migration
Anyone faced this error? I'm trying to migrate a custom module. When I run this command, I get the error below. Please advise. php bin/migrate.php migrateModuleStructure source destination PHP ...
14 votes
4 answers
17k views
How to convert Giant project Objective C to Swift
I've running project and its really gigantic, it contain almost 1000 files and 4 Custom (own built) framework and almost 10 others added via Pods. I've gone through Migrating Your Objective-C Code to ...
1 vote
1 answer
347 views
Source code migration from one VSTS repository to another VSTS repository
We have two VSTS repositories assuming abc.visualstudio.com & xyz.visualstudio.com and we need to migrate the source code along with the history into final.visualstudio.com. For now we managed to ...
4 votes
3 answers
4k views
AWS codecommit migration
May be its simple question but I am not able to find right document to implement this. I have two aws account i.e personal P and Office O. For experiment purpose initially I have created Codecommit ...