-
As part of the upgrade path from Dropwizard 0.x -> 1.x the jersey version was bumped to 2.25.1
What we've noticed is that across a number of our production services, we're seeing threads randomly m…
-
Hi all,
in dCache-View we find the curious behaviour, that dCache view takes forever to fetch it's data for the directory view. This coincides with the stacktrace shown below. We are running 9.0.3.…
-
Currently I am developing a jersey based RESTful application and would like to use DPI in my resources. (Note: Version of jersey is 2.23.1 and the servlet container is tomcat 8.5.3.)
Therefore I foll…
-
The documentation at https://glassfish.org/docs/latest/administration-guide.html#to-download-and-install-the-glassfish-osgi-web-console contains broken links to the ;glassfish-osgi-http; and `glassfis…
-
When I implement my own OAuth1Provider CDI complains with
```
org.jboss.weld.exceptions.DeploymentException: WELD-001409: Ambiguous dependencies for type OAuth1Provider with qualifiers @Default
at …
-
I have a simple web resource that is returning a ChunkedOutput object. It usually works pretty well but in a certain case, it throws:
```
00:16:15.125 [XNIO-2 task-21 ] ERROR io.undertow.request -…
-
The instructions on how to customize navbar doesn't work on dataverse-docker:
* https://guides.dataverse.org/en/latest/installation/config.html#custom-navbar-logo
I don't known why but dataverse-d…
-
[products.zip](https://github.com/jersey/jersey/files/1805555/products.zip)
Hi,
We have one web application which has some dependencies on apache wink 1.2, which is built using JAX-RS1.
We…
-
Relevant code:
```
public boolean hasEntity() {
entityContent.ensureNotClosed();
try {
return entityContent.isBuffered() || !entityContent.isEmpty();
} …
-
When deploying and undeploying multiple OSGi bundles with Java EE functionality using Fighterfish, we sometimes get a deadlock between undeployment and deployment of the modules because undeployment l…