-
I have a web application where the javax.ws.rs.core.Application is provided by tomcat rather than embedded in the war file.
This triggers failure as follows:
```
javax.servlet.ServletEx…
-
**Is your feature request related to a problem? Please describe.**
Assuming all classes responsible communication with some external resource or a JAX-RS endpoint, there is no need to make the DTOs p…
-
**Is your feature request related to a problem? Please describe.**
When a developer needs to implement a REST service which is already described by
an OpenAPI v3.0 or Swagger v2 document, it takes …
-
The client API for participants to join an LRA includes a method parameter that the caller may optionally use to supply [https://github.com/eclipse/microprofile-lra/blob/master/api/src/main/java/org/e…
-
I came across this awesome library when you posted that message on the Guava mailing list the other day. Too bad they haven't answered you yet.
I would like to start using it for generating objects …
-
**Is your feature request related to a problem? Please describe.**
The `spring-cloud-contract-maven-plugin` has the option of specifying `imports` and `static imports` for the generated tests. Someti…
-
The code from master doesn't compile (Windows 10, Maven 3.3.9, Oracle JDK 8).
I've entered build\com.eclipsesource.jaxrs.build and launched mvn clean verify, but I've got compilation errors.
I …
llech updated
6 years ago
-
| Q | A
| --------------------------------- | -------
| Bug or feature request? | Bug
| Which Swagger-Core version? |1.5.18
| Which Java v…
-
WeakDataFile maintains a static reference list of current instances of the class (the refList member variable). This is a shared static List, but the implementation used (ArrayList) is _not_ safe for …
-
Suppose I flush a bean from an GWT Editor, and that bean represents search parameters:
```
class SearchParams {
String name;
int age;
State state;
String zip;
}
```
A common REST pra…