Chris Kilding
Chris Kilding
Hi @Peter-Darton-i2 I circled back to this today to see if anything had changed in more recent Jenkins versions, and Jenkins Credentials (API) versions. I tried to create a local...
I think that if the default credentials provider is doing this, then this is now the standard expected behaviour across all providers. It's not something that can be handled within...
I have added this clarification to the README in https://github.com/jenkinsci/aws-secrets-manager-credentials-provider-plugin/pull/259 Although it's not exactly the fix you guys were hoping for (because that can only be implemented upstream), I hope...
The documentation clarification is now merged - closing this PR
Requesting a security review of this feature from @dwnusbaum, as Wadeck seems to be busy
Hi, could you give a few more details about this? For example, could you link to the Java class (or interface) in the Browserstack plugin that represents this type of...
Relevant to https://github.com/damnhandy/Handy-URI-Templates/issues/55
This is initially a mechanical line-by-line port from the Joda methods to the relevant Java 8 time methods. Will see what fails and evolve it from there.
One fairly regular error stands out at first, when it tries to format a date: ``` java.time.temporal.UnsupportedTemporalTypeException: Unsupported field: YearOfEra ```
Fixed, but there is a catch: the java.util.Date instance is converted to a `LocalDateTime` using the system default ZoneId. This is not usually a safe assumption. This needs to be...