Skip to content

solon upgraded to v3.10.7#7653

Open
noear wants to merge 13 commits into
alibaba:mainfrom
noear:main
Open

solon upgraded to v3.10.7#7653
noear wants to merge 13 commits into
alibaba:mainfrom
noear:main

Conversation

@noear

@noear noear commented May 31, 2026

Copy link
Copy Markdown
Contributor

No description provided.

Comment thread example-solon-test/pom.xml Outdated
<dependency>
<groupId>org.noear</groupId>
<artifactId>solon-boot-jdkhttp</artifactId>
<artifactId>solon-server-jdkhttp</artifactId>

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

[Critical] The artifact rename from solon-boot-jdkhttp to solon-server-jdkhttp changes the alphabetical sort position, but the dependency order was not updated. solon-server-jdkhttp (s) now sorts after solon-logging-simple (l), violating the Maven enforcer's DEPENDENCY_ORDER rule and breaking the build.

Suggested change
<artifactId>solon-server-jdkhttp</artifactId>
<dependency>
<groupId>org.noear</groupId>
<artifactId>solon-logging-simple</artifactId>
</dependency>
<dependency>
<groupId>org.noear</groupId>
<artifactId>solon-server-jdkhttp</artifactId>
</dependency>

— qwen3.7-max via Qwen Code /review

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

And there's this sorting issue, let me adjust it.

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