Skip to content

Commit

Permalink
Add new link to Moderne
Browse files Browse the repository at this point in the history
Also updates Faster.
  • Loading branch information
mike-solomon committed Nov 11, 2024
1 parent 39fb98a commit de0fc7f
Show file tree
Hide file tree
Showing 12 changed files with 141 additions and 118 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -249,13 +249,9 @@ Checkstyle configuration loading only informs the behavior of recipes, not which

## See how this recipe works across multiple open-source repositories

<a href="https://app.moderne.io/recipes/org.openrewrite.staticanalysis.CodeCleanup">
<img
src={require("/static/img/ModerneRecipeButton.png").default}
alt="Moderne Link Image"
width="50%"
/>
</a>
import RecipeCallout from '@site/src/components/ModerneLink';

<RecipeCallout link="https://app.moderne.io/recipes/org.openrewrite.staticanalysis.CodeCleanup" />

The community edition of the Moderne platform enables you to easily run recipes across thousands of open-source repositories.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,13 +73,9 @@ public class BiscuitTest {

## See how this recipe works across multiple open-source repositories

<a href="https://app.moderne.io/recipes/org.openrewrite.java.testing.assertj.Assertj">
<img
src={require("/static/img/ModerneRecipeButton.png").default}
alt="Moderne Link Image"
width="50%"
/>
</a>
import RecipeCallout from '@site/src/components/ModerneLink';

<RecipeCallout link="https://app.moderne.io/recipes/org.openrewrite.java.testing.assertj.Assertj" />

The community edition of the Moderne platform enables you to easily run recipes across thousands of open-source repositories.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -147,13 +147,9 @@ public class ExampleJunitTestClass {

## See how this recipe works across multiple open-source repositories

<a href="https://app.moderne.io/recipes/org.openrewrite.java.testing.assertj.JUnitToAssertj">
<img
src={require("/static/img/ModerneRecipeButton.png").default}
alt="Moderne Link Image"
width="50%"
/>
</a>
import RecipeCallout from '@site/src/components/ModerneLink';

<RecipeCallout link="https://app.moderne.io/recipes/org.openrewrite.java.testing.assertj.JUnitToAssertj" />

The community edition of the Moderne platform enables you to easily run recipes across thousands of open-source repositories.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -405,13 +405,9 @@ If you discover a shortcoming of this migration that should be covered, file an

## See how this recipe works across multiple open-source repositories

<a href="https://app.moderne.io/recipes/org.openrewrite.java.testing.junit5.JUnit5BestPractices">
<img
src={require("/static/img/ModerneRecipeButton.png").default}
alt="Moderne Link Image"
width="50%"
/>
</a>
import RecipeCallout from '@site/src/components/ModerneLink';

<RecipeCallout link="https://app.moderne.io/recipes/org.openrewrite.java.testing.junit5.JUnit5BestPractices" />

The community edition of the Moderne platform enables you to easily run recipes across thousands of open-source repositories.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -155,13 +155,9 @@ dependencies {

## See how this recipe works across multiple open-source repositories

<a href="https://app.moderne.io/recipes/org.openrewrite.java.migrate.jakarta.JakartaEE10">
<img
src={require("/static/img/ModerneRecipeButton.png").default}
alt="Moderne Link Image"
width="50%"
/>
</a>
import RecipeCallout from '@site/src/components/ModerneLink';

<RecipeCallout link="https://app.moderne.io/recipes/org.openrewrite.java.migrate.jakarta.JakartaEE10" />

The community edition of the Moderne platform enables you to easily run recipes across thousands of open-source repositories.

Expand Down
10 changes: 3 additions & 7 deletions docs/running-recipes/popular-recipe-guides/migrate-to-java-17.md
Original file line number Diff line number Diff line change
Expand Up @@ -264,13 +264,9 @@ The following is a list of known limitations/issues:

## See how this recipe works across multiple open-source repositories

<a href="https://app.moderne.io/recipes/org.openrewrite.java.migrate.UpgradeToJava17">
<img
src={require("/static/img/ModerneRecipeButton.png").default}
alt="Moderne Link Image"
width="50%"
/>
</a>
import RecipeCallout from '@site/src/components/ModerneLink';

<RecipeCallout link="https://app.moderne.io/recipes/org.openrewrite.java.migrate.UpgradeToJava17" />

The community edition of the Moderne platform enables you to easily run recipes across thousands of open-source repositories.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -142,13 +142,9 @@ public class Order {

## See how this recipe works across multiple open-source repositories

<a href="https://app.moderne.io/recipes/org.openrewrite.java.micronaut.Micronaut2to3Migration">
<img
src={require("/static/img/ModerneRecipeButton.png").default}
alt="Moderne Link Image"
width="50%"
/>
</a>
import RecipeCallout from '@site/src/components/ModerneLink';

<RecipeCallout link="https://app.moderne.io/recipes/org.openrewrite.java.micronaut.Micronaut2to3Migration" />

The community edition of the Moderne platform enables you to easily run recipes across thousands of open-source repositories.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -258,13 +258,9 @@ dependencies {

## See how this recipe works across multiple open-source repositories

<a href="https://app.moderne.io/recipes/org.openrewrite.java.micronaut.Micronaut3to4Migration">
<img
src={require("/static/img/ModerneRecipeButton.png").default}
alt="Moderne Link Image"
width="50%"
/>
</a>
import RecipeCallout from '@site/src/components/ModerneLink';

<RecipeCallout link="https://app.moderne.io/recipes/org.openrewrite.java.micronaut.Micronaut3to4Migration" />

The community edition of the Moderne platform enables you to easily run recipes across thousands of open-source repositories.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -239,13 +239,9 @@ management.server.base-path=/manage

## See how this recipe works across multiple open-source repositories

<a href="https://app.moderne.io/recipes/org.openrewrite.java.spring.boot3.UpgradeSpringBoot_3_2">
<img
src={require("/static/img/ModerneRecipeButton.png").default}
alt="Moderne Link Image"
width="50%"
/>
</a>
import RecipeCallout from '@site/src/components/ModerneLink';

<RecipeCallout link="https://app.moderne.io/recipes/org.openrewrite.java.spring.boot3.UpgradeSpringBoot_3_2" />

The community edition of the Moderne platform enables you to easily run recipes across thousands of open-source repositories.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -230,13 +230,9 @@ quarkus.neo4j.pool.metrics.enabled=true

## See how this recipe works across multiple open-source repositories

<a href="https://app.moderne.io/recipes/org.openrewrite.quarkus.quarkus2.Quarkus1to2Migration">
<img
src={require("/static/img/ModerneRecipeButton.png").default}
alt="Moderne Link Image"
width="50%"
/>
</a>
import RecipeCallout from '@site/src/components/ModerneLink';

<RecipeCallout link="https://app.moderne.io/recipes/org.openrewrite.quarkus.quarkus2.Quarkus1to2Migration" />

The community edition of the Moderne platform enables you to easily run recipes across thousands of open-source repositories.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"dependencies": {
"@docusaurus/core": "^3.6.1",
"@docusaurus/faster": "^3.6.0",
"@docusaurus/faster": "^3.6.1",
"@docusaurus/preset-classic": "^3.6.1",
"@mdx-js/react": "^3.0.0",
"clsx": "^2.0.0",
Expand Down
Loading

0 comments on commit de0fc7f

Please sign in to comment.