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

Deprecate Spring support #327

Closed
fmbenhassine opened this issue Jan 26, 2019 · 0 comments
Closed

Deprecate Spring support #327

fmbenhassine opened this issue Jan 26, 2019 · 0 comments
Milestone

Comments

@fmbenhassine
Copy link
Member

Spring support (through the EnhancedRandomFactoryBean) has been a constant maintenance burden: dependency updates, making sure parameters are in sync between EnhancedRandomFactoryBean and EnhancedRandomParameters (which are not in sync BTW today..), documentation updates, etc.

In hindsight, the EnhancedRandomFactoryBean has no real added value since EnhancedRandom can be declared as a bean in a spring context with the static method random used as a factory method. If custom parameters are needed, the EnhancedRandomFactoryBean can be copied in the project that needs it.

Spring support will be deprecated in v3.8 and removed in v4.0.

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

No branches or pull requests

1 participant