From c509d1ebbe46ab7931afae21f0c6ffd52f4817d0 Mon Sep 17 00:00:00 2001 From: "jeremiah.stacey" Date: Mon, 29 Sep 2025 19:56:05 -0500 Subject: [PATCH 1/4] Adding superficial release notes for 2.7.0.1-RC1 to reflect testing state for OSSRH migration --- .../esapi4java-core-2.7.1.0-RC1-release-notes.txt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 documentation/esapi4java-core-2.7.1.0-RC1-release-notes.txt diff --git a/documentation/esapi4java-core-2.7.1.0-RC1-release-notes.txt b/documentation/esapi4java-core-2.7.1.0-RC1-release-notes.txt new file mode 100644 index 000000000..a08f975e2 --- /dev/null +++ b/documentation/esapi4java-core-2.7.1.0-RC1-release-notes.txt @@ -0,0 +1,15 @@ +Release notes for ESAPI 2.7.1.0-RC1 + Release date: 2025-30-09 + Project leaders: + -Kevin W. Wall + -Matt Seil + +Previous release: ESAPI 2.7.0.0, 2025-25-06 + + +Executive Summary: Important Things to Note for this Release +------------------------------------------------------------ +This Release Candidate is being used to verify the migration to OSSRH artifact hosting as a part of GitHub issue#891. + +This version contains no significant behavioral updates from the 2.7.0.0 release. +Keep an eye out for the formal 2.7.0.1 release planned before the end of 2025 \ No newline at end of file From 55c191b6cd6d8f5585c50401b303d9d0be88a08b Mon Sep 17 00:00:00 2001 From: "jeremiah.stacey" Date: Mon, 29 Sep 2025 19:57:37 -0500 Subject: [PATCH 2/4] Capturing release vars for 2.7.0.1-RC1 content. --- scripts/vars.2.7.1.0-RC1 | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 scripts/vars.2.7.1.0-RC1 diff --git a/scripts/vars.2.7.1.0-RC1 b/scripts/vars.2.7.1.0-RC1 new file mode 100644 index 000000000..f96a7342b --- /dev/null +++ b/scripts/vars.2.7.1.0-RC1 @@ -0,0 +1,14 @@ +# Do NOT edit this file directly. It will be created by the new createVarsFile.sh script, +# which should be run prior to the newReleaseNotes.sh script. + +# ESAPI (new / current) version +VERSION=2.7.1.0-RC1 + +# Previous ESAPI version +PREV_VERSION=2.7.0.0 + +# Release date of current version in yyyy-mm-dd format +YYYY_MM_DD_RELEASE_DATE=2025-30-09 + +# Previous ESAPI release date in same format +PREV_RELEASE_DATE=2025-25-06 From e533c5de161ede962d96ef591401809c88af26a9 Mon Sep 17 00:00:00 2001 From: "jeremiah.stacey" Date: Mon, 29 Sep 2025 20:01:54 -0500 Subject: [PATCH 3/4] Setting project version to 2.7.0.1-RC1 version for release --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index f0bc96e7b..a3352ae67 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.owasp.esapi esapi - 2.7.1.0-SNAPSHOT + 2.7.0.1-RC1 jar From a5bd0a6f1063de3357d603c1afb0da6a774dbea1 Mon Sep 17 00:00:00 2001 From: Krishna shakula Date: Thu, 29 Jan 2026 23:03:43 -0500 Subject: [PATCH 4/4] Fix #126: Global HTTP Validation Rules -> some possible improvements --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 0c31f1de1..4177eb252 100644 --- a/README.md +++ b/README.md @@ -260,3 +260,6 @@ coding style found in the files you are already editing.) ---------- OWASP is a registered trademark of the OWASP Foundation, Inc. + + +