Julius Krah
Julius Krah
I have setup a stream producer using `spring-cloud-function`, which works fine until there's an exception then it stops producing. **Steps to reproduce the behavior:** ```java class Producer { public static...
**Describe the bug** I am running spring-boot `2.3.1` with `spring-boot-starter-oauth2-client`, after adding a context-path, everything breaks **To Reproduce** I have the following configuration ```java @Bean SecurityWebFilterChain securityFilter(ServerHttpSecurity http) { var...
**Reproducer:** **Version:** \ Jackson fails to parse KeysetScrollPosition in native mode. ## Steps to reproduce 1. Schema ```graphqls type Query { products(first: Int, after: String, last: Int, before: String): ProductConnection...
The realms `one-relam.json` and `two-realm.json` are not imported on startup. The following error is observed: ```bash keycloak_1 | 16:55:37,245 WARN [org.keycloak.services] (ServerService Thread Pool -- 69) KC-SERVICES0005: Unable to import...
This is a fixes #1
## Defining new classes at runtime is not supported When running in native mode, mongock migration fails with the following exception: ```bash 2024-03-18T15:11:33.437+01:00 ERROR 39217 --- [ main] i.m.r.core.executor.MongockRunnerImpl :...
Spring Boot Version: 2.2.4.RELEASE Java Version: 11 Spring Cloud Version: Hoxton.SR1 I have registered a bean of Type `GeoJsonModule` ```java @Bean com.fasterxml.jackson.databind.Module geoJsonModule() { var geoJsonModule = new GeoJsonModule(); //...