Skip to content

Commit 291559c

Browse files
jekutzscheodrotbohm
authored andcommitted
GH-1414 - Check for proper class in jMolecules Onion Architecture integration.
The previous declaration looked for a non-existing type (it's only located in the newly declared package, or would've to be named ApplicationServiceRing). Signed-off-by: Jens Kutzsche <github@gebea.de>
1 parent 542d567 commit 291559c

File tree

1 file changed

+1
-1
lines changed
  • spring-modulith-docs/src/main/java/org/springframework/modulith/docs

1 file changed

+1
-1
lines changed

spring-modulith-docs/src/main/java/org/springframework/modulith/docs/Groupings.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ public static class JMoleculesGroupings {
9595
.isPresent("org.jmolecules.architecture.layered.ApplicationLayer", JMoleculesGroupings.class.getClassLoader());
9696

9797
private static final boolean JMOLECULES_ONION_PRESENT = ClassUtils
98-
.isPresent("org.jmolecules.architecture.onion.classical.ApplicationRing",
98+
.isPresent("org.jmolecules.architecture.onion.simplified.ApplicationRing",
9999
JMoleculesGroupings.class.getClassLoader());
100100

101101
public static Grouping[] getGroupings() {

0 commit comments

Comments
 (0)