Skip to content

Commit

Permalink
Persist method argument names in bytecode (#131)
Browse files Browse the repository at this point in the history
Spring Boot Ahead of Time Optimizations asked for third party library to be compile with -parameters
  • Loading branch information
batiot authored Feb 19, 2024
1 parent b0623d9 commit 0886e84
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,9 @@
<version>3.10.1</version>
<configuration>
<encoding>${project.build.sourceEncoding}</encoding>
<compilerArgs>
<arg>-parameters</arg>
</compilerArgs>
</configuration>
</plugin>

Expand Down

0 comments on commit 0886e84

Please sign in to comment.