Remove Spring Data Geode from 2022.0 release train.

Closes #9
This commit is contained in:
Mark Paluch
2022-10-05 09:31:35 +02:00
parent 2e73e0a5d3
commit 4e0157d81b
2 changed files with 9 additions and 2 deletions

View File

@@ -101,6 +101,13 @@ public class ProjectLabelConfiguration {
config.register(LabelFactories.IN_LABEL, "kotlin", "Kotlin support");
}));
labelConfigurations.put(Projects.RELATIONAL, commonLabels.mergeWith(coreMappingRepository).mergeWith(config -> {
config.register(LabelFactories.IN_LABEL, "statement-builder", "SQL Statement builder API");
config.register(LabelFactories.IN_LABEL, "relational", "Relational module");
config.register(LabelFactories.IN_LABEL, "kotlin", "Kotlin support");
}));
labelConfigurations.put(Projects.JPA, commonLabels.mergeWith(coreMappingRepository).mergeWith(config -> {
config.register(LabelFactories.IN_LABEL, "core", "Issues in core support");

View File

@@ -76,9 +76,9 @@ public class ReleaseTrains {
new Module(RELATIONAL, "3.0")) //
.withCalver("2022.0") //
.filterModules(module -> !module.getProject().equals(ENVERS))
.filterModules(module -> !module.getProject().equals(GEODE))
.filterModules(module -> !module.getProject().equals(R2DBC))
.filterModules(module -> !module.getProject().equals(JDBC)) // filter "old" JDBC without R2DBC submodule
.withIterations(new Train.Iterations(M1, M2, M3, M4, M5, M6, RC1, RC2, GA, SR1, SR2, SR3, SR4, SR5));
.filterModules(module -> !module.getProject().equals(JDBC)); // filter "old" JDBC without R2DBC submodule
// Trains