This is an automated email from the ASF dual-hosted git repository. jamesbognar pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/juneau.git
commit fa7da0f78f37d1110206803d2d1ce363659d8d9c Author: James Bognar <[email protected]> AuthorDate: Fri Oct 31 10:13:39 2025 -0400 Utility class cleanup --- .../src/main/java/org/apache/juneau/jena/annotation/RdfAnnotation.java | 2 +- juneau-core/juneau-marshall/pom.xml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/juneau-core/juneau-marshall-rdf/src/main/java/org/apache/juneau/jena/annotation/RdfAnnotation.java b/juneau-core/juneau-marshall-rdf/src/main/java/org/apache/juneau/jena/annotation/RdfAnnotation.java index b5325478bf..251fed2b4c 100644 --- a/juneau-core/juneau-marshall-rdf/src/main/java/org/apache/juneau/jena/annotation/RdfAnnotation.java +++ b/juneau-core/juneau-marshall-rdf/src/main/java/org/apache/juneau/jena/annotation/RdfAnnotation.java @@ -65,7 +65,7 @@ public class RdfAnnotation { String namespace = "", prefix = ""; boolean beanUri; - var collectionFormat = RdfCollectionFormat.DEFAULT; + RdfCollectionFormat collectionFormat = RdfCollectionFormat.DEFAULT; /** * Constructor. diff --git a/juneau-core/juneau-marshall/pom.xml b/juneau-core/juneau-marshall/pom.xml index 5335fc7bbf..5bd362043a 100644 --- a/juneau-core/juneau-marshall/pom.xml +++ b/juneau-core/juneau-marshall/pom.xml @@ -56,6 +56,8 @@ <configuration> <instructions> <Automatic-Module-Name>org.apache.juneau.marshall</Automatic-Module-Name> + <_nouses>true</_nouses> + <_nodefaultversion>true</_nodefaultversion> </instructions> </configuration> <executions>
