Basil Crow

Results 135 issues of Basil Crow

From the JEP template: > If some or all of the changes will require human interaction to verify them, explain why automated tests are considered impractical. Then, summarize what kinds...

### Context Please read [this document](https://github.com/jenkinsci/remoting/blob/cd7a2c4599858706b3906d4cbed08ef129d82962/docs/class-loading.md) in full before reviewing this pull request, as otherwise it will be impossible to understand what I am trying to achieve here. ### Problem...

enhancement

Allow the retry delay to be configured rather than hard-coded to 10 seconds, and allow the fixed delay to be combined with jitter to help avoid thundering herds.

enhancement
work-in-progress

Amends commit 1d123edfadb9f749e73f049024962c9584223ae4 from #52. That commit migrated away from the deprecated Guice subsystem but forgot to delete one of the Guice `@Inject` annotations.

dependencies

work-in-progress

As of #1168, the ATH image used for a test run is not the same as the code under test (CUT), thereby breaking the ability to make changes to the...

bug

`PrettyPrintWriter` fails to properly serialize characters in the Unicode Supplementary Multilingual Plane (SMP) in XML 1.0 mode and XML 1.1 mode (quirks mode works) with the following exception: ``` com.thoughtworks.xstream.io.StreamException:...

AJP support was removed in Jetty 9 and Winstone 3.0 in https://github.com/jenkinsci/winstone/pull/22, never to return. As a result it is pointless to keep setting this option.