Skip to content

Move SF dependencies to the latest BUILD-SNAPSHOT #2921

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

Merged
merged 2 commits into from
May 3, 2019

Conversation

artembilan
Copy link
Member

To avoid class loader issues it is better to align Spring Data
dependencies with SF version we use explicitly.
This way we don't have a ClassLoader issue when a newly introduced
TransactionManager might not be visible from the previous versions

  • Fix code style warnings in the TransactionSynchronizationFactoryBean
  • Use JavaUtils in the TransactionSynchronizationFactoryBean to
    decrease code complexity

To avoid class loader issues it is better to align Spring Data
dependencies with SF version we use explicitly.
This way we don't have a `ClassLoader` issue when a newly introduced
`TransactionManager` might not be visible from the previous versions

* Fix code style warnings in the `TransactionSynchronizationFactoryBean`
* Use `JavaUtils` in the `TransactionSynchronizationFactoryBean` to
decrease code complexity
@artembilan
Copy link
Member Author

We need to consider to merge this ASAP.
This is getting as a blocker already: https://build.spring.io/browse/INT-MASTERSPRING40-695/

Thanks

@garyrussell garyrussell merged commit 444cd1e into spring-projects:master May 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants