Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

merge 2.4.1 version #65

Merged
merged 1 commit into from
Apr 4, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions accessors-smart/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
<description>Java reflect give poor performance on getter setter an constructor calls, accessors-smart use ASM to speed up those calls.
</description>
<packaging>bundle</packaging>
<url>http://www.minidev.net/</url>
<url>https://urielch.github.io/</url>
<organization>
<name>Chemouni Uriel</name>
<url>http://www.minidev.net/</url>
<url>https://urielch.github.io/</url>
</organization>
<developers>
<developer>
Expand Down
3 changes: 0 additions & 3 deletions accessors-smart/src/test/java/net/minidev/asm/ASMTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ public void testGet() throws Exception {
// f = new FastMapTest_3();
// f = new FastMapTest_2<String>(m);
// f = new FastMapTest_3();
// System.out.println(m.get("A"));
// 4 entré
// map => 1.279
// fastMap => 3.323
Expand Down Expand Up @@ -102,7 +101,6 @@ public void testGet() throws Exception {
// m.get("I");
// }
// T = System.nanoTime() - T;
// System.out.println(NumberFormat.getInstance().format(T));
// 10 774 968
// 596 295 451
// 2 321 087 341
Expand All @@ -116,7 +114,6 @@ public void testGet() throws Exception {
// for (int i = 0; i < 2000000; i++)
// subtext(ac);
// T1 = System.currentTimeMillis() - T1;
// System.out.println("// Time: " + T1);
}

@Test
Expand Down
4 changes: 2 additions & 2 deletions json-smart-action/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
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.
</description>
<packaging>bundle</packaging>
<url>http://www.minidev.net/</url>
<url>https://urielch.github.io/</url>
<organization>
<name>Chemouni Uriel</name>
<url>http://www.minidev.net/</url>
<url>https://urielch.github.io/</url>
</organization>
<developers>
<developer>
Expand Down
4 changes: 2 additions & 2 deletions json-smart/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
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.
</description>
<packaging>bundle</packaging>
<url>http://www.minidev.net/</url>
<url>https://urielch.github.io/</url>
<organization>
<name>Chemouni Uriel</name>
<url>http://www.minidev.net/</url>
<url>https://urielch.github.io/</url>
</organization>
<developers>
<developer>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
<name>Minidev super pom</name>
<description>minidev common properties.</description>
<packaging>pom</packaging>
<url>http://www.minidev.net/</url>
<url>https://urielch.github.io/</url>

<organization>
<name>Chemouni Uriel</name>
<url>http://www.minidev.net/</url>
<url>https://urielch.github.io/</url>
</organization>

<developers>
Expand Down Expand Up @@ -45,7 +45,7 @@
<plugin> <!-- updated on 29/07/2015 -->
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>2.4</version>
<version>3.2.1</version>
<executions>
<execution>
<id>bind-sources</id>
Expand Down