From db3b6ef9370e2c20a610ec450476785baaff5e16 Mon Sep 17 00:00:00 2001 From: Tim te Beek Date: Wed, 19 Jul 2023 11:23:19 +0200 Subject: [PATCH 1/2] Allow the use of Java 17 in tests --- pom.xml | 28 +++------------------------- 1 file changed, 3 insertions(+), 25 deletions(-) diff --git a/pom.xml b/pom.xml index a90369c2..3b2c0651 100644 --- a/pom.xml +++ b/pom.xml @@ -74,6 +74,9 @@ UTF-8 1.8 + 17 + 17 + 2.15.2 4.1.94.Final @@ -299,7 +302,6 @@ - org.junit.jupiter junit-jupiter-api test @@ -321,7 +323,6 @@ test - org.assertj assertj-core @@ -611,29 +612,6 @@ - - - - - bootstrap - - - - org.openrewrite.maven - rewrite-maven-plugin - 4.40.0 - - - org.openrewrite.java.format.AutoFormat - - - - - - - true - - From b767feedda00168cdb9f4a4431fd0905741e1b9b Mon Sep 17 00:00:00 2001 From: Tim te Beek Date: Wed, 19 Jul 2023 11:26:49 +0200 Subject: [PATCH 2/2] Drop reference to outdated bootstrap from README.md --- README.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/README.md b/README.md index 8c45498f..fa3229c2 100644 --- a/README.md +++ b/README.md @@ -134,14 +134,6 @@ All tests can be run from the command line using: If you're looking for more information on the output from a test, try checking the `target/maven-it/**/*IT/**` directory contents after running the tests. It will contain the project state output, including maven logs, etc. Check the [`Integration Testing Framework Users Guide`](https://khmarbaise.github.io/maven-it-extension/itf-documentation/usersguide/usersguide.html) for information, too. It's good. -### Using this plugin against itself - -The `pom.xml` file contains a `bootstrap` profile to use the `rewrite-maven-plugin` against itself (it's a helpful plugin, why not use it to help develop itself?). - -```sh -./mvnw -Pbootstrap rewrite:dryRun -``` - ## Contributing We appreciate all types of contributions. See the [contributing guide](https://github.com/openrewrite/.github/blob/main/CONTRIBUTING.md) for detailed instructions on how to get started.