This is an automated email from the ASF dual-hosted git repository. ahuber pushed a commit to branch v4 in repository https://gitbox.apache.org/repos/asf/causeway.git
commit 72a5c9c1e7f4035ba79b9d6bf0162d988353845e Merge: 14d99ebda19 aaf7284576a Author: andi-huber <[email protected]> AuthorDate: Mon Aug 11 08:05:33 2025 +0200 Merge remote-tracking branch 'origin/main' into v4 bom/pom.xml | 7 +++++++ .../jpa/integration/entity/JpaEntityFacet.java | 22 +++++++++++----------- 2 files changed, 18 insertions(+), 11 deletions(-) diff --cc bom/pom.xml index cac63b072ff,5646273412d..b4cafa69238 --- a/bom/pom.xml +++ b/bom/pom.xml @@@ -1104,6 -1284,13 +1104,13 @@@ identifie <type>jar</type> <scope>compile</scope> </dependency> + <dependency> + <groupId>org.apache.causeway.extensions</groupId> + <artifactId>causeway-extensions-tabular-pdf</artifactId> - <version>3.5.0-SNAPSHOT</version> ++ <version>${project.version}</version> + <type>jar</type> + <scope>compile</scope> + </dependency> <dependency> <groupId>org.apache.causeway.extensions</groupId> <artifactId>causeway-extensions-fullcalendar</artifactId>
