Patrik Duditš

Results 12 issues of Patrik Duditš

Test case for multiple connections participating in one phase commit, causing leak in ConnectionStateTracker. Keep all the connections participating in an transaction in a static multimap similar to the one...

SubQueueSelectorCacheBroker should ignore selectors of network subscriptions and queue browsers, as these shouldn't permanently extend the number of matching messages of a consumer queue.

Adds profile payara-micro-remote that runs single Payara Micro instance for a test suite. Profile payara-micro-remote-control serves for starting and stopping such instance. Currently few tests fail: Security, because there's no...

Similar to `forceRelease` option, a `skipRelease` option should exist for not releasing a module even when changes are detected. My use case is following: My repo is bunch of loosely...

Surefire 2.12 has pretty serious issue on Windows ([SUREFIRE-824](http://jira.codehaus.org/browse/SUREFIRE-824)), which prevents single tests from being executed. Therefore when following the guide, one gets to situation, which things he knew that...

The spec neither javadoc describes what is the parser 'looking at' when passed to user deserializer and if it is scoped in any way, and curent implementations vary in their...

enhancement
documentation

Behavior of passing input `"null"` in `Jsonb.fromJson("null", T)` is unspecified. Section 3.6 defines to return (type) `null` for unspecified output type, but this is only very limited case. I propose...

enhancement
documentation

When CSRF protection engaged on a method annotated ``` @POST @Produces(MediaType.TEXT_HTML) @Controller @Consumes(MediaType.MULTIPART_FORM_DATA) ``` Can only be validated via HTTP header match. I understand that support for this feature is...

enhancement

When [toolchains](https://maven.apache.org/guides/mini/guide-using-toolchains.html) are used in the build, then java version the plugin is running in and java version it would actually execute may differ. However, the probe for JDK 9+...