Jesse Glick

Results 128 issues of Jesse Glick

When we are running on Java 9 we should be able to use [`ProcessHandle.current()`](http://download.java.net/java/jdk9/docs/api/java/lang/ProcessHandle.html) to avoid using JNA. This would be more compatible across platforms; for example, the following has...

`Pojomatic` statically caches the handler for each `Class`. This could produce a memory leak in case you run it on a `Class` in a `ClassLoader` which is later thrown away....

Running 1.4.1 from the Ubuntu package. Works fine except when encountering unreadable subdirectories: ``` tmp$ mkdir rdfind-test tmp$ sudo mkdir rdfind-test/subdir tmp$ sudo touch rdfind-test/subdir/file tmp$ mkdir rdfind-test/otherdir tmp$ touch...

bug

Follows up #1190. Split from #1083. Downstream of https://github.com/jenkinsci/workflow-durable-task-step-plugin/pull/180.

test

I have a simple WS echo server which just repeats text or binary frames with a trivial modification. If I connect to it with `websocat` with default options from a...

I tried to use japicmp on https://github.com/jenkinsci/jenkins/pull/4848 but the mojo was unusable as is: it automatically added the classpath, but from the _new_ artifact (current effective `pom.xml`) even for the...

Untested, but should offer better cleanup behavior in case the Pipeline is using any external resources.

When using `org.acegisecurity.context.HttpSessionContextIntegrationFilter`, a `SecurityContext` will be associated with a session and thus used in multiple theads. Therefore the idiom ``` Authentication old = SecurityContextHolder.getContext().getAuthentication(); try { SecurityContextHolder.getContext().setAuthentication(…); // …privileged...

enhancement

Since Release Drafter is able to provide meaningful display categories in a release based on pull request labels, it would be nice to be able to remind project admins to...

```bash mvn deploy # edit some file mvn deploy ``` (3.8.6) on a `*-SNAPSHOT` project using `nexus-staging-maven-plugin` will deploy snapshots with two different versions (`…-1` and `…-2`), as expected. But...