File tree Expand file tree Collapse file tree 6 files changed +9
-24
lines changed
Expand file tree Collapse file tree 6 files changed +9
-24
lines changed Original file line number Diff line number Diff line change 4343 <attribute name =" maven.pomderived" value =" true" />
4444 </attributes >
4545 </classpathentry >
46- <classpathentry kind =" src" path =" target/generated-sources/annotations" >
47- <attributes >
48- <attribute name =" ignore_optional_problems" value =" true" />
49- <attribute name =" optional" value =" true" />
50- <attribute name =" maven.pomderived" value =" true" />
51- <attribute name =" m2e-apt" value =" true" />
52- </attributes >
53- </classpathentry >
5446 <classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17" >
5547 <attributes >
5648 <attribute name =" maven.pomderived" value =" true" />
5749 </attributes >
5850 </classpathentry >
59- <classpathentry kind =" src" output =" target/test-classes" path =" target/generated-test-sources/test-annotations" >
60- <attributes >
61- <attribute name =" optional" value =" true" />
62- <attribute name =" maven.pomderived" value =" true" />
63- <attribute name =" ignore_optional_problems" value =" true" />
64- <attribute name =" m2e-apt" value =" true" />
65- <attribute name =" test" value =" true" />
66- </attributes >
67- </classpathentry >
6851 <classpathentry kind =" output" path =" target/classes" />
6952</classpath >
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ The easiest way to use this library is to include it as a dependency in your Mav
1414<dependency>
1515 <groupId>com.ibm.jsonata4java</groupId>
1616 <artifactId>JSONata4Java</artifactId>
17- <version>2.5.2 </version>
17+ <version>2.5.3 </version>
1818</dependency>
1919```
2020
@@ -51,8 +51,8 @@ Note: to build and deploy the jars to Maven Central you need to use a command li
5151` mvn clean install deploy -Prelease `
5252
5353Once you have run the launcher, you can find the jar files in the /target directory. There are two&colon ;
54- * ** JSONata4Java-2.5.2 -jar-with-dependencies.jar** (thinks includes dependent jar files)
55- * ** JSONata4Java-2.5.2 .jar** (only the JSONata4Java code)
54+ * ** JSONata4Java-2.5.3 -jar-with-dependencies.jar** (thinks includes dependent jar files)
55+ * ** JSONata4Java-2.5.3 .jar** (only the JSONata4Java code)
5656
5757The com.api.jsonata4java.Tester program enables you to enter an expression and run it
5858against the same JSON as is used at the https://try.jsonata.org site. You can also
Original file line number Diff line number Diff line change 1414 <modelVersion >4.0.0</modelVersion >
1515 <groupId >com.ibm.jsonata4java</groupId >
1616 <artifactId >JSONata4Java</artifactId >
17- <version >2.5.2 </version >
17+ <version >2.5.3 </version >
1818 <name >JSONata4Java</name >
1919 <description >Port of jsonata.js to Java to enable rules for JSON content</description >
2020 <url >https://github.com/IBM/JSONata4Java</url >
120120 <artifactId >gson</artifactId >
121121 <version >2.13.1</version >
122122 </dependency >
123+ <!-- issue 351
123124 <dependency>
124125 <groupId>biz.aQute.bnd</groupId>
125126 <artifactId>bnd-maven-plugin</artifactId>
126127 <version>7.1.0</version>
127128 </dependency>
129+ -->
128130 </dependencies >
129131 <build >
130132 <sourceDirectory >src/main/java</sourceDirectory >
Original file line number Diff line number Diff line change 11#! /bin/bash
2- java -cp target/JSONata4Java-2.5.2 -jar-with-dependencies.jar com.api.jsonata4java.Tester $1
2+ java -cp target/JSONata4Java-2.5.3 -jar-with-dependencies.jar com.api.jsonata4java.Tester $1
Original file line number Diff line number Diff line change 1- java -cp target/JSONata4Java-2.5.2 -jar-with-dependencies.jar com.api.jsonata4java.testerui.TesterUI
1+ java -cp target/JSONata4Java-2.5.3 -jar-with-dependencies.jar com.api.jsonata4java.testerui.TesterUI
Original file line number Diff line number Diff line change 11#! /bin/bash
2- java -cp target/JSONata4Java-2.5.2 -jar-with-dependencies.jar com.api.jsonata4java.testerui.TesterUI
2+ java -cp target/JSONata4Java-2.5.3 -jar-with-dependencies.jar com.api.jsonata4java.testerui.TesterUI
You can’t perform that action at this time.
0 commit comments