File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed
main/resources/META-INF/rewrite
testWithSpringBoot_2_3/java/org/openrewrite/java/spring/boot2 Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -141,8 +141,7 @@ recipeList:
141141 - org.openrewrite.java.spring.boot2.OutputCaptureExtension
142142 - org.openrewrite.java.spring.boot2.UnnecessarySpringRunWith
143143 - org.openrewrite.java.spring.boot2.UnnecessarySpringExtension
144- # TODO Enable once tested on more projects through public.moderne.io
145- # - org.openrewrite.java.spring.boot2.ReplaceExtendWithAndContextConfiguration
144+ - org.openrewrite.java.spring.boot2.ReplaceExtendWithAndContextConfiguration
146145 - org.openrewrite.java.spring.boot2.RemoveObsoleteSpringRunners
147146 - org.openrewrite.maven.AddDependency :
148147 groupId : org.springframework.boot
Original file line number Diff line number Diff line change 1515 */
1616package org .openrewrite .java .spring .boot2 ;
1717
18- import org .junit .jupiter .api .Disabled ;
1918import org .junit .jupiter .api .Test ;
2019import org .openrewrite .Issue ;
2120import org .openrewrite .config .Environment ;
@@ -82,7 +81,6 @@ void testFindAll() {
8281
8382 @ Issue ("https://github.com/openrewrite/rewrite-spring/issues/296" )
8483 @ Test
85- @ Disabled ("Requires inclusion of ReplaceExtendWithAndContextConfiguration after that's verified on more projects" )
8684 void springBootRunWithContextConfigurationReplacedWithSpringJUnitConfig () {
8785 //language=java
8886 rewriteRun (
You can’t perform that action at this time.
0 commit comments