springwolf-core
springwolf-core copied to clipboard
Automated documentation for event-driven applications built with Spring Boot
Bumps `spring-cloud-stream` from 4.3.0 to 5.0.0. Updates `org.springframework.cloud:spring-cloud-starter-stream-kafka` from 4.3.0 to 5.0.0 Commits See full diff in compare view Updates `org.springframework.cloud:spring-cloud-stream` from 4.3.0 to 5.0.0 Release notes Sourced from org.springframework.cloud:spring-cloud-stream's...
Bumps `io-swagger-core-v3` from 2.2.40 to 2.2.41. Updates `io.swagger.core.v3:swagger-annotations` from 2.2.40 to 2.2.41 Updates `io.swagger.core.v3:swagger-annotations-jakarta` from 2.2.40 to 2.2.41 Updates `io.swagger.core.v3:swagger-core-jakarta` from 2.2.40 to 2.2.41 Updates `io.swagger.core.v3:swagger-models-jakarta` from 2.2.40 to 2.2.41...
Bumps [com.networknt:json-schema-validator](https://github.com/networknt/json-schema-validator) from 1.5.9 to 2.0.0. Release notes Sourced from com.networknt:json-schema-validator's releases. 2.0.0- 2025-10-25 Added Changed Fix ref with sibling id from 2019-09 (#1203) Thanks @justin-tay Refactor walk and update...
When spring.jackson.property-naming-strategy=SNAKE_CASE is enabled in a Spring Boot application, the Springwolf UI fails to publish messages to Kafka because it generates the payload with camelCase field names, while the application...
**Describe the bug** custom-defined Headers (string) with a non-string format (i.e. int32) create show errors in the example **Dependencies and versions used** - [x] `springwolf-core` version `1.19.0` **Code example** ```...
…reduce log volume during build
Currently, Springwolf uses a mix of OpenAPI 3.0 and OpenAPI 3.1 `@Schema` fields as discovered in https://github.com/springwolf/springwolf-core/issues/1415 Goal: - Use OpenAPI 3.1 version - remove usage of OpenAPI 3.0 fields...
**Describe the feature request** Similar to `payloadType` I would like to have an auto-detection feature for `channelName`. The channelName can be derived from `@RabbitListener(queues = XXX)` or `@RabbitListener(queuesToDeclare = XXX)`...
**Describe the bug** In my spring boot application I use kafka and springwolf. After changing message serialization from json to protobuf the app consumes all memory assigned to java process....