Skip to content

Commit d3a5b74

Browse files
update spring-boot-dependencies bom to v3.4.1 (#28249)
1 parent 861a4eb commit d3a5b74

File tree

3 files changed

+120
-125
lines changed

3 files changed

+120
-125
lines changed

generators/spring-boot/generator.ts

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -612,16 +612,6 @@ public void set${javaBeanCase(propertyName)}(${propertyType} ${propertyName}) {
612612
source.addMavenDependency!({ inProfile: 'docker-compose', ...dockerComposeArtifact, optional: true });
613613
}
614614
},
615-
nativeSupport({ application, source }) {
616-
const { graalvmSupport, reactive } = application;
617-
if (graalvmSupport && !reactive) {
618-
// Workaround https://github.com/spring-projects/spring-boot/issues/43260
619-
source.addJavaDependencies?.([
620-
{ groupId: 'io.reactivex.rxjava3', artifactId: 'rxjava', scope: 'runtime' },
621-
{ groupId: 'io.projectreactor', artifactId: 'reactor-core', scope: 'runtime' },
622-
]);
623-
}
624-
},
625615
});
626616
}
627617

0 commit comments

Comments
 (0)