camunda-community-hub/camunda-platform-7-custom-batch

Version 1.3 is not working with Camunda 7.11.0-SNAPSHOT

pschalk opened this issue · 3 comments

Because Camunda uses with 7.11 now google.gson instead of the own json implementation:

CustomBatchConfigurationJsonConverter.java:[37,10] cannot find symbol
symbol: class JSONObject

Any rough estimate of when the 1.4 will be released supporting Camunda 7.11?

I'm planning on upgrading, to Camunda 7.11, so I'd like to align with the batch dependency.

The update was quite trivial and no breaks in the my usage.

-    <camunda.version>7.11.0-alpha2</camunda.version>
+    <camunda.version>7.11.0</camunda.version>
     <slf4j.version>1.7.24</slf4j.version>
     <commons-lang3.version>3.5</commons-lang3.version>
     <commons-lang.version>2.4</commons-lang.version>
 
     <gson.version>2.8.5</gson.version>
 
-    <camunda-spring-boot.version>3.2.1</camunda-spring-boot.version>
-    <spring-boot.version>2.1.1.RELEASE</spring-boot.version>
+    <camunda-spring-boot.version>3.3.1</camunda-spring-boot.version>
+    <spring-boot.version>2.1.5.RELEASE</spring-boot.version>

Hi tom,

I'll do it as soon as possible. ;)

Best regards,
Patrick

Will be fixed with 1.4.0 release, see #27