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

Bump to the latest BUILD-SNAPSHOTs #1172

Merged
merged 2 commits into from
Jul 22, 2019

Conversation

artembilan
Copy link
Member

After introducing a BeanDefinition.getResolvableType() we have
several failed builds because of NoSuchMethodError.
Looks like interface and its implementation classes are loaded from
different versions.

  • Exclude org.springframework from spring-data-commons to avoid
    CLASSPATH conflicts

Related to
https://build.spring.io/browse/SK-SON-1242/
spring-projects/spring-framework#23178

After introducing a `BeanDefinition.getResolvableType()` we have
several failed builds because of `NoSuchMethodError`.
Looks like interface and its implementation classes are loaded from
different versions.

* Exclude `org.springframework` from `spring-data-commons` to avoid
CLASSPATH conflicts

Related to
https://build.spring.io/browse/SK-SON-1242/
spring-projects/spring-framework#23178
@artembilan artembilan added this to the 2.3.M4 milestone Jul 22, 2019
@artembilan
Copy link
Member Author

If this is OK, I'll do the same for Spring AMQP. That one doesn't use SF B-S and that causes problems in SI master.

Time to think about global exclude for org.springframework group...

@garyrussell garyrussell merged commit 2ed8985 into spring-projects:master Jul 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants