This is an automated email from the ASF dual-hosted git repository. deepak pushed a commit to branch release24.09 in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git
The following commit(s) were added to refs/heads/release24.09 by this push: new 528f419f83 Fixed: ClassCastException in EntityConditionBuilder.createNode when using EntityFunction keys (OFBIZ-13268) (#897) 528f419f83 is described below commit 528f419f83e81384d5ca26019a0cf92ea9e5c6e0 Author: Deepak Dixit <dee...@apache.org> AuthorDate: Tue Jun 24 10:11:37 2025 +0530 Fixed: ClassCastException in EntityConditionBuilder.createNode when using EntityFunction keys (OFBIZ-13268) (#897) Fixed: ClassCastException in EntityConditionBuilder.createNode when using EntityFunction keys (OFBIZ-13268) Updated EntityConditionBuilder to handle keys like EntityFunction properly, avoiding ClassCastException after the JDK 17 upgrade.