This is an automated email from the ASF dual-hosted git repository. ggregory pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/commons-ognl.git
from 9812376 Merge pull request #126 from apache/dependabot/github_actions/actions/checkout-3.5.3 new 21e1c04 [main] Throw a specialized RuntimeException instead of RuntimeException new 15e311f [test] Throw a specialized RuntimeException instead of RuntimeException The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: src/main/java/org/apache/commons/ognl/ExpressionNode.java | 2 +- .../java/org/apache/commons/ognl/MapPropertyAccessor.java | 10 ++++------ src/main/java/org/apache/commons/ognl/OgnlOps.java | 2 +- src/main/java/org/apache/commons/ognl/ToStringVisitor.java | 2 +- .../apache/commons/ognl/enhance/ExpressionCompiler.java | 2 +- .../org/apache/commons/ognl/test/ArrayCreationTest.java | 10 ++++++---- .../org/apache/commons/ognl/test/ArrayElementsTest.java | 12 +++++++----- .../commons/ognl/test/CollectionDirectPropertyTest.java | 12 +++++++----- .../commons/ognl/test/CompilingPropertyAccessor.java | 2 +- .../org/apache/commons/ognl/test/IndexedPropertyTest.java | 10 ++++++---- .../apache/commons/ognl/test/InterfaceInheritanceTest.java | 12 +++++++----- .../java/org/apache/commons/ognl/test/MapCreationTest.java | 13 ++++++++++--- .../apache/commons/ognl/test/MethodWithConversionTest.java | 10 ++++++---- .../org/apache/commons/ognl/test/NestedMethodTest.java | 10 ++++++---- .../java/org/apache/commons/ognl/test/NullHandlerTest.java | 10 ++++++---- .../commons/ognl/test/NumberFormatExceptionTest.java | 14 ++++++++------ .../commons/ognl/test/ObjectIndexedPropertyTest.java | 10 ++++++---- .../java/org/apache/commons/ognl/test/OperatorTest.java | 10 ++++++---- .../java/org/apache/commons/ognl/test/Performance.java | 2 +- .../org/apache/commons/ognl/test/PrimitiveArrayTest.java | 10 ++++++---- .../commons/ognl/test/PrimitiveNullHandlingTest.java | 4 +++- .../org/apache/commons/ognl/test/PrivateAccessorTest.java | 10 ++++++---- 22 files changed, 106 insertions(+), 73 deletions(-)