Skip to content

Conversation

@rujche
Copy link
Member

@rujche rujche commented Jan 15, 2026

Pattern.compile("(org.springframework.boot:spring-boot-dependencies;)([.\\-\\w]+)");
static final Pattern SPRING_CLOUD_DEPENDENCIES_PATTERN =
Pattern.compile("(springboot3_org.springframework.cloud:spring-cloud-dependencies;)([.\\-\\w]+)");
Pattern.compile("(org.springframework.cloud:spring-cloud-dependencies;)([.\\-\\w]+)");
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should they be changed to springboot4_org ?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, change to spring-boot4_org will cause test failure. Here is the screenshot:

image

Use org will not have test failure:

image

It's just used to match string pattern:

image

@rujche rujche merged commit 7c40011 into main Jan 15, 2026
2 checks passed
@rujche rujche deleted the rujche/main/update-supported-version branch January 15, 2026 02:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants