Branch: refs/heads/upstream
Home: https://github.com/jenkinsci/json-lib
Commit: f4aa9e4dfc776cd02b9f29b2765e1a6626bc7c03
https://github.com/jenkinsci/json-lib/commit/f4aa9e4dfc776cd02b9f29b2765e1a6626bc7c03
Author: Tobias Södergren <[email protected]>
Date: 2012-11-09 (Fri, 09 Nov 2012)
Changed paths:
M src/test/java/net/sf/json/TestJSONObject.java
Log Message:
-----------
Fixed test that did not compile on Java 1.3
Commit: 3e3e7b95c443ee963c43af92310204bfea58516d
https://github.com/jenkinsci/json-lib/commit/3e3e7b95c443ee963c43af92310204bfea58516d
Author: Tobias Södergren <[email protected]>
Date: 2012-11-09 (Fri, 09 Nov 2012)
Changed paths:
M src/main/java/net/sf/json/xml/XMLSerializer.java
M src/test/java/net/sf/json/xml/AllTests.java
A src/test/java/net/sf/json/xml/TestAttributeWithNamespace.java
A src/test/resources/net/sf/json/xml/attribute-namespace.xml
Log Message:
-----------
Fix for XMLSerializer not handling namespace in attributes
Commit: 93c0d97d277f613920922a7b66bb85bfb095c91f
https://github.com/jenkinsci/json-lib/commit/93c0d97d277f613920922a7b66bb85bfb095c91f
Author: Tobias Södergren <[email protected]>
Date: 2012-11-09 (Fri, 09 Nov 2012)
Changed paths:
M src/main/java/net/sf/json/xml/XMLSerializer.java
M src/test/java/net/sf/json/xml/TestAttributeWithNamespace.java
Log Message:
-----------
Following code style from json-lib source
Commit: 0a9a215ae233836d22cb5ace816d730fbe0c3e6a
https://github.com/jenkinsci/json-lib/commit/0a9a215ae233836d22cb5ace816d730fbe0c3e6a
Author: Tobias Södergren <[email protected]>
Date: 2012-11-09 (Fri, 09 Nov 2012)
Changed paths:
A README.md
M src/main/java/net/sf/json/xml/XMLSerializer.java
M src/test/java/net/sf/json/xml/AllTests.java
A src/test/java/net/sf/json/xml/TestArrayAutoExpansion.java
M src/test/java/net/sf/json/xml/TestAttributeWithNamespace.java
A
src/test/java/net/sf/json/xml/TestXMLSerializer_writes_with_autoexpansion.java
Log Message:
-----------
Working on something here
Commit: a7cdd4c3124bb555ab8999dd29a131d0e5cd2edc
https://github.com/jenkinsci/json-lib/commit/a7cdd4c3124bb555ab8999dd29a131d0e5cd2edc
Author: Andres Almiray <[email protected]>
Date: 2012-11-09 (Fri, 09 Nov 2012)
Changed paths:
M src/main/java/net/sf/json/xml/XMLSerializer.java
M src/test/java/net/sf/json/TestJSONObject.java
M src/test/java/net/sf/json/xml/AllTests.java
A src/test/java/net/sf/json/xml/TestAttributeWithNamespace.java
A src/test/resources/net/sf/json/xml/attribute-namespace.xml
Log Message:
-----------
Merge pull request #9 from tobiassodergren/master
Fix for an unreported issue with XMLSerializer not handling attributes with
namespace
Commit: 1911db5a590b941946488067a99e78c6c27f8cdf
https://github.com/jenkinsci/json-lib/commit/1911db5a590b941946488067a99e78c6c27f8cdf
Author: Tobias Södergren <[email protected]>
Date: 2012-11-12 (Mon, 12 Nov 2012)
Changed paths:
M src/main/java/net/sf/json/xml/XMLSerializer.java
M src/test/java/net/sf/json/xml/TestArrayAutoExpansion.java
M src/test/java/net/sf/json/xml/TestAttributeWithNamespace.java
R src/test/resources/net/sf/json/xml/attribute-namespace.xml
Log Message:
-----------
Fix for converting JSON to XML for attributes with prefix
Commit: 1d97ea661a45e0dacea08f251d08b38928ecd881
https://github.com/jenkinsci/json-lib/commit/1d97ea661a45e0dacea08f251d08b38928ecd881
Author: Tobias Södergren <[email protected]>
Date: 2012-11-12 (Mon, 12 Nov 2012)
Changed paths:
M README.md
Log Message:
-----------
README.md
Commit: 27fd6b58fefd44dc457b659eb15a17d943f7627a
https://github.com/jenkinsci/json-lib/commit/27fd6b58fefd44dc457b659eb15a17d943f7627a
Author: Tobias Södergren <[email protected]>
Date: 2012-11-12 (Mon, 12 Nov 2012)
Changed paths:
M src/main/java/net/sf/json/xml/XMLSerializer.java
A src/test/java/net/sf/json/xml/TestXmlContainingTypeAttribute.java
Log Message:
-----------
Preserving element order when converting XML->JSON->XML
Commit: dca6419a84536bcbf3c509701e6d232ac308098c
https://github.com/jenkinsci/json-lib/commit/dca6419a84536bcbf3c509701e6d232ac308098c
Author: Tobias Södergren <[email protected]>
Date: 2012-11-12 (Mon, 12 Nov 2012)
Changed paths:
M src/main/java/net/sf/json/xml/XMLSerializer.java
Log Message:
-----------
Removed unused comparator
Commit: b992f063a4e5121ab9ad9080bbf4d8957eb76c37
https://github.com/jenkinsci/json-lib/commit/b992f063a4e5121ab9ad9080bbf4d8957eb76c37
Author: Tobias Södergren <[email protected]>
Date: 2012-11-12 (Mon, 12 Nov 2012)
Changed paths:
M src/test/java/net/sf/json/xml/AllTests.java
Log Message:
-----------
Added test case to suite
Commit: 38b3e29df2588328c6f7e34be8b6e4bf72a353b8
https://github.com/jenkinsci/json-lib/commit/38b3e29df2588328c6f7e34be8b6e4bf72a353b8
Author: Tobias Södergren <[email protected]>
Date: 2012-11-12 (Mon, 12 Nov 2012)
Changed paths:
M src/main/java/net/sf/json/xml/XMLSerializer.java
M src/test/java/net/sf/json/xml/AllTests.java
A src/test/java/net/sf/json/xml/TestXmlContainingCData.java
Log Message:
-----------
Added flag for keeping CDATA text when converting from XML -> JSON
Commit: 008edb9e408a5bd0e917c5bb9e974e798f92f9cd
https://github.com/jenkinsci/json-lib/commit/008edb9e408a5bd0e917c5bb9e974e798f92f9cd
Author: Tobias Södergren <[email protected]>
Date: 2012-11-13 (Tue, 13 Nov 2012)
Changed paths:
M src/main/java/net/sf/json/xml/XMLSerializer.java
M src/test/java/net/sf/json/xml/TestArrayAutoExpansion.java
A src/test/java/net/sf/json/xml/TestElementShouldNotBeArray.java
M src/test/java/net/sf/json/xml/TestUserSubmitted.java
A src/test/java/net/sf/json/xml/TestXmlWithEntity.java
Log Message:
-----------
Working on it
Commit: 2539a68dcc9c2f5ade56b4735a83cb733fc66f3f
https://github.com/jenkinsci/json-lib/commit/2539a68dcc9c2f5ade56b4735a83cb733fc66f3f
Author: Tobias Södergren <[email protected]>
Date: 2012-11-27 (Tue, 27 Nov 2012)
Changed paths:
M src/main/java/net/sf/json/xml/XMLSerializer.java
M src/test/java/net/sf/json/TestJSONObject.java
M src/test/java/net/sf/json/xml/AllTests.java
M src/test/java/net/sf/json/xml/TestArrayAutoExpansion.java
M src/test/java/net/sf/json/xml/TestXmlWithEntity.java
Log Message:
-----------
All tests compile (outside IntelliJ)
Commit: c07d1882a00b05e3a901611b9a8ef63974e5a972
https://github.com/jenkinsci/json-lib/commit/c07d1882a00b05e3a901611b9a8ef63974e5a972
Author: Tobias Södergren <[email protected]>
Date: 2012-11-27 (Tue, 27 Nov 2012)
Changed paths:
M src/main/java/net/sf/json/xml/XMLSerializer.java
M src/test/java/net/sf/json/xml/TestArrayAutoExpansion.java
Log Message:
-----------
Got all but processing instructions to be encoded and back
Commit: 6fd865d991dc4c2677d511f0e75f889d1d3f8861
https://github.com/jenkinsci/json-lib/commit/6fd865d991dc4c2677d511f0e75f889d1d3f8861
Author: Tobias Södergren <[email protected]>
Date: 2012-11-27 (Tue, 27 Nov 2012)
Changed paths:
M src/test/java/net/sf/json/xml/AllTests.java
A src/test/java/net/sf/json/xml/TestIdmlParsing.java
A src/test/resources/net/sf/json/xml/idml_document.idms
Log Message:
-----------
Added test for IDML-document
Commit: bb80ba992e1c41a3a8bc5e113569c2fdfe07cc66
https://github.com/jenkinsci/json-lib/commit/bb80ba992e1c41a3a8bc5e113569c2fdfe07cc66
Author: Tobias Södergren <[email protected]>
Date: 2012-11-27 (Tue, 27 Nov 2012)
Log Message:
-----------
Merge remote-tracking branch 'upstream/master'
Commit: 953710fc6a0eab17f47703bf95edfc067e86c928
https://github.com/jenkinsci/json-lib/commit/953710fc6a0eab17f47703bf95edfc067e86c928
Author: Tobias Södergren <[email protected]>
Date: 2012-11-27 (Tue, 27 Nov 2012)
Changed paths:
M src/test/java/net/sf/json/xml/TestIdmlParsing.java
Log Message:
-----------
Removed unused imports
Commit: e6b1c5b7d5882ea1c2a7dd837169b8c061f093ca
https://github.com/jenkinsci/json-lib/commit/e6b1c5b7d5882ea1c2a7dd837169b8c061f093ca
Author: Andres Almiray <[email protected]>
Date: 2012-11-27 (Tue, 27 Nov 2012)
Changed paths:
A README.md
M src/main/java/net/sf/json/xml/XMLSerializer.java
M src/test/java/net/sf/json/TestJSONObject.java
M src/test/java/net/sf/json/xml/AllTests.java
A src/test/java/net/sf/json/xml/TestArrayAutoExpansion.java
M src/test/java/net/sf/json/xml/TestAttributeWithNamespace.java
A src/test/java/net/sf/json/xml/TestElementShouldNotBeArray.java
A src/test/java/net/sf/json/xml/TestIdmlParsing.java
M src/test/java/net/sf/json/xml/TestUserSubmitted.java
A
src/test/java/net/sf/json/xml/TestXMLSerializer_writes_with_autoexpansion.java
A src/test/java/net/sf/json/xml/TestXmlContainingCData.java
A src/test/java/net/sf/json/xml/TestXmlContainingTypeAttribute.java
A src/test/java/net/sf/json/xml/TestXmlWithEntity.java
R src/test/resources/net/sf/json/xml/attribute-namespace.xml
A src/test/resources/net/sf/json/xml/idml_document.idms
Log Message:
-----------
Merge pull request #11 from tobiassodergren/master
Commit: ad2baf8fc609af8bac58de7c509530e5b1165e55
https://github.com/jenkinsci/json-lib/commit/ad2baf8fc609af8bac58de7c509530e5b1165e55
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2013-03-05 (Tue, 05 Mar 2013)
Changed paths:
M build.xml
Log Message:
-----------
Boost unit test execution speed.
Per-test forking is unnecessary and quite expensive
given that we do so little in each test.
Commit: d6ff22951fb8e7926dd978c890101d456f42458e
https://github.com/jenkinsci/json-lib/commit/d6ff22951fb8e7926dd978c890101d456f42458e
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2013-03-05 (Tue, 05 Mar 2013)
Changed paths:
M src/main/java/net/sf/json/groovy/JsonGroovyBuilder.java
Log Message:
-----------
Exposing JsonConfig used for property setting.
JsonConfig change the way the value is mangled, so this allows the
caller of the builder to tweak the behaviour.
(The reason I needed this change was because I use different default
values for some of the JsonConfig options, and this allows me to keep
tests happy with minimal modification. That said, I think this feature
makes sense on its own.)
Compare:
https://github.com/jenkinsci/json-lib/compare/f4aa9e4dfc77^...d6ff22951fb8
--
You received this message because you are subscribed to the Google Groups
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.