-
I'm trying to setup a minimal reactive boot app secured with JWT (provided by Keycloak, but not using their resource-server API). Everything went fine with servlet version, but can't figure out what I…
-
Introduce MP Config, and why it is important to be able to configure microservices without having to update the app code (can move them between environments eg test, production). Give examples of what…
-
I went through the codebase and I think it is an initial draft, I would suggest we move it into more structured way with using design patterns like MVVM clubbed with Providers. If we start of with thi…
-
The Thread Context ClassLoader is not set corretly before invoking the ConnectorFactory `getPublisherBuilder` or `getSubscriberBuilder` so inside ConnectorFactory SPI can't resolve implementation of P…
-
# THIS ISSUE HAS BEEN REPLACED BY #1608.
**WIP: I just got back from a vacation and got to thinking about the event store after getting enough rest for once**
## Big Existing Issues
* [Event …
-
Following @yurug's suggestion https://github.com/ocaml-sf/learn-ocaml/pull/302#issuecomment-520208261, I've tried compiling learn-ocaml/master `=` 718d1f12ff2ef78b1db34d2f70e4b24ddad0ed53 + learn-ocam…
-
**[Juergen Hoeller](https://jira.spring.io/secure/ViewProfile.jspa?name=juergen.hoeller)** opened **[SPR-15859](https://jira.spring.io/browse/SPR-15859?redirect=false)** and commented
As discussed in…
-
I see a lot of presentations about Nest those days on Twitter 😍
We are preparing a talk for an event in Paris next month.
We can find a few videos online but not so many slides are available.
C…
-
**Describe the bug**
Will occur when Reactive Router and Scheduler exists at the same project.
**Expected behavior**
Pgpool should be successfully inject
**Actual behavior**
PgPool NullPointe…
-
Sometimes an application doesn't have any persistent services. Such applications should auto-exit after everything was "started".
A good way to implement this might be for main-method startup buil…