A.J. Brown
A.J. Brown
The way dependency objects are defined differs between the XSD and the JSON schema and documentation. The published documentation and JSON schema define "dependsOn" as a list of BOM ref...
This pull request contains modifications allowing the use of spot instances for cluster instances. It also upgrades the configuration to HCL2 for use in Terraform 0.12.
We should add [ngdocs](https://github.com/angular/angular.js/wiki/Writing-AngularJS-Documentation) which can be published using the grunt build process.
Allow tracking of all requests from a single browser session by automatically adding a session field to log messages.
Add gradle github action
The http://namemachine.xyz API allows the specification of gender probability. Because of this, a new instance of NameGenerator has to be instantiated for each request, which means parsing the names files...
The HipChat API allows you to specify a message_format when sending messages. The text messages behave a little different than the HTML messages (with @mention and emoticon support), so it's...
In order for maven build to work out of the box, JUnit must be available during the testing phase. With this update, the latest version will be added.
the `Dependency` class currently contains a dependencies field which is typed as a `List`, which implies that dependencies can be nested. This is incorrect based on both the current specification...