-
## Motivation
Right now tap operator with Micrometer::observation will only register an observation and span for whole publisher. So in case of flux which can have multiple elements it means that it …
-
This issue captures issues related to the "eventing framework" work area in .NET 9. Issues and categorizations are subject to change as design and prototyping is underway.
This eventing framework …
-
I have found this issue working with Opentelemetry agent, after some debugging it seems related to runtime attachment in a specific scenario (when some of the instrumented objects have already been cr…
-
So:
@Nullable byte[] encode(@Nonnull Context ctx, @Nonnull Object value) throws Exception;
Must be:
@Nullable ByteBuffer encode(@Nonnull Context ctx, @Nonnull Object value) throws E…
-
- [x] Libraries having update available
- [x] Libraries marked vulnerable by scan
- [x] #88
- [x] Jetty
- [x] Artemis
- [x] Redis
- [x] RabbitMQ
- [x] Java Runtime Environment
-
### Basic information
* Axon Framework version: 4.9.1
* JDK version: 21
* Complete executable reproducer if available (e.g. GitHub Repo):
### Steps to reproduce
### Expected behav…
-
**UPDATE:**
Thanks for everyone's continued interest in SiriProxy. I know lots of people are really excited to get it "up and running" with iOS7. Now that the software is public, you're welcome to di…
-
When starting `consumer` application from IDE (`Idea 2023.3.6`) on Java 21 I get an error:
```
***************************
APPLICATION FAILED TO START
***************************
Description:…
-
```java
PMDConfiguration configuration = new PMDConfiguration();
LanguageVersion goLanguageVersion = LanguageRegistry.getLanguage("java").getDefaultVersion();
configuration.setDefaultLanguageVersio…
-
### Actual Behaviour
`kaptKotlin` gradle building step with Micronaut Platform 4.2.0 takes 5x the time that it takes with Platform 4.1.6 on the same source code.
CPU Sampling profile of kaptKotl…