This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch release in repository https://gitbox.apache.org/repos/asf/commons-jexl.git
commit 447eb9446ad613c4036ae56e540332e1cd8967f3 Merge: b05c073d dbccd363 Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Sat Apr 12 13:46:27 2025 -0400 Merge branch 'master' into release RELEASE-NOTES.txt | 81 ++++------------------ pom.xml | 71 +------------------ .../java/org/apache/commons/jexl3/JexlBuilder.java | 8 +-- .../org/apache/commons/jexl3/JexlFeatures.java | 4 +- .../org/apache/commons/jexl3/JexlOperator.java | 6 +- .../java/org/apache/commons/jexl3/JexlOptions.java | 2 +- .../apache/commons/jexl3/internal/Operator.java | 2 +- .../commons/jexl3/introspection/JexlUberspect.java | 2 +- .../commons/jexl3/parser/JexlScriptParser.java | 2 +- .../jexl3/scripting/JexlScriptEngineFactory.java | 4 +- .../jexl3/scripting/JexlScriptEngineTest.java | 4 +- 11 files changed, 31 insertions(+), 155 deletions(-) diff --cc pom.xml index 09700882,27d82942..93d504fb --- a/pom.xml +++ b/pom.xml @@@ -22,9 -22,8 +22,8 @@@ <artifactId>commons-parent</artifactId> <version>81</version> </parent> - <artifactId>commons-jexl3</artifactId> - <version>3.5.0-SNAPSHOT</version> + <version>3.5.0</version> <name>Apache Commons JEXL</name> <description>Apache Commons JEXL is a library that facilitates the implementation of scripting features in applications and frameworks written in Java.</description> @@@ -74,8 -72,7 +72,7 @@@ <!-- This is used by reporting plugins --> <project.reporting.outputEncoding>${commons.encoding}</project.reporting.outputEncoding> <!-- project.build.outputTimestamp is managed by Maven plugins, see https://maven.apache.org/guides/mini/guide-reproducible-builds.html --> - <project.build.outputTimestamp>2024-06-05T23:56:52Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2025-04-11T22:34:47Z</project.build.outputTimestamp> - <!-- Attempt at Java 25 --> <commons.asm.version>9.8</commons.asm.version> <!-- Commons release plugin -->