Release 1.5.16 [ai] - #71
Merged
Merged
Conversation
#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>
ghedwards
force-pushed
the
release/1.5.16
branch
from
September 11, 2026 11:32
0973a20 to
f3f72ca
Compare
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.16so the release can be cut, and moves the cfparser pin to2.16.2-SNAPSHOTin both places it is declared (pom.xml'scfparser.versionand the hardcoded coordinate inbuild.gradle).1.5.15 is skipped. Master carried that version through #64 before the release was called off, so the number has a history that does not match anything published. 1.5.16 starts clean. Likewise cfparser moves to
2.16.2-SNAPSHOT(cfmleditor/cfparser#75) because2.16.1-SNAPSHOThas been published more than once and no longer identifies a single build.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.
After this merges and the release is created, master returns to a snapshot version.
Replaces #70.
🤖 Generated with Claude Code