stleary / JSON-java

A reference implementation of a JSON package in Java.
http://stleary.github.io/JSON-java/index.html
Other
4.54k stars 2.56k forks source link

Deployment and Pipeline action updates #874

Closed stleary closed 8 months ago

stleary commented 8 months ago

Description

stleary commented 8 months ago

What problem does this code solve? Deployment workflow is failing because the secrets have not been set yet. It is being removed until the secrets can be added. Java 11 build is failing intermittently when run in parallel with other builds. Each build runs separately now.

Does the code still compile with Java6? Yes

Risks Low

Changes to the API? No

Will this require a new release? No

Should the documentation be updated? No

Does it break the unit tests? No

Was any code refactored in this commit? No

Review status APPROVED - by myself