[jboss-jira] [JBoss JIRA] (WFLY-11994) Hibernate ORM transformer method signature parameter comparison to treat Ljava/lang/Object as wildfly parameter
Scott Marlow (Jira)
issues at jboss.org
Tue Apr 23 13:55:00 EDT 2019
[ https://issues.jboss.org/browse/WFLY-11994?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13725664#comment-13725664 ]
Scott Marlow edited comment on WFLY-11994 at 4/23/19 1:54 PM:
--------------------------------------------------------------
Type org.objectweb.asm.Type.getObjectType(final String internalName) might be helpful in dealing with comparing individual types.
Also Type[] Type.getArgumentTypes(final String methodDescriptor)
was (Author: smarlow):
Type org.objectweb.asm.Type.getObjectType(final String internalName) might be helpful in dealing with comparing individual types.
> Hibernate ORM transformer method signature parameter comparison to treat Ljava/lang/Object as wildfly parameter
> ---------------------------------------------------------------------------------------------------------------
>
> Key: WFLY-11994
> URL: https://issues.jboss.org/browse/WFLY-11994
> Project: WildFly
> Issue Type: Enhancement
> Components: JPA / Hibernate
> Reporter: Scott Marlow
> Assignee: Scott Marlow
> Priority: Major
>
> Replace the org.jboss.as.hibernate.Hibernate51CompatibilityTransformer check for Ljava/lang/Object, to instead match any object type (via custom code). Do the same for the MethodAdapter class.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
More information about the jboss-jira
mailing list