This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/juneau.git

commit b649452f7acef219bb64ca2eb1bf44fb829180d0
Author: Gary Gregory <[email protected]>
AuthorDate: Thu Jul 24 18:31:22 2025 -0400

    Bump version from 9.1.1-SNAPSHOT to 9.2.0-SNAPSHOT
---
 RELEASE-NOTES.txt                                                    | 2 +-
 juneau-all/pom.xml                                                   | 2 +-
 juneau-core/juneau-assertions/pom.xml                                | 2 +-
 juneau-core/juneau-common/pom.xml                                    | 2 +-
 juneau-core/juneau-config/pom.xml                                    | 2 +-
 juneau-core/juneau-dto/pom.xml                                       | 2 +-
 juneau-core/juneau-marshall/pom.xml                                  | 2 +-
 juneau-core/pom.xml                                                  | 2 +-
 juneau-distrib/pom.xml                                               | 2 +-
 juneau-examples/juneau-examples-core/pom.xml                         | 2 +-
 juneau-examples/juneau-examples-rest-jetty-ftest/pom.xml             | 2 +-
 juneau-examples/juneau-examples-rest-jetty/pom.xml                   | 2 +-
 juneau-examples/juneau-examples-rest-springboot/pom.xml              | 2 +-
 juneau-examples/juneau-examples-rest/pom.xml                         | 2 +-
 juneau-examples/pom.xml                                              | 2 +-
 juneau-microservice/juneau-microservice-core/pom.xml                 | 2 +-
 juneau-microservice/juneau-microservice-jetty/pom.xml                | 2 +-
 juneau-microservice/juneau-my-jetty-microservice/pom.xml             | 4 ++--
 juneau-microservice/juneau-my-springboot-microservice/pom.xml        | 4 ++--
 juneau-microservice/pom.xml                                          | 2 +-
 juneau-rest/juneau-rest-client/pom.xml                               | 2 +-
 juneau-rest/juneau-rest-common/pom.xml                               | 2 +-
 juneau-rest/juneau-rest-mock/pom.xml                                 | 2 +-
 juneau-rest/juneau-rest-server-springboot/pom.xml                    | 2 +-
 juneau-rest/juneau-rest-server/pom.xml                               | 2 +-
 juneau-rest/pom.xml                                                  | 2 +-
 juneau-sc/juneau-sc-client/pom.xml                                   | 2 +-
 juneau-sc/juneau-sc-server/pom.xml                                   | 2 +-
 juneau-sc/pom.xml                                                    | 2 +-
 juneau-utest-utils/pom.xml                                           | 2 +-
 juneau-utest/pom.xml                                                 | 2 +-
 .../org/apache/juneau/msgpack/annotation/MsgPackAnnotation_Test.java | 5 +++++
 .../juneau/urlencoding/annotation/UrlEncodingAnnotation_Test.java    | 5 +++++
 pom.xml                                                              | 4 ++--
 34 files changed, 45 insertions(+), 35 deletions(-)

diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index 52f2026c3..8aa5ed8a4 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -11,7 +11,7 @@
 * specific language governing permissions and limitations under the License.   
                                           *
 
***************************************************************************************************************************
 
-Release Notes - Juneau - Version 9.1.1
+Release Notes - Juneau - Version 9.2.0
 
 ** Changes
 
diff --git a/juneau-all/pom.xml b/juneau-all/pom.xml
index 44dd1b541..7957dfc50 100644
--- a/juneau-all/pom.xml
+++ b/juneau-all/pom.xml
@@ -20,7 +20,7 @@
        <parent>
                <groupId>org.apache.juneau</groupId>
                <artifactId>juneau</artifactId>
-               <version>9.1.1-SNAPSHOT</version>
+               <version>9.2.0-SNAPSHOT</version>
        </parent>
 
        <artifactId>juneau-all</artifactId>
diff --git a/juneau-core/juneau-assertions/pom.xml 
b/juneau-core/juneau-assertions/pom.xml
index ff86c12d4..328eb31a9 100644
--- a/juneau-core/juneau-assertions/pom.xml
+++ b/juneau-core/juneau-assertions/pom.xml
@@ -20,7 +20,7 @@
        <parent>
                <groupId>org.apache.juneau</groupId>
                <artifactId>juneau-core</artifactId>
-               <version>9.1.1-SNAPSHOT</version>
+               <version>9.2.0-SNAPSHOT</version>
        </parent>
 
        <artifactId>juneau-assertions</artifactId>
diff --git a/juneau-core/juneau-common/pom.xml 
b/juneau-core/juneau-common/pom.xml
index b08222fe1..3dcfede08 100644
--- a/juneau-core/juneau-common/pom.xml
+++ b/juneau-core/juneau-common/pom.xml
@@ -20,7 +20,7 @@
        <parent>
                <groupId>org.apache.juneau</groupId>
                <artifactId>juneau-core</artifactId>
-               <version>9.1.1-SNAPSHOT</version>
+               <version>9.2.0-SNAPSHOT</version>
        </parent>
 
        <artifactId>juneau-common</artifactId>
diff --git a/juneau-core/juneau-config/pom.xml 
b/juneau-core/juneau-config/pom.xml
index 172c5b46b..103da5c3d 100644
--- a/juneau-core/juneau-config/pom.xml
+++ b/juneau-core/juneau-config/pom.xml
@@ -20,7 +20,7 @@
        <parent>
                <groupId>org.apache.juneau</groupId>
                <artifactId>juneau-core</artifactId>
-               <version>9.1.1-SNAPSHOT</version>
+               <version>9.2.0-SNAPSHOT</version>
        </parent>
 
        <artifactId>juneau-config</artifactId>
diff --git a/juneau-core/juneau-dto/pom.xml b/juneau-core/juneau-dto/pom.xml
index 2d16c01a9..77b65d9a9 100644
--- a/juneau-core/juneau-dto/pom.xml
+++ b/juneau-core/juneau-dto/pom.xml
@@ -20,7 +20,7 @@
        <parent>
                <groupId>org.apache.juneau</groupId>
                <artifactId>juneau-core</artifactId>
-               <version>9.1.1-SNAPSHOT</version>
+               <version>9.2.0-SNAPSHOT</version>
        </parent>
 
        <artifactId>juneau-dto</artifactId>
diff --git a/juneau-core/juneau-marshall/pom.xml 
b/juneau-core/juneau-marshall/pom.xml
index cca6489ad..85b9c6ffd 100644
--- a/juneau-core/juneau-marshall/pom.xml
+++ b/juneau-core/juneau-marshall/pom.xml
@@ -20,7 +20,7 @@
        <parent>
                <groupId>org.apache.juneau</groupId>
                <artifactId>juneau-core</artifactId>
-               <version>9.1.1-SNAPSHOT</version>
+               <version>9.2.0-SNAPSHOT</version>
        </parent>
 
        <artifactId>juneau-marshall</artifactId>
diff --git a/juneau-core/pom.xml b/juneau-core/pom.xml
index 1b493a114..05fbc7e2a 100644
--- a/juneau-core/pom.xml
+++ b/juneau-core/pom.xml
@@ -20,7 +20,7 @@
        <parent>
                <groupId>org.apache.juneau</groupId>
                <artifactId>juneau</artifactId>
-               <version>9.1.1-SNAPSHOT</version>
+               <version>9.2.0-SNAPSHOT</version>
        </parent>
 
        <artifactId>juneau-core</artifactId>
diff --git a/juneau-distrib/pom.xml b/juneau-distrib/pom.xml
index b2df7dea7..16386936c 100644
--- a/juneau-distrib/pom.xml
+++ b/juneau-distrib/pom.xml
@@ -20,7 +20,7 @@
        <parent>
                <groupId>org.apache.juneau</groupId>
                <artifactId>juneau</artifactId>
-               <version>9.1.1-SNAPSHOT</version>
+               <version>9.2.0-SNAPSHOT</version>
        </parent>
 
        <artifactId>juneau-distrib</artifactId>
diff --git a/juneau-examples/juneau-examples-core/pom.xml 
b/juneau-examples/juneau-examples-core/pom.xml
index 5fdf87b44..734cee06b 100644
--- a/juneau-examples/juneau-examples-core/pom.xml
+++ b/juneau-examples/juneau-examples-core/pom.xml
@@ -20,7 +20,7 @@
        <parent>
                <artifactId>juneau-examples</artifactId>
                <groupId>org.apache.juneau</groupId>
-               <version>9.1.1-SNAPSHOT</version>
+               <version>9.2.0-SNAPSHOT</version>
        </parent>
 
        <artifactId>juneau-examples-core</artifactId>
diff --git a/juneau-examples/juneau-examples-rest-jetty-ftest/pom.xml 
b/juneau-examples/juneau-examples-rest-jetty-ftest/pom.xml
index 353ef41c0..47cc6822d 100644
--- a/juneau-examples/juneau-examples-rest-jetty-ftest/pom.xml
+++ b/juneau-examples/juneau-examples-rest-jetty-ftest/pom.xml
@@ -20,7 +20,7 @@
        <parent>
                <groupId>org.apache.juneau</groupId>
                <artifactId>juneau-examples</artifactId>
-               <version>9.1.1-SNAPSHOT</version>
+               <version>9.2.0-SNAPSHOT</version>
        </parent>
 
        <artifactId>juneau-examples-rest-jetty-ftest</artifactId>
diff --git a/juneau-examples/juneau-examples-rest-jetty/pom.xml 
b/juneau-examples/juneau-examples-rest-jetty/pom.xml
index f13e1ffb8..cdcb06681 100644
--- a/juneau-examples/juneau-examples-rest-jetty/pom.xml
+++ b/juneau-examples/juneau-examples-rest-jetty/pom.xml
@@ -20,7 +20,7 @@
        <parent>
                <groupId>org.apache.juneau</groupId>
                <artifactId>juneau-examples</artifactId>
-               <version>9.1.1-SNAPSHOT</version>
+               <version>9.2.0-SNAPSHOT</version>
        </parent>
 
        <artifactId>juneau-examples-rest-jetty</artifactId>
diff --git a/juneau-examples/juneau-examples-rest-springboot/pom.xml 
b/juneau-examples/juneau-examples-rest-springboot/pom.xml
index 71bf43874..8ed212cf8 100644
--- a/juneau-examples/juneau-examples-rest-springboot/pom.xml
+++ b/juneau-examples/juneau-examples-rest-springboot/pom.xml
@@ -20,7 +20,7 @@
        <parent>
                <groupId>org.apache.juneau</groupId>
                <artifactId>juneau-examples</artifactId>
-               <version>9.1.1-SNAPSHOT</version>
+               <version>9.2.0-SNAPSHOT</version>
        </parent>
 
        <artifactId>juneau-examples-rest-springboot</artifactId>
diff --git a/juneau-examples/juneau-examples-rest/pom.xml 
b/juneau-examples/juneau-examples-rest/pom.xml
index 3d24097ef..928fd8f50 100644
--- a/juneau-examples/juneau-examples-rest/pom.xml
+++ b/juneau-examples/juneau-examples-rest/pom.xml
@@ -20,7 +20,7 @@
        <parent>
                <groupId>org.apache.juneau</groupId>
                <artifactId>juneau-examples</artifactId>
-               <version>9.1.1-SNAPSHOT</version>
+               <version>9.2.0-SNAPSHOT</version>
        </parent>
 
        <artifactId>juneau-examples-rest</artifactId>
diff --git a/juneau-examples/pom.xml b/juneau-examples/pom.xml
index 124d23638..d4a07ee55 100644
--- a/juneau-examples/pom.xml
+++ b/juneau-examples/pom.xml
@@ -20,7 +20,7 @@
        <parent>
                <groupId>org.apache.juneau</groupId>
                <artifactId>juneau</artifactId>
-               <version>9.1.1-SNAPSHOT</version>
+               <version>9.2.0-SNAPSHOT</version>
        </parent>
 
        <artifactId>juneau-examples</artifactId>
diff --git a/juneau-microservice/juneau-microservice-core/pom.xml 
b/juneau-microservice/juneau-microservice-core/pom.xml
index 403f235e2..6b040da6b 100644
--- a/juneau-microservice/juneau-microservice-core/pom.xml
+++ b/juneau-microservice/juneau-microservice-core/pom.xml
@@ -20,7 +20,7 @@
        <parent>
                <groupId>org.apache.juneau</groupId>
                <artifactId>juneau-microservice</artifactId>
-               <version>9.1.1-SNAPSHOT</version>
+               <version>9.2.0-SNAPSHOT</version>
        </parent>
 
        <artifactId>juneau-microservice-core</artifactId>
diff --git a/juneau-microservice/juneau-microservice-jetty/pom.xml 
b/juneau-microservice/juneau-microservice-jetty/pom.xml
index 8d7572e38..aecebea76 100644
--- a/juneau-microservice/juneau-microservice-jetty/pom.xml
+++ b/juneau-microservice/juneau-microservice-jetty/pom.xml
@@ -20,7 +20,7 @@
        <parent>
                <groupId>org.apache.juneau</groupId>
                <artifactId>juneau-microservice</artifactId>
-               <version>9.1.1-SNAPSHOT</version>
+               <version>9.2.0-SNAPSHOT</version>
        </parent>
 
        <artifactId>juneau-microservice-jetty</artifactId>
diff --git a/juneau-microservice/juneau-my-jetty-microservice/pom.xml 
b/juneau-microservice/juneau-my-jetty-microservice/pom.xml
index 99ac7f5fa..2ec153e00 100644
--- a/juneau-microservice/juneau-my-jetty-microservice/pom.xml
+++ b/juneau-microservice/juneau-my-jetty-microservice/pom.xml
@@ -28,7 +28,7 @@
        <parent>
                <groupId>org.apache.juneau</groupId>
                <artifactId>juneau-microservice</artifactId>
-               <version>9.1.1-SNAPSHOT</version>
+               <version>9.2.0-SNAPSHOT</version>
        </parent>
 
        <artifactId>juneau-my-jetty-microservice</artifactId>
@@ -36,7 +36,7 @@
        <description>Apache Juneau Jetty Microservice Template</description>
 
        <properties>
-               <juneau.version>9.1.1-SNAPSHOT</juneau.version>
+               <juneau.version>9.2.0-SNAPSHOT</juneau.version>
                
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
        </properties>
 
diff --git a/juneau-microservice/juneau-my-springboot-microservice/pom.xml 
b/juneau-microservice/juneau-my-springboot-microservice/pom.xml
index dd5895ae4..559f9ce71 100644
--- a/juneau-microservice/juneau-my-springboot-microservice/pom.xml
+++ b/juneau-microservice/juneau-my-springboot-microservice/pom.xml
@@ -28,7 +28,7 @@
        <parent>
                <groupId>org.apache.juneau</groupId>
                <artifactId>juneau-microservice</artifactId>
-               <version>9.1.1-SNAPSHOT</version>
+               <version>9.2.0-SNAPSHOT</version>
        </parent>
 
        <artifactId>juneau-my-springboot-microservice</artifactId>
@@ -36,7 +36,7 @@
        <description>Apache Juneau Spring Boot Microservice 
Template</description>
 
        <properties>
-               <juneau.version>9.1.1-SNAPSHOT</juneau.version>
+               <juneau.version>9.2.0-SNAPSHOT</juneau.version>
                
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
        </properties>
 
diff --git a/juneau-microservice/pom.xml b/juneau-microservice/pom.xml
index e7e9b6cff..dc6a3cb78 100644
--- a/juneau-microservice/pom.xml
+++ b/juneau-microservice/pom.xml
@@ -20,7 +20,7 @@
        <parent>
                <groupId>org.apache.juneau</groupId>
                <artifactId>juneau</artifactId>
-               <version>9.1.1-SNAPSHOT</version>
+               <version>9.2.0-SNAPSHOT</version>
        </parent>
 
        <artifactId>juneau-microservice</artifactId>
diff --git a/juneau-rest/juneau-rest-client/pom.xml 
b/juneau-rest/juneau-rest-client/pom.xml
index 49a6a33d5..09644a870 100644
--- a/juneau-rest/juneau-rest-client/pom.xml
+++ b/juneau-rest/juneau-rest-client/pom.xml
@@ -20,7 +20,7 @@
        <parent>
                <groupId>org.apache.juneau</groupId>
                <artifactId>juneau-rest</artifactId>
-               <version>9.1.1-SNAPSHOT</version>
+               <version>9.2.0-SNAPSHOT</version>
        </parent>
 
        <artifactId>juneau-rest-client</artifactId>
diff --git a/juneau-rest/juneau-rest-common/pom.xml 
b/juneau-rest/juneau-rest-common/pom.xml
index 9b4d9d4ed..1d1933e54 100644
--- a/juneau-rest/juneau-rest-common/pom.xml
+++ b/juneau-rest/juneau-rest-common/pom.xml
@@ -20,7 +20,7 @@
        <parent>
                <groupId>org.apache.juneau</groupId>
                <artifactId>juneau-rest</artifactId>
-               <version>9.1.1-SNAPSHOT</version>
+               <version>9.2.0-SNAPSHOT</version>
        </parent>
 
        <artifactId>juneau-rest-common</artifactId>
diff --git a/juneau-rest/juneau-rest-mock/pom.xml 
b/juneau-rest/juneau-rest-mock/pom.xml
index bdd2a264a..71d69e07f 100644
--- a/juneau-rest/juneau-rest-mock/pom.xml
+++ b/juneau-rest/juneau-rest-mock/pom.xml
@@ -20,7 +20,7 @@
        <parent>
                <groupId>org.apache.juneau</groupId>
                <artifactId>juneau-rest</artifactId>
-               <version>9.1.1-SNAPSHOT</version>
+               <version>9.2.0-SNAPSHOT</version>
        </parent>
 
        <artifactId>juneau-rest-mock</artifactId>
diff --git a/juneau-rest/juneau-rest-server-springboot/pom.xml 
b/juneau-rest/juneau-rest-server-springboot/pom.xml
index 2425da8d4..5aa348664 100644
--- a/juneau-rest/juneau-rest-server-springboot/pom.xml
+++ b/juneau-rest/juneau-rest-server-springboot/pom.xml
@@ -20,7 +20,7 @@
        <parent>
                <groupId>org.apache.juneau</groupId>
                <artifactId>juneau-rest</artifactId>
-               <version>9.1.1-SNAPSHOT</version>
+               <version>9.2.0-SNAPSHOT</version>
        </parent>
 
        <artifactId>juneau-rest-server-springboot</artifactId>
diff --git a/juneau-rest/juneau-rest-server/pom.xml 
b/juneau-rest/juneau-rest-server/pom.xml
index 3793aab70..52650a3ca 100644
--- a/juneau-rest/juneau-rest-server/pom.xml
+++ b/juneau-rest/juneau-rest-server/pom.xml
@@ -20,7 +20,7 @@
        <parent>
                <groupId>org.apache.juneau</groupId>
                <artifactId>juneau-rest</artifactId>
-               <version>9.1.1-SNAPSHOT</version>
+               <version>9.2.0-SNAPSHOT</version>
        </parent>
 
        <artifactId>juneau-rest-server</artifactId>
diff --git a/juneau-rest/pom.xml b/juneau-rest/pom.xml
index 0dcf00e60..47fbca471 100644
--- a/juneau-rest/pom.xml
+++ b/juneau-rest/pom.xml
@@ -20,7 +20,7 @@
        <parent>
                <groupId>org.apache.juneau</groupId>
                <artifactId>juneau</artifactId>
-               <version>9.1.1-SNAPSHOT</version>
+               <version>9.2.0-SNAPSHOT</version>
        </parent>
 
        <artifactId>juneau-rest</artifactId>
diff --git a/juneau-sc/juneau-sc-client/pom.xml 
b/juneau-sc/juneau-sc-client/pom.xml
index d63cd8f8a..fe56b0857 100644
--- a/juneau-sc/juneau-sc-client/pom.xml
+++ b/juneau-sc/juneau-sc-client/pom.xml
@@ -24,7 +24,7 @@
        <parent>
                <groupId>org.apache.juneau</groupId>
                <artifactId>juneau-sc</artifactId>
-               <version>9.1.1-SNAPSHOT</version>
+               <version>9.2.0-SNAPSHOT</version>
        </parent>
 
        <build>
diff --git a/juneau-sc/juneau-sc-server/pom.xml 
b/juneau-sc/juneau-sc-server/pom.xml
index 83537e8c4..a2a92c2d5 100644
--- a/juneau-sc/juneau-sc-server/pom.xml
+++ b/juneau-sc/juneau-sc-server/pom.xml
@@ -24,7 +24,7 @@
        <parent>
                <groupId>org.apache.juneau</groupId>
                <artifactId>juneau-sc</artifactId>
-               <version>9.1.1-SNAPSHOT</version>
+               <version>9.2.0-SNAPSHOT</version>
        </parent>
 
        <properties>
diff --git a/juneau-sc/pom.xml b/juneau-sc/pom.xml
index ebfdbbf64..8f81c3b4b 100644
--- a/juneau-sc/pom.xml
+++ b/juneau-sc/pom.xml
@@ -20,7 +20,7 @@
        <parent>
                <groupId>org.apache.juneau</groupId>
                <artifactId>juneau</artifactId>
-               <version>9.1.1-SNAPSHOT</version>
+               <version>9.2.0-SNAPSHOT</version>
        </parent>
 
        <artifactId>juneau-sc</artifactId>
diff --git a/juneau-utest-utils/pom.xml b/juneau-utest-utils/pom.xml
index ebb3492af..e43ff9153 100644
--- a/juneau-utest-utils/pom.xml
+++ b/juneau-utest-utils/pom.xml
@@ -20,7 +20,7 @@
        <parent>
                <groupId>org.apache.juneau</groupId>
                <artifactId>juneau</artifactId>
-               <version>9.1.1-SNAPSHOT</version>
+               <version>9.2.0-SNAPSHOT</version>
        </parent>
 
        <artifactId>juneau-utest-utils</artifactId>
diff --git a/juneau-utest/pom.xml b/juneau-utest/pom.xml
index 11242366c..3dd66eacc 100644
--- a/juneau-utest/pom.xml
+++ b/juneau-utest/pom.xml
@@ -20,7 +20,7 @@
        <parent>
                <groupId>org.apache.juneau</groupId>
                <artifactId>juneau</artifactId>
-               <version>9.1.1-SNAPSHOT</version>
+               <version>9.2.0-SNAPSHOT</version>
        </parent>
 
        <artifactId>juneau-utest</artifactId>
diff --git 
a/juneau-utest/src/test/java/org/apache/juneau/msgpack/annotation/MsgPackAnnotation_Test.java
 
b/juneau-utest/src/test/java/org/apache/juneau/msgpack/annotation/MsgPackAnnotation_Test.java
index 9db80a7d1..f693ad268 100644
--- 
a/juneau-utest/src/test/java/org/apache/juneau/msgpack/annotation/MsgPackAnnotation_Test.java
+++ 
b/juneau-utest/src/test/java/org/apache/juneau/msgpack/annotation/MsgPackAnnotation_Test.java
@@ -29,10 +29,12 @@ public class MsgPackAnnotation_Test {
        
//------------------------------------------------------------------------------------------------------------------
 
        MsgPack a1 = MsgPackAnnotation.create()
+        .description("description")
                .on("a")
                .build();
 
        MsgPack a2 = MsgPackAnnotation.create()
+        .description("description")
                .on("a")
                .build();
 
@@ -40,6 +42,7 @@ public class MsgPackAnnotation_Test {
        public void a01_basic() {
                assertObject(a1).asJson().is(""
                        + "{"
+                + "description:['description'],"
                                + "on:['a'],"
                                + "onClass:[]"
                        + "}"
@@ -94,12 +97,14 @@ public class MsgPackAnnotation_Test {
        
//------------------------------------------------------------------------------------------------------------------
 
        @MsgPack(
+        description="description",
                on="a"
        )
        public static class D1 {}
        MsgPack d1 = D1.class.getAnnotationsByType(MsgPack.class)[0];
 
        @MsgPack(
+        description="description",
                on="a"
        )
        public static class D2 {}
diff --git 
a/juneau-utest/src/test/java/org/apache/juneau/urlencoding/annotation/UrlEncodingAnnotation_Test.java
 
b/juneau-utest/src/test/java/org/apache/juneau/urlencoding/annotation/UrlEncodingAnnotation_Test.java
index 4d1c1ee2e..8fe86477d 100644
--- 
a/juneau-utest/src/test/java/org/apache/juneau/urlencoding/annotation/UrlEncodingAnnotation_Test.java
+++ 
b/juneau-utest/src/test/java/org/apache/juneau/urlencoding/annotation/UrlEncodingAnnotation_Test.java
@@ -29,11 +29,13 @@ public class UrlEncodingAnnotation_Test {
        
//------------------------------------------------------------------------------------------------------------------
 
        UrlEncoding a1 = UrlEncodingAnnotation.create()
+        .description("description")
                .expandedParams(true)
                .on("a")
                .build();
 
        UrlEncoding a2 = UrlEncodingAnnotation.create()
+        .description("description")
                .expandedParams(true)
                .on("a")
                .build();
@@ -42,6 +44,7 @@ public class UrlEncodingAnnotation_Test {
        public void a01_basic() {
                assertObject(a1).asJson().is(""
                        + "{"
+                + "description:['description'],"
                                + "expandedParams:true,"
                                + "on:['a'],"
                                + "onClass:[]"
@@ -97,6 +100,7 @@ public class UrlEncodingAnnotation_Test {
        
//------------------------------------------------------------------------------------------------------------------
 
        @UrlEncoding(
+        description="description",
                expandedParams=true,
                on="a"
        )
@@ -104,6 +108,7 @@ public class UrlEncodingAnnotation_Test {
        UrlEncoding d1 = D1.class.getAnnotationsByType(UrlEncoding.class)[0];
 
        @UrlEncoding(
+        description="description",
                expandedParams=true,
                on="a"
        )
diff --git a/pom.xml b/pom.xml
index 96b13282a..eeaa45adb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,7 +19,7 @@
 
        <groupId>org.apache.juneau</groupId>
        <artifactId>juneau</artifactId>
-       <version>9.1.1-SNAPSHOT</version>
+       <version>9.2.0-SNAPSHOT</version>
        <packaging>pom</packaging>
        <name>juneau</name>
        <description>Apache Juneau</description>
@@ -39,7 +39,7 @@
                <juneau.compare.version>9.0.1</juneau.compare.version>
                <javadoc.juneau.version>9.1.0</javadoc.juneau.version>
                <juneauVersion>9.1.0</juneauVersion>
-               <juneauVersionNext>9.1.1</juneauVersionNext>
+               <juneauVersionNext>9.2.0</juneauVersionNext>
 
                <javadoc.plugin.version>3.11.2</javadoc.plugin.version>
                <jacoco.plugin.version>0.8.13</jacoco.plugin.version>

Reply via email to