From 157487d8f20a5aec023f1d565211df3ddeacae7d Mon Sep 17 00:00:00 2001 From: "Michael B. Gale" Date: Fri, 9 Jan 2026 12:49:12 +0000 Subject: [PATCH] Java: Add change note for plugin repo support --- .../ql/lib/change-notes/2026-01-09-maven-plugin-registries.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 java/ql/lib/change-notes/2026-01-09-maven-plugin-registries.md diff --git a/java/ql/lib/change-notes/2026-01-09-maven-plugin-registries.md b/java/ql/lib/change-notes/2026-01-09-maven-plugin-registries.md new file mode 100644 index 000000000000..d3d42e9325b8 --- /dev/null +++ b/java/ql/lib/change-notes/2026-01-09-maven-plugin-registries.md @@ -0,0 +1,4 @@ +--- +category: minorAnalysis +--- +* When Maven-compatible private package registries are configured for an organisation for Default Setup, CodeQL will now configure Maven to also use these as plugin repositories. CodeQL previously already configured Maven to use them as regular package repositories. This should now allow Maven plugins to be obtained from private registries.