From f889971eb9ec2f30c052937bc751c72b2127b5ab Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 14 Apr 2026 04:07:48 +0000 Subject: [PATCH 1/2] Initial plan From c12e7173eaea6684bff4e2ea48775099ce42f294 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 14 Apr 2026 04:14:19 +0000 Subject: [PATCH 2/2] java2x: align plugin-api build with Java 21 and commons baseline Agent-Logs-Url: https://github.com/killbill/killbill-plugin-api/sessions/4969cc9c-b8c2-49fe-95cb-e8ef95d386a7 Co-authored-by: xsalefter <510438+xsalefter@users.noreply.github.com> --- pom.xml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/pom.xml b/pom.xml index 093a4fe..19c6a6a 100644 --- a/pom.xml +++ b/pom.xml @@ -53,6 +53,12 @@ true + + 1.12.0 + + 0.27.0 + 21 @@ -65,6 +71,17 @@ spotbugs-maven-plugin ${spotbugs-maven-plugin.version} + + org.apache.maven.plugins + maven-enforcer-plugin + + + org.codehaus.mojo + extra-enforcer-rules + ${extra-enforcer-rules.version} + + +