Skip to content

Commit

Permalink
WFLY-11991 Applications that extend certain Hibernate classes should …
Browse files Browse the repository at this point in the history
…be updated to use type SharedSessionContractImplementor instead of SessionImplementor
  • Loading branch information
scottmarlow committed May 30, 2019
1 parent 8a97872 commit dda106b
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 203 deletions.
Expand Up @@ -711,7 +711,7 @@ Hibernate51CompatibilityTransformer transformed application classes in 'deployme

|Hibernate51CompatibilityTransformer.disableAmbiguousChanges| disable transformation of org.hibernate.Query.setFirstResult(int) + org.hibernate.Query.setMaxResults(int), since these methods are in both Hibernate ORM 5.1.x + 5.3.x|false

|Hibernate51CompatibilityTransformer.showTransformedClassFolder| specifies the folder name to create bytecode level description of applications run through the transformer. If the transformer actually makes a change to your application, a (boolean) class variable will be added "$_org_jboss_as_hibernate_Hibernate51CompatibilityTransformer_transformed_$", that ensures that the application is only transformed once|disabled
|Hibernate51CompatibilityTransformer.showTransformedClassFolder| specifies the folder name to create bytecode level description of applications run through the transformer. The specified folder must already exist. If the transformer actually makes a change to your application, a (boolean) class variable will be added "$_org_jboss_as_hibernate_Hibernate51CompatibilityTransformer_transformed_$", that ensures that the application is only transformed once|disabled
----
----
Expand Down

0 comments on commit dda106b

Please sign in to comment.