-
Version 2.3, 2.2.1 and 2.2 do not work with JDK 8\.
Error Message:
Exception in thread "main" java.lang.ClassCastException: java.lang.AssertionError cannot be cast to java.lang.Exception
at org.jvnet…
-
It would be nice if the plugin supported WADL binding customizations, like the JAX-WS Maven plugin does for WSDL, to support changing generated class names, for example.
#### Affected Versions
[1.1.3]
-
Since as far back as I have worked on JAX-RS, we have always had somewhat of a "fork" of Apache CXF code for implementing JAX-RS 2.0, 2.1 and then all versions of the MicroProfile Rest Client. The "f…
-
If JAX-RS annotations are put on an interface instead of a concrete class, response types are not generated correctly:
Es. the following interface:
```java
package com.primeur.test.resources;
…
-
Hi,
I'm using Reactive Routes in Quarkus which relies on Vert.x Web and, as someone familiar with JAX-RS, I miss my MediaType constants.
See https://github.com/jax-rs/api/blob/master/jaxrs-api/s…
gsmet updated
3 years ago
-
When using JAX-WS with the StreamingAttachment annotation the attachment are correctly havailable in full streaming in the service implementation. But when a SOAPHandler is plugged in where the SOAPMe…
-
The output of compute_pg is a (12 ,1) 2D array . This is a minimal reproducible example.
```
import jax.numpy as jnp
import numpy as np
from functools import partial
import jax
from jax import…
-
Hello, is it possible to specify `servers` in the generated `swagger.json` in any way, besides manually editing it?
I am using an external configuation file `openapi-configuration.yaml` together wi…
-
Starting grails to run functional tests cause following error:
>grails test-app
[5132] spring.GrailsWebApplicationContext Bean factory for application context
[org.codehaus.groovy.grails.commons.spri…
-
Hello,
it seems demo webservices/ssl-jaxws-ear is not using SSL at all, although its
usage is advertised here: [http://java.sun.com/javaee/reference/code/](http://java.sun.com/javaee/reference/code/) …