Vincent Latombe
Vincent Latombe
In some cases, plugins need to generate markup with symbols (for example when generating `FormValidation` with html markup). This is adding a way for them to build such markup. This...
InterruptedException is no longer thrown on websocket timeout, rather a KubernetesClientException. Unfortunately there is no way to differentiate between a timeout and an error. * https://github.com/fabric8io/kubernetes-client/pull/3274 * https://github.com/fabric8io/kubernetes-client/pull/3197 - [...
This prevents orphan agents left behind after removing a dynamic pod template. In some cases where Jenkins is restarted just after exiting a `podTemplate` block, agents would lose their reference...
So that they can be printed in the logs
Just like the linux version - [X] Make sure you are opening from a **topic/feature/bugfix branch** (right side) and not your master branch! - [X] Ensure that the pull request...
I see from time to time some tests from `kubernetes-plugin` timing out. When that happens, subsequent tests fail because they try to allocate the same port. I've noticed that the...
When using `organizeLicensesByDependencies=true`, if you have several dependencies with the same license, and the same dependency appears in the dependency tree with different versions/types, then the cached file will be...
This increases flexibility when configuring it programmatically. Patterns such as ``` HazelcastSessionDataStoreFactory f = new HazelcastSessionDataStoreFactory(); f.setOnlyClient(true); f.setClientConfig(ClientConfig.load()); ``` or ``` HazelcastSessionDataStoreFactory f = new HazelcastSessionDataStoreFactory(); f.setServerConfig(Config.load()); ``` can then...
cc @jtnord Still needs a lot of work. - [ ] Make sure you are opening from a **topic/feature/bugfix branch** (right side) and not your main branch! - [ ]...
This avoids pulling the monolith `aws-java-sdk` in favor of smaller plugins. - [X] Make sure you are opening from a **topic/feature/bugfix branch** (right side) and not your main branch! -...