Release 1.5.15 [ai] - #70
Merged
Merged
Conversation
The last release, 1.5.14 in May, predates the scan-performance work now on master. On a 6,544-file CFML codebase a full scan went from 263s to 85s with the fat jar, and 373s to 145s with the GraalVM native binary, producing byte-identical findings. Carries cfparser 2.16.1-SNAPSHOT, which also compiles the tag attribute regex once rather than per tag. 675 tests. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Merged
ghedwards
added a commit
that referenced
this pull request
Sep 11, 2026
#70 set master to the fixed 1.5.15, but master already carried that version through #64 before an earlier release was called off, so the number has a history that matches nothing published. Nothing was ever released at 1.5.15; this moves to 1.5.16 instead. The cfparser pin moves to 2.16.2-SNAPSHOT for the same reason: 2.16.1-SNAPSHOT has been published more than once and no longer identifies a single build. Both declarations move together - pom.xml's cfparser.version property and the hardcoded coordinate in build.gradle. 675 tests. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Sets
gradle.propertiesandpom.xmlto the fixed1.5.15so the release can be cut, per the convention in #64. Nothing has ever been published at 1.5.15, so the number is free.The last release, 1.5.14 in May, predates the scan-performance work now on master. Measured on a 6,544-file / 20.8MB CFML codebase:
Findings byte-identical (3,295 issues across 934 files); 675 tests pass.
Carries cfparser
2.16.1-SNAPSHOT, published today, which also compiles the tag attribute regex once rather than per tag (cfmleditor/cfparser#74).After this merges and the release is created, master returns to a snapshot version.
🤖 Generated with Claude Code