From bae189933a5ddde35bed6199766066658c4c7627 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20=C3=89pardaud?= Date: Wed, 7 Jul 2021 11:51:49 +0200 Subject: [PATCH] Update docs/src/main/asciidoc/hibernate-reactive-panache.adoc Co-authored-by: Georgios Andrianakis --- docs/src/main/asciidoc/hibernate-reactive-panache.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/main/asciidoc/hibernate-reactive-panache.adoc b/docs/src/main/asciidoc/hibernate-reactive-panache.adoc index 8cca3d7726e40f..5cb1545ad6e9e5 100644 --- a/docs/src/main/asciidoc/hibernate-reactive-panache.adoc +++ b/docs/src/main/asciidoc/hibernate-reactive-panache.adoc @@ -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