-
In some of my projects I have to describe an openAPI interface with enum with values like "01", "02", etc. Those are codes for specific business cases. I would like to operate in my code with enum val…
-
**Describe the bug**
I have a Spring Boot application sending traces to Jaeger.
I am using `opentelemetry-spring-boot-starter` and this works as expected, i.e., I can see traces in Jaeger.
When I a…
-
**Describe the bug**
Hey there,
So I've been playing around with native-build and I decided to give it a shoot for one of our existing projects. Everything is working fine for the default JVM build.…
-
support
```yaml
FooRequired:
allOf:
- type: object
required:
- foo
- $ref: '#/types/Foo'
types:
Foo:
type: object
properties:
foo:
type…
-
the values `true` and `false` for `bean-validation` no longer work as the yaml parser seems to convert them to boolean instead of an enum (using 'true' instead works): `$.options.bean-validation: bool…
-
Spring boot app is not getting deployed with the below exception
It was working on 3.1.6
Issue exist in 3.2.0 , 3.2.1-Snapshop
Security Config:
```java
@Bean
public SecurityFilterCha…
-
Does any capability of sending a request and receiving a reply exist in Spring Cloud Stream? Something that is similar to a Gateway in Spring Integration.
Or is Spring Cloud Stream just for one dir…
-
Issue will be reopened when https://github.com/quarkusio/quarkus-platform fails to build against latest Quarkus Snapshots.
-
Release 3.0.0 is scheduled for September.
## Detailed info
- https://github.com/asyncapi/spec/blob/master/RELEASE_PROCESS.md
## Kick-off
- Release coordinating and contributing: https://www.…
-
**Affects:** 6.0.0-M6
For declarative registration of reflection hints, we currently offer `@Reflective` and `@RegisterReflectionForBinding`. These two options, particularly when used at the type l…