You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is related to #151 as properties can be removed for non-supported modules if they're not used in the scanned application
Scan application for dependencies used that is (temporarily) not supported anymore
Warn user about usage when usage was found and skip the migration
These were reinstated until M3:
EhCache 3
H2 Console
Rest Assured
Pooled JMS
What needs to be done
Step 1 (Finder)
Create a list of dependencies not supported in 3.0.0-M3
Implement a finder that searches the ProjectContext / BuildFile for any of the dependencies. Using (BuildFile.getDeclaredDependencies()) and matching groupId:artifactId and returns all matches.
Step 2 (Report)
Create a section in the report informing the user that the scanned application uses non-supported dependencies and list the matching dependencies (using the previously created finder)
The text was updated successfully, but these errors were encountered:
https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-3.0.0-M1-Release-Notes#removed-support
https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-3.0.0-M1-Release-Notes#jakarta-ee-9
This is related to #151 as properties can be removed for non-supported modules if they're not used in the scanned application
These were reinstated until M3:
What needs to be done
Step 1 (Finder)
ProjectContext
/BuildFile
for any of the dependencies. Using (BuildFile.getDeclaredDependencies()
) and matchinggroupId:artifactId
and returns all matches.Step 2 (Report)
The text was updated successfully, but these errors were encountered: