ehcache / sizeof

Configurable sizeOf engine for Ehcache
Apache License 2.0
105 stars 43 forks source link

Revert changes : FilterConfigurator in sizeof #41

Closed AbfrmBlr closed 8 years ago

AbfrmBlr commented 8 years ago

Ehcache 3 will use sizeof as an independent library and FilterConfigurators will be loaded using service loader.

ljacomet commented 8 years ago

Given we are confirming this is part of the library, are there any required changes to the README? And what are the impacts on existing filters out there?

AbfrmBlr commented 8 years ago

Both Hibernate's FilterCopnfigurator are already broken since they never moved to latest released version of size of i.e. 0.2.0. The groovy's filter will break for the next release since it uses SizeOfEngineFactory which is already removed as part of clean up. But the fix is simple and if needed we can raise a PR for that.

AbfrmBlr commented 8 years ago

README is fine.