From 376b4c6ebcf41c246cb48860e2dae0039f8b13e7 Mon Sep 17 00:00:00 2001 From: Tim te Beek Date: Thu, 27 Jul 2023 01:10:57 +0200 Subject: [PATCH] Allow the use of Java 17 in tests (#604) * Allow the use of Java 17 in tests * Drop reference to outdated bootstrap from README.md --- README.md | 8 -------- pom.xml | 28 +++------------------------- 2 files changed, 3 insertions(+), 33 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. diff --git a/pom.xml b/pom.xml index 3d559a20..fe896c03 100644 --- a/pom.xml +++ b/pom.xml @@ -79,6 +79,9 @@ UTF-8 1.8 + 17 + 17 + 2.15.2 4.1.94.Final @@ -304,7 +307,6 @@ - org.junit.jupiter junit-jupiter-api test @@ -326,7 +328,6 @@ test - org.assertj assertj-core @@ -596,29 +597,6 @@ - - - - - bootstrap - - - - org.openrewrite.maven - rewrite-maven-plugin - 4.40.0 - - - org.openrewrite.java.format.AutoFormat - - - - - - - true - -