| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Document bigInt and bigDec behavior to determine what can be changed
…ent. (Will currently assterted to an Exception).
…ing_conversion_to_XML Showing issue of illegal node names with possible underscore-replacement. (Will currently assterted to an Exception).
Agreed, it's just a matter of replacing the unit test license with the lib license. This can be done at any time between the commit and the next release. We haven't done alpha releases yet, but this may be a good candidate.
Getting Gradle to work should be trivial, no? No objection going forward to support build mechanisms like Maven as long as it can be done in a way that does not impact existing users.
The lib code is already Java 7 compatible, we just need to backport the unit test code to run in Java7 too. I think (hope) that can be done without significant loss of coverage. |
Sorry, something went wrong.
|
Regarding the unit tests: > mvn test [INFO] Scanning for projects... [INFO] Inspecting build with total of 1 modules... [INFO] Installing Nexus Staging features: [INFO] ... total of 1 executions of maven-deploy-plugin replaced with nexus-staging-maven-plugin [INFO] [INFO] ---------------------------< org.json:json >---------------------------- [INFO] Building JSON in Java v20200429-SNAPSHOT [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven) @ json --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ json --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory C:\Users\Benjamin Gehrels\JSON-java\src\main\resources [INFO] [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ json --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ json --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ json --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-surefire-plugin:2.22.0:test (default-test) @ json --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.json.junit.CDLTest MessageBad character 'V' (86). at 20 [character 9 line 2] [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.137 s - in org.json.junit.CDLTest [INFO] Running org.json.junit.CookieListTest SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 s - in org.json.junit.CookieListTest [INFO] Running org.json.junit.CookieTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.json.junit.CookieTest [INFO] Running org.json.junit.EnumTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.json.junit.EnumTest [INFO] Running org.json.junit.HTTPTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.json.junit.HTTPTest [INFO] Running org.json.junit.JSONArrayTest [INFO] Tests run: 30, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s - in org.json.junit.JSONArrayTest [INFO] Running org.json.junit.JSONMLTest [INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.json.junit.JSONMLTest [INFO] Running org.json.junit.JSONObjectLocaleTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.json.junit.JSONObjectLocaleTest [INFO] Running org.json.junit.JSONObjectTest new BigDecimal(testData[]) : 102 ms NUMBER_PATTERN.matcher(testData[]).matches() : 86 ms [INFO] Tests run: 80, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.361 s - in org.json.junit.JSONObjectTest [INFO] Running org.json.junit.JSONPointerTest [INFO] Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 s - in org.json.junit.JSONPointerTest [INFO] Running org.json.junit.JSONStringerTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.json.junit.JSONStringerTest [INFO] Running org.json.junit.JSONStringTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.json.junit.JSONStringTest [INFO] Running org.json.junit.JSONTokenerTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.json.junit.JSONTokenerTest [INFO] Running org.json.junit.PropertyTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s - in org.json.junit.PropertyTest [INFO] Running org.json.junit.XMLConfigurationTest [INFO] Tests run: 30, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.61 s - in org.json.junit.XMLConfigurationTest [INFO] Running org.json.junit.XMLTest [INFO] Tests run: 33, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.093 s - in org.json.junit.XMLTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 313, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 8.520 s [INFO] Finished at: 2020-04-30T12:18:34+02:00 [INFO] ------------------------------------------------------------------------ |
Sorry, something went wrong.
|
If you plan to switch to gradle as a build tool, you'll find a tutorial for the maven central deployment here: |
Sorry, something went wrong.
|
@BGehrels FYI I reached out to you via email found on your gehrels.info page, regarding Maven Central permissions. |
Sorry, something went wrong.
Confirmed, thanks. |
Sorry, something went wrong.
|
@BGehrels Hi, I need to hear back from you regarding Maven Central. It's the only item blocking this PR. |
Sorry, something went wrong.
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Until now, we have had a quite unhappy situation:
As a result, we have
So: this PR unifies all those three repos into one.
Whats left to do afterwards:
Side note:
For some reason, github shows a lot of files as changed that do not show changes locally (apart from being moved). I don't know why.