Skip to content

Commit

Permalink
Deprecate 5.5 / 5.6 modules #26
Browse files Browse the repository at this point in the history
  • Loading branch information
andrus committed Nov 25, 2023
1 parent b74c458 commit 19d40a6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public class TapestryModuleProvider implements BQModuleProvider {
public BuiltModule buildModule() {
return BuiltModule.of(new TapestryModule())
.provider(this)
.description("Integrates Apache Tapestry, v5.5")
.description("Deprecated, can be replaced with 'bootique-tapestry58'.")
.config("tapestry", BQTapestryFilterFactory.class)
.build();
}
Expand Down

0 comments on commit 19d40a6

Please sign in to comment.