Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

WINDUPRULE-940 correct erroneous effort values #993

Merged
merged 1 commit into from
Jun 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@
<javaclass references="sun.misc.Unsafe.{method-name}({*})"/>
</when>
<perform>
<hint title="Methods in `sun.misc.Unsafe` have been removed" effort="2" category-id="mandatory">
<hint title="Methods in `sun.misc.Unsafe` have been removed" effort="1" category-id="mandatory">
<message>
The `sun.misc.Unsafe` API is scheduled for removal in the long term, and some of its methods have been removed. In short term, please consider the following:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
</xmlfile>
</when>
<perform>
<hint title="Replace the spring-boot-maven-plugin dependency" effort="2" category-id="mandatory">
<hint title="Replace the spring-boot-maven-plugin dependency" effort="1" category-id="mandatory">
<message>
Replace the `spring-boot-maven-plugin` dependency.
The `spring-boot-maven-plugin` dependency needs to be replaced with `quarkus-maven-plugin`, so that the application is built with Quarkus, both for running on the JVM and in native mode.
Expand Down