From 634e9e6c39ecde16be70b92012cf758a68cb220d Mon Sep 17 00:00:00 2001 From: Chris Smowton Date: Fri, 9 Jan 2026 13:42:48 +0000 Subject: [PATCH] Reapply "Change note" This reverts commit 688f10daf1e61c2be55a8e04fada92b45434db48. --- java/ql/lib/change-notes/2025-12-16-java-xml-paths.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 java/ql/lib/change-notes/2025-12-16-java-xml-paths.md diff --git a/java/ql/lib/change-notes/2025-12-16-java-xml-paths.md b/java/ql/lib/change-notes/2025-12-16-java-xml-paths.md new file mode 100644 index 00000000000..877d0e7e2ed --- /dev/null +++ b/java/ql/lib/change-notes/2025-12-16-java-xml-paths.md @@ -0,0 +1,4 @@ +--- +category: minorAnalysis +--- +* When a code-scanning configuration specifies the `paths:` and/or `paths-ignore:` settings, these are now taken into account by the Java extractor's search for XML and properties files.