From 11b6a4880e06cbcd23a67d826c8dfb5ddad24e8e Mon Sep 17 00:00:00 2001 From: ZhangJian He Date: Thu, 14 Mar 2024 14:40:05 +0800 Subject: [PATCH] Bump version from 2.5.0 to 2.5.1 Signed-off-by: ZhangJian He --- .gitignore | 3 +++ .travis.yml | 6 ------ README.md | 4 ++++ accessors-smart/pom.xml | 2 +- json-smart-action/pom.xml | 4 ++-- json-smart/pom.xml | 4 ++-- 6 files changed, 12 insertions(+), 11 deletions(-) delete mode 100644 .travis.yml diff --git a/.gitignore b/.gitignore index 24c491df..090978ee 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ +# file system +.DS_Store + **/.classpath **/.idea/ **/.project diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index a717accb..00000000 --- a/.travis.yml +++ /dev/null @@ -1,6 +0,0 @@ -language: java -jdk: - - oraclejdk11 - - oraclejdk8 - - oraclejdk7 - \ No newline at end of file diff --git a/README.md b/README.md index 31b781c1..ac7a2fd8 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,10 @@ So I do not use my json-smart anymore. I had fun with this project. If you want # Changelog +### *V 2.5.0* (2023-07-10) + +* Add flag to drop the limit of json depth. [PR 156](https://github.com/netplex/json-smart-v2/pull/156) + ### *V 2.4.11* (2023-05-18) * Fix error in isWritable in accessor-smart. [PR 147](https://github.com/netplex/json-smart-v2/pull/147) diff --git a/accessors-smart/pom.xml b/accessors-smart/pom.xml index 02e5a7cf..09f4a714 100644 --- a/accessors-smart/pom.xml +++ b/accessors-smart/pom.xml @@ -17,7 +17,7 @@ limitations under the License. 4.0.0 net.minidev accessors-smart - 2.5.0 + 2.5.1 ASM based accessors helper used by json-smart Java reflect give poor performance on getter setter an constructor calls, accessors-smart use ASM to speed up those calls. bundle diff --git a/json-smart-action/pom.xml b/json-smart-action/pom.xml index 18ee0c09..7b524b80 100644 --- a/json-smart-action/pom.xml +++ b/json-smart-action/pom.xml @@ -2,7 +2,7 @@ 4.0.0 net.minidev json-smart-action - 2.5.0 + 2.5.1 JSON-smart-action Small and Fast Parser JSON (JavaScript Object Notation) is a lightweight data-interchange format. It is easy for humans to read and write. It is easy for machines to parse and generate. It is based on a subset of the JavaScript Programming Language, Standard ECMA-262 3rd Edition - December 1999. JSON is a text format that is completely language independent but uses conventions that are familiar to programmers of the C-family of languages, including C, C++, C#, Java, JavaScript, Perl, Python, and many others. These properties make JSON an ideal data-interchange language. bundle @@ -245,7 +245,7 @@ net.minidev json-smart - 2.5.0 + 2.5.1 diff --git a/json-smart/pom.xml b/json-smart/pom.xml index 1c85c0fe..9254d0c9 100644 --- a/json-smart/pom.xml +++ b/json-smart/pom.xml @@ -17,7 +17,7 @@ limitations under the License. 4.0.0 net.minidev json-smart - 2.5.0 + 2.5.1 JSON Small and Fast Parser JSON (JavaScript Object Notation) is a lightweight data-interchange format. It is easy for humans to read and write. It is easy for machines to parse and generate. It is based on a subset of the JavaScript Programming Language, Standard ECMA-262 3rd Edition - December 1999. JSON is a text format that is completely language independent but uses conventions that are familiar to programmers of the C-family of languages, including C, C++, C#, Java, JavaScript, Perl, Python, and many others. These properties make JSON an ideal data-interchange language. bundle @@ -260,7 +260,7 @@ limitations under the License. net.minidev accessors-smart - 2.5.0 + 2.5.1