iparadiso

Results 12 issues of iparadiso

As of spring boot 2.7, autoconfiguration registration has a new home. This allows this library to run in early version of spring boot as well as the latest spring boot...

org.openrewrite.java.RemoveUnusedImports doesn't appear to spot static public inner class usage that's used with wildcard imports statements. ## What version of OpenRewrite are you using? I am using version: 7.40.6 ##...

bug
test provided

https://github.com/awspring/spring-cloud-aws/issues/971 Clarify bean factory name overrides needed for a mix of @SqsListener acknowledgmentMode usages with existing custom MessageListenerContainerFactory defined in the app. ## :loudspeaker: Type of change - [ ]...

component: sqs
type: documentation

**Type**: Bug **Component**: **Describe the bug** The new addition of acknowledgementMode in `@SqsListener` is great, but it fails on startup if there are any usage of MessageListenerContainerFactory beans in the...

component: sqs
type: documentation
status: ideal-for-contribution

We noticed a few issues with `org.openrewrite.java.spring.ChangeSpringPropertyKey` recipe pertaining to YAML config files. * YAML structure is not preserved and rewritten properties are added as single line format. * Comments...

bug

[org.openrewrite.java.spring.cloud2022.MigrateCloudSleuthToMicrometerTracing](https://github.com/openrewrite/rewrite-spring/blob/b80cd59ddca2330319c36f8aec85605be35938fc/src/main/resources/META-INF/rewrite/spring-cloud-2022.yml#L88) is a pretty great rewrite rule, but it causes dependency resolution issues for some gradle users. Namely, it leaves dependency versions where some users would want versions to be...

bug
good first issue

Zipkin 3 comes with new interfaces such as `ByteMessageSender` rather than `Sender` that apps will need to upgrade to when upgrading from Zipkin 2 to Zipkin 3. In Zipkin 3.0,...

enhancement

## Describe the Bug This isn't necessarily a bug, but rather an integration issue. We have a spring boot application that has on brave-tests on the test classpath. This module...

bug

Zipkin 3 comes with new interfaces such as `ByteMessageSender` rather than `Sender` that apps will need to upgrade to when upgrading from Zipkin 2 to Zipkin 3. In Zipkin 3.0,...

enhancement

Hi folks. I wanted to bring to your attention the recent changes in version [4.0.0](https://github.com/graphql-java/java-dataloader/commit/3060a30e60871f50eb685ada5337aa7a9e7e5112) where `@NonNull` has been added to the public `load` API. Unlike Java, Kotlin enforces strict...