Skip to content

Commit

Permalink
Merge pull request #1343 from edeandrea/patch-2
Browse files Browse the repository at this point in the history
Add all-open option for Kotlin panache
  • Loading branch information
gsmet authored Oct 23, 2023
2 parents 14f71db + 8a641d2 commit 6ce6a9b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hibernate-orm-panache-kotlin-quickstart/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@
<pluginOptions>
<option>all-open:annotation=jakarta.ws.rs.Path</option>
<option>all-open:annotation=jakarta.enterprise.context.ApplicationScoped</option>
<option>all-open:annotation=jakarta.persistence.Entity</option>
<option>all-open:annotation=io.quarkus.test.junit.QuarkusTest</option>
</pluginOptions>
</configuration>
Expand Down

0 comments on commit 6ce6a9b

Please sign in to comment.