-
Would like to have a standard location (url) to point to openapi.json -file, like this:
http://localhost:8080/openapi.json
Right now it comes from /api-specs/v2/openapi.json (v2 is my context path f…
-
As you may know, we have [VSCode Extension Pack for MicroProfile](https://marketplace.visualstudio.com/items?itemName=MicroProfile-Community.vscode-microprofile-pack), which will be added to Java Over…
-
Is it possible to include several sub-classes of javax.ws.rs.core.Application (each with their own ApplicationPath and resource classes) in the same Kumuluzee uber jar?
If so, what are the necessary…
-
### Description
Provide HealthCheck enricher for [MicroProfile Health](https://github.com/eclipse/microprofile-health) implementations:
- [ ] [SmallRye Health](https://github.com/smallrye/smallrye-h…
-
Hi Tilen,
I was trying the Magazine Train sample. I am able to invoke the routes and booking URLs successfully. I am stuck with /faces/index.xhtml URL though which gives me HTTP 503 Error (Problem ac…
-
Hi,
When we do any change on classes/resources we have to build it and re run it . Like other Micro-profile implementation ( quarkus ) are we planning to support hot reload modified classes/resource …
-
I configured Keycloak with kumuluzee-security-keycloak and I'm trying to write some integration tests with Arquillian.
When I run the app the normal way with `EeApplication`, Keycloak is intialized…
-
When a rest client API specifies multiple query parameter values, e.g.:
```
@Path("/rest/v1")
@RegisterRestClient
public interface MyRestClient {
@GET
@Path("/query")
@Consumes("appli…
-
We are having issues injecting datasources using
com.kumuluz.ee.testing
kumuluzee-arquillian-container
1.0.0
test
…
-
I have Entity class A which has this timestamp type field say "startTime". I want to filter records on the basis of "startTime".
I tried this way :
filter=startTime:GTE:ts'2021-12-10T10:00:00:000…