Rafael Winterhalter

Results 37 issues of Rafael Winterhalter

In a multi-module build, due to the use of `requiresDependencyResolution = ResolutionScope.TEST`, it is impossible to reliably use the plugin before the install phase of dependant modules in the same...

Modern databases support much better queuing APIs than what they offered years ago, so articles [like the one included in the Spring integration](https://mikehadlow.blogspot.com/2012/04/database-as-queue-anti-pattern.html) documentation are rather dated. For example, [Postgres...

status: waiting-for-reporter
type: enhancement
in: jdbc

There is currently [a reaper](https://docs.spring.io/spring-integration/docs/4.3.21.RELEASE/api/index.html?org/springframework/integration/store/MessageGroupStoreReaper.html) for a message group store, but not for a channel message store. At least for a jdbc channel message store the same message removal would...

type: enhancement
in: core

Artifacts are currently only checksum validated via a ProvidedChecksumsSource if they are downloaded from a remote repository. This disables any checksum validation if another project already downloaded a corrupted artifact...

Allow Maven to read provided checksums from files per checksum algorithm. Files are more version control system friendly what improves their existence within projects. Single files are also easier to...

I have added a *native-image.properties* file to my library to specify that its static initializers are to be run at build-time, not at runtime, as this is safe. When running...

bug
native-image

Adds premain method such that Mockito can be used as an agent and enable instrumentation, considering upcoming restrictions on dynamic attach.

## Is your feature request related to a problem? I would like to piggyback on Elastic's agent for non-APM-tracing, but at various points, the agent is bound to implementation details...

agent-java
community

Is it possible to use the Shadow plugin to create a _source code_ and maybe even a _javadoc_ jar that reflects the state after "merging"? I need to import ASM...

enhancement

This PR makes a clear distinction between API and implementation, and cleans up a bit. For this: - The internal `Tracer` API is removed. - Implementation versions of API types...

agent-java
community
triage