-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Spring Boot Migrator App does not work correctly if a Maven project uses a version range in the declared parent project #1040
Comments
|
I'm also facing the same error ... can someone help @fabapp2 ? |
I am also facing the same error please help us @fabapp2 [main] ERROR o.s.boot.SpringApplication - Application run failed Caused by: org.openrewrite.internal.RecipeRunException: Exception while visiting project file '/runner/_work/email_service-api-services-poc/email_service-api-services-poc/application/src/main/java/FlowConfigurations.java (in FlowConfiguration.responsys_auth_system_api_client_flow)', caused by: java.lang.NullPointerException: Cannot invoke "org.openrewrite.java.tree.JRightPadded.getElement()" because "l" is null, at org.openrewrite.java.tree.JRightPadded.getElements(JRightPadded.java:106) |
Describe the bug
When scanning a project using java -jar spring-boot-migrator.jar I got the following error:
scanmigrator:> scan /root/workspace/log_manager
SBM Version
https://github.com/spring-projects-experimental/spring-boot-migrator/releases/tag/0.15.0
SBM Application
spring-boot-migrator.jar
To Reproduce
Steps to reproduce the behavior:
The project is inheriting from a parent project. and it's using a version range as follows:
Expected behavior
Expected to display the applicable recipes
Screenshots
Stacktrace
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
I tried to use a fixed version. But nothing has changed, still getting the error, it's like the migrator app is using some sort of uncleaned cache ..
The text was updated successfully, but these errors were encountered: