Patrick Way

Results 23 issues of Patrick Way

Discovered while applying `JUnit4To5Migration` on [Antlr](https://github.com/antlr/antlr4) For tests classes that inherit from a superclass and have a constructor which invokes the superclass constructor: - compare super constructor parameters with the...

recipe

Add migration recipe for https://github.com/eclipse-ee4j/jaxb-api/releases/tag/4.0.0

recipe

Spring Data Elasticsearch has [some breaking changes](https://docs.spring.io/spring-data/elasticsearch/docs/current/reference/html/#elasticsearch-migration-guide-4.2-4.3.breaking-changes), especially around SearchHits with aggregations

recipe
boot-2.6

https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-2.6-Release-Notes#persistent-no-longer-considered-with-spring-data-couchbase

recipe
boot-2.6

Need a recipe to add explicit versions to dependencies (if referenced in a spring boot project migrating to 2.6) [JBoss Transaction SPI](https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-2.6-Release-Notes#jboss-transaction-spi) Dependency management for org.jboss:jboss-transaction-spi has been removed. If...

recipe
boot-2.6

Migration recipe for [Spring-Boot-2.6](https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-2.6-Release-Notes) This task is to review and identify tasks required for migrating an app from Spring-Boot 2.5 to 2.6 - [x] #177 - [ ] Deprecations from...

recipe
boot-2.6
kind/epic

**IMPORTANT** the ConditionalOnAnyBean Recipe should **ONLY** be applied to spring-boot 1.x projects during the 2.x conversion the following conversion does not compile ``` @ConditionalOnClass(Feign.class) @ConditionalOnBean({ LoadBalancerClient.class, LoadBalancerClientFactory.class }) ... public...

bug
boot-2.0

`@EmbeddedKafkaRule` to `@EmbeddedKafka` for JUnit 5 tests migration recipe. https://docs.spring.io/spring-kafka/docs/current/api/org/springframework/kafka/test/context/EmbeddedKafka.html https://blog.mimacom.com/testing-apache-kafka-with-spring-boot-junit5/

recipe

### Problem > ReplaceLambdaWithMethodReference should not transform lamda having multiple statements ```java private void respondToProduce(TopicPartition tp, Errors error, long offset) { client.respond( request -> request instanceof ProduceRequest, produceResponse(tp, offset, error,...

bug
parser-java

https://rules.sonarsource.com/java/RSPEC-1444

recipe