Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WINDUPRULE-381: hibernate 5.1-5.3 migration, RegionFactory class usag… #364

Closed
wants to merge 7 commits into from

Conversation

m-brophy
Copy link
Contributor

@m-brophy m-brophy commented Mar 5, 2019

Copy link
Member

@mrizzi mrizzi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I added some notes on the <where> parameter to better reflect this issue.
In case i missed something, please report it to me 😉

<where param="">
<matches pattern="" />
<where param="className">
<matches pattern="(cache.RegionFactory|cache.spi.RegionFactory|cache.spi.AbstractRegionFactory|testing.cache.CachingRegionFactory|cache.spi.support.RegionFactoryTemplate)" />
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i feel like we should cover "old" classes (CachingRegionFactory, EhCacheRegionFactory, InfinispanRegionFactory, JndiInfinispanRegionFactory, NoCachingRegionFactory, SingletonEhCacheRegionFactory) that are not there anymore analysing org.hibernate.cache.spi.RegionFactory Hibernate 5.1 Javadoc because, afaiu, they removed some of these classes.

mrizzi and others added 5 commits March 5, 2019 20:14
Co-Authored-By: m-brophy <36955467+m-brophy@users.noreply.github.com>
Co-Authored-By: m-brophy <36955467+m-brophy@users.noreply.github.com>
Co-Authored-By: m-brophy <36955467+m-brophy@users.noreply.github.com>
@m-brophy m-brophy closed this Mar 6, 2019
@m-brophy m-brophy deleted the WINDUPRULE-381 branch March 6, 2019 12:42
@mrizzi
Copy link
Member

mrizzi commented Mar 6, 2019

followed up by #366

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants