From 4e0157d81b22222534af50fe465d501bf0f64216 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Wed, 5 Oct 2022 09:31:35 +0200 Subject: [PATCH] Remove Spring Data Geode from 2022.0 release train. Closes #9 --- .../release/issues/github/ProjectLabelConfiguration.java | 7 +++++++ .../springframework/data/release/model/ReleaseTrains.java | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/src/main/java/org/springframework/data/release/issues/github/ProjectLabelConfiguration.java b/src/main/java/org/springframework/data/release/issues/github/ProjectLabelConfiguration.java index 4643a95..684848c 100644 --- a/src/main/java/org/springframework/data/release/issues/github/ProjectLabelConfiguration.java +++ b/src/main/java/org/springframework/data/release/issues/github/ProjectLabelConfiguration.java @@ -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"); diff --git a/src/main/java/org/springframework/data/release/model/ReleaseTrains.java b/src/main/java/org/springframework/data/release/model/ReleaseTrains.java index 03920cd..3b6ebe3 100644 --- a/src/main/java/org/springframework/data/release/model/ReleaseTrains.java +++ b/src/main/java/org/springframework/data/release/model/ReleaseTrains.java @@ -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