tutorials
tutorials copied to clipboard
Just Announced - "Learn Spring Security OAuth":
…enium WebDriver "
This reverts commit 96d2675d23e46bbad9fa2fefad6e10cee2d772c7.
**Article and Module Links** https://github.com/eugenp/tutorials/blob/master/spring-security-modules/spring-security-oauth2-bff/backend/bff/src/main/resources/application.yml **Describe the Issue** When I try to use the BFF pattern with an OIDC authentication server, in my case Keycloak, I encounter a bug: 1....
https://github.com/quarkusio/quarkus-quickstarts/commit/dadc5bc3ed6ec8cf58453501547affcb835f083d by default Quarkus run "non async types" e.g. String in the blocking thread pool, behaving differently from its reactive ones .e.g. Uni . Adding this annotation is needed to...
This PR adds code for [How to connect to Oracle Database with JDBC Driver](https://jira.baeldung.com/browse/BAEL-8518). A new module core-java-persistence-4 was created since core-java-persistence-3 had 10 articles linked. Other fixes: * The...