-
### Expected Behavior
With GraalVM 23.1 (GraalVM for JDK 21) GraalVM Truffle/Polyglot languages are now consumed from the class/module-path.
For context, this project is also known as Truffle Unchai…
-
### Issue description
Hello,
I have a use case where two Micronaut services are secured using OpenID (`idtoken`) with an OAuth2 issuer (Keycloak) within the same realm.
Each service is conf…
-
Hosts:
- @nickebbitt
- @jonbullock
Guests:
- TBC
Intro:
- Host introductions
- Guest introductions
- Announcements:
- DevoxxUK CfP was extended to 31st January, now closed
- 17th …
-
Hi, I'm playing with armeria right now, and would like to check if `dev mode` (reload) is possible.
Thanks!
-
Is there any roadmap to update Gaelyk for java 8 runtiime support?
Google is warning us that java 7 is obsolete...
https://cloud.google.com/appengine/docs/deprecations/java7?hl=pt_BR&_ga=2.2170681…
-
I get this error when i run my project.
![Screenshot from 2023-06-03 08-05-18](https://github.com/Paullo612/mlfx/assets/77667007/d0c6159a-3aa3-4d20-ae45-e40373862775)
-
trying to use testcontainers boot autoconfig which relies on spring-cloud's bootstrap context. that gets registered as a parent context upstream of the micronaut context. but i am not able to resolve …
-
### Expected Behavior
No exception on starting up a default Micronaut Data + Hibernate JPA app.
### Actual Behaviour
The application fails to start with the following error:
```
ERROR io.micronau…
-
### Feature description
Projects with codebases in Spring WebFlux typically use `WebTestClient` which provides a Fluent API for Integration Testing.
Is it possible to have something with similar A…
-
### Feature description
In our security framework, we have a few unfortunate use cases where we need to be able to read the request body to determine authN/authZ context.
This was working fine in …