Clay McCoy
Clay McCoy
I've got a more representative demo Spring PF4J demo here: https://github.com/claymccoy/Pf4jSpringGreetingDemo It works fine, even when I uncomment the single greeting endpoint. https://github.com/claymccoy/Pf4jSpringGreetingDemo/blob/master/src/main/java/org/pf4j/demo/GreetingsController.java#L25 But with the single greeting endpoint uncommented,...
Some of the older documentation mentions the use of coffeescript.modules in Config.groovy. This does not seem to work with coffeescript-resources 0.3.2 in Grails 2.1. The resource plugin integration is great...
WorkflowClientFactory.getNewWorkflowClient should not require a WorkflowTags as a parameter. It was supposed to be optional. A NPE results.
Referring to a property of a workflow implementation throws an error like this: `groovy.lang.MissingPropertyException: No such property: isStreamingGameOfThronesEnabled for class: com.netflix.glisten.impl.local.ScopedTries` This is due to the scoping hierarchy built at...
An old version of resteasy is resolved transitively through org.pacesys:openstack4j in front50-swift. Updating this removes CVE-2020-1695. https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-1695 At Armory, we have been running this config for over a year, so...
Code that depends on this library will be held back from upgrading to 2.12. It looks like that would require: • ditching spray which is already an issue #84 •...