# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#4 | 18795 | tjuricek | Use point-release versioning for the client SDKs and installers. | ||
#3 | 18785 | tjuricek | Revise the git fusion repository models. | ||
#2 | 18700 | tjuricek |
Convert branch-related models, which includes CommandResponse, and framework for doing model conversion to/from our P4Java input maps. Dates are fun. Those are now being converted using the "tzoffset" from the server query. |
||
#1 | 18679 | tjuricek |
Revising HWS paths to work primarily at product version 2016.1. The swagger definitions will primarily work at a major platform release number. We will generate new clients for each major release, and ensure backwards compatibility as time goes on by keeping the older clients around in the tree. Note: These are JUST URLs, and do not include other revisions we plan on making shortly. |
||
//guest/perforce_software/helix-web-services/main/source/clients/java/build.gradle | |||||
#5 | 18555 | tjuricek | Added Java client libraries to installation, along with swagger source. | ||
#4 | 18524 | tjuricek |
Add a "trust everything" mode to the generated Java client for testing our installed packages. Also, check in the client's dependencies as well via our "vendor" declarations. It's unclear how we'll distribute the client SDK code, probably as a group of jar files. We'll see. |
||
#3 | 18522 | tjuricek | Increase the compiler level to 1.8 | ||
#2 | 18515 | tjuricek |
Replacing java_client with Swagger-based clients/java project. - Switched implementations of the Swagger client to use okhttp with gson. - Added the version to the "status" method, and hey, added that method to the spec - Added templates to the java code generator to add some default methods, fixing some import issues in Gradle NOTE: We may want to break down the API a bit and restructure it. |
||
#1 | 18488 | tjuricek |
Swagger Java client (initial version). This contains a basic configuration for the java client, which mostly decides package location, etc. Notably, the license must be ASL under the SmartBear copyright. |