Skip to content

Commit

Permalink
Fix a remaining reference to quarkus.resteasy-reactive. prefix
Browse files Browse the repository at this point in the history
I think it shouldn't break applications, it's just that you get a
warning.
Not sure how I missed it in the renaming given the number of manual
checks I did...
  • Loading branch information
gsmet committed Mar 27, 2024
1 parent 826fb7e commit 3a3d89d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import io.quarkus.runtime.annotations.ConfigRoot;
import io.smallrye.config.ConfigMapping;

@ConfigMapping(prefix = "quarkus.resteasy-reactive")
@ConfigMapping(prefix = "quarkus.rest")
@ConfigRoot(phase = ConfigPhase.BUILD_TIME)
public interface ResteasyReactiveServerConfig {

Expand Down

0 comments on commit 3a3d89d

Please sign in to comment.