springwolf-core icon indicating copy to clipboard operation
springwolf-core copied to clipboard

Automated documentation for event-driven applications built with Spring Boot

Results 119 springwolf-core issues
Sort by recently updated
recently updated
newest added

Uses: https://github.com/gradle-nexus/publish-plugin Based on the documentation, the existing secrets can be used. Also, we use the gradle version field to indiciate whether it is a release or SNAPSHOT version. The...

Hey yall. I have this use case where we're using a pattern instead of the topic names: @KafkaListener(topicPattern="") However, I get an error during start up and no topics are...

enhancement
staged for release

**Describe the bug** There is a null pointer exception in the latest release. Related to https://github.com/springwolf/springwolf-core/pull/726/files#r1581879204 **Dependencies and versions used** For example, `springwolf-kafka` version `1.2.0`. **Stack trace and error logs**...

bug
staged for release

In a setup similar to your example ExampleClassLevelKafkaListener, I tried to use KafkaAsyncOperationBinding "type" in order to separate listeners per server they listen to. But I'm getting "kafka" instead. `springwolf-kafka`...

enhancement
good first issue

Builds on top of https://github.com/springwolf/springwolf-core/pull/727 and should be merged after. It forces users to update their import statements of the annotations.

FYI, I think I have a better understanding of the cause regarding enums being between `' " ... " '` . 1. Let's consider this enum: ``` @Getter @RequiredArgsConstructor public...

**Describe the bug** Annotating a public suspending function in Kotlin with @AsyncListener and/or @AsyncPublisher leads to two channel entries instead of one. Making the annotated method private or removing the...

bug
waiting for feedback

Bumps `jacksonVersion` from 2.16.2 to 2.17.0. Updates `com.fasterxml.jackson.core:jackson-core` from 2.16.2 to 2.17.0 Commits 8fba680 [maven-release-plugin] prepare release jackson-core-2.17.0 486b33f Prepare for 2.17.0 release a6a1074 Merge branch '2.16' into 2.17 e5b5e34...

dependencies
java