-
Hi,
Got a question about class initialisation and best practices.
First a little background information:
- Using Micronaut framework for building a simple web app
- Using logback as logger fra…
-
Quarkus Reactive takes 7x longer to start: 353ms vs 49.4.
Helidon SE takes 5x longer: 303.6ms vs 59.4.
## Startup time
Imperative
M: (36 + 48 + 36 + 47 + 42) / 5 = 41.8
Q: (55 + 46 + 44 + …
-
Hello, I am sharing a demo of broken Batch logic with Oracle Database in Vert.x 4.3.5+ JDBC client.
### Version
`4.4.5`
### Context
It seems that the client assumes all vendors support [DL…
-
## Is your feature request related to a problem? Please describe.
Currently Microstream introduces a hard dependency to SLF4J logging facade. However, since Java 9, there is built-in facade that does…
-
Problem is dependency injection of Micronaut icm Axon framework. The PersonalDataRepository
needs to be injected in CommandHandlers and EventHandlers. For now a workaround use a
static class getter is…
-
Hi, I'm playing with armeria right now, and would like to check if `dev mode` (reload) is possible.
Thanks!
-
### Issue description
I have below config in my application.yml file
grpc:
server:
port: 50055
ssl:
**cert-chain: classpath:certificate.crt
private-key: classpath:cert.k…
-
### 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…
-
## What version of OpenRewrite are you using?
I am using `main`
## How are you running OpenRewrite?
unit tests
## What is the smallest, simplest way to reproduce the problem?
edited…
-
### 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…