Skip to content

Commit

Permalink
WINDUPRULE-940 correct erroneous effort values (#993)
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilipCattanach committed Jun 20, 2023
1 parent 2d765d5 commit fe973d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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

0 comments on commit fe973d5

Please sign in to comment.