rewrite-maven-plugin icon indicating copy to clipboard operation
rewrite-maven-plugin copied to clipboard

OpenRewrite's Maven plugin.

Results 47 rewrite-maven-plugin issues
Sort by recently updated
recently updated
newest added

Bumps [com.fasterxml.jackson:jackson-bom](https://github.com/FasterXML/jackson-bom) from 2.16.2 to 2.17.1. Commits 50ab40a [maven-release-plugin] prepare release jackson-bom-2.17.1 38201de Prepare for 2.17.1 release 4d2e95a Back to snapshot deps 3f7a9ee [maven-release-plugin] prepare for next development iteration 518dce9...

dependencies
java

I have OS X and `org.openrewrite.maven.ChangeParentPom` is working fine locally. On our CI agent where I'd like to make it run for a batch of projects, I've noticed: - the...

bug
question

## What version of OpenRewrite are you using? I am using - rewrite-maven-plugin 5.28.0 - Its default version of openrewrite, I believe 8.23.2 - Several rewrite modules listed [here](https://github.com/motlin/liftwizard/pull/1909/files) ##...

bug

Bumps [org.rocksdb:rocksdbjni](https://github.com/facebook/rocksdb) from 8.8.1 to 9.1.1. Release notes Sourced from org.rocksdb:rocksdbjni's releases. RocksDB 9.1.1 9.1.1 (2024-04-17) Bug Fixes Fixed Java SstFileMetaData to prevent throwing java.lang.NoSuchMethodError Fixed a regression when ColumnFamilyOptions::max_successive_merges...

dependencies
java

## What's changed? - Fixes #699 ## Anyone you would like to review specifically? @timtebeek ### Checklist - [x] I've added unit tests to cover both positive and negative cases...

bug
question

Based on https://stackoverflow.com/q/77927116/4605161 ## What problem are you trying to solve? In our codebase, we had to copy an entire class by hand just because some methods are private. So...

enhancement

Hi ! When I try to use openrewrite inside a parent pom the rewrite maven plugin is not found. Here a sample parent pom: ``` 4.0.0 com.old old-artifactId 1.2.3 pom...

bug

## What version of OpenRewrite are you using? I am using - Maven plugin v5.9.1 ## How are you running OpenRewrite? I am using the Maven plugin, and my project...

bug

## What version of OpenRewrite are you using? I am using - OpenRewrite v8.5.1 - Maven plugin v5.2.6 ## What is the smallest, simplest way to reproduce the problem? [This...

bug

## What problem are you trying to solve? Currently, there is no support for accepting values of the variables defined in the checkstyle configuration file. This causes a warning from...

enhancement