Skip to content

Commit

Permalink
Update docs/src/main/asciidoc/hibernate-reactive-panache.adoc
Browse files Browse the repository at this point in the history
Co-authored-by: Georgios Andrianakis <[email protected]>
  • Loading branch information
FroMage and geoand authored Jul 7, 2021
1 parent 38292ee commit bae1899
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/hibernate-reactive-panache.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -981,7 +981,7 @@ That's all there is to it: with Panache, Hibernate Reactive has never looked so

Hibernate Reactive with Panache relies on compile-time bytecode enhancements to your entities.

It attempts to idenfity archives with Panache entities (and consumers of Panache entities)
It attempts to identify archives with Panache entities (and consumers of Panache entities)
by the presence of the marker file `META-INF/panache-archive.marker`. Panache includes an
annotation processor that will automatically create this file in archives that depend on
Panache (even indirectly). If you have disabled annotation processors you may need to create
Expand Down

0 comments on commit bae1899

Please sign in to comment.