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

Make Spring Integration buildable with JDK8 [INT-2964] #6940

Closed
spring-operator opened this issue Mar 20, 2013 · 3 comments
Closed

Make Spring Integration buildable with JDK8 [INT-2964] #6940

spring-operator opened this issue Mar 20, 2013 · 3 comments

Comments

@spring-operator
Copy link
Contributor

spring-operator commented Mar 20, 2013

Gunnar Hillert opened INT-2964 and commented


Affects: 2.2.2

Issue Links:

@spring-operator
Copy link
Contributor Author

Gunnar Hillert commented

Looks like Java 8 is very picky with JavaDoc comments, e.g. <p/> makes the build fail (<p> is better)
Also build 1.8.0-ea-b80 will fail due to some bug. Use at least: build 1.8.0-ea-b84

@spring-operator
Copy link
Contributor Author

Gunnar Hillert commented

Locally all tests are passing now - except one:

org.springframework.integration_.mbeanexporterhelper.Int2307Tests#testInt2307_DefaultMBeanExporter()

In Java 8 there seems to be a timing issue coming up. Adding Thread.sleep(500) helps. Not sure why this would be necessary. May need to revisit with more recent JDK8 builds. If setting lower values, intermittent test failures start to appear.

@spring-operator
Copy link
Contributor Author

Gunnar Hillert commented

PR: #786

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