On Wed, Nov 5, 2025 at 5:14 PM Henri Biestro <[email protected]> wrote:
>
> Tried to address the various issues:
> - The STRICT_STATEMENT constant has been 'renamed' as AMBIGUOUS_STATEMENT;
> I've restored its existence as deprecated.
> - Added the @since where missing.
> - Removed the property in pom.
> - And cleaned-up the grammar to clean switch expression and statement
> handling.
> Let me know what I missed.
> Cheers
> Henrib
I think it looks good. There is still the one oddity reported by
JApiCmp where it thinks moving a method to a super-interface is not
compatible:
Old:
- interface JexlContext.ClassNameResolver doesn't extend anything and
implements resolveClassName(String)
New:
- interface JexlContext.ClassNameResolver now extends
JexlUberspect.ClassNameResolver {}
-
org.apache.commons.jexl3.introspection.JexlUberspect.ClassNameResolver.resolveClassName(String)
I'll prepare a release candidate in the morning.
Gary
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]