Skip to content
This repository has been archived by the owner on Apr 5, 2022. It is now read-only.

[Sprint: 58] XD-3493: Update SI, Spring Core, and AMQP dependencies #1774

Closed
wants to merge 8 commits into from
Closed

Conversation

dturanski
Copy link
Contributor

This Now upgrades dependencies to Spring 4.2.1.RELEASE, Spring Integration 4.2.0.RELEASE, Spring Amqp 1.5.0.RELEASE. Also common dependencies with Boot 1.3.M5 are upgraded to the same versions where possible. Additionally there are some minor code changes to fix deprecated code, etc. This builds and shell script smoke test looks good. The upgrade to Boot 1.3 was not done due to compatibility issues described below.

@@ -15,6 +15,7 @@ target/
.classpath
.project
.springBeans
.cache-main
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the scala compiler leaves this behind now..

@ericbottard ericbottard changed the title Xd 3493 XD-3493: Update SI, SBoot, and AMQP dependencies Sep 24, 2015
@dturanski
Copy link
Contributor Author

DO NOT MERGE yet, still working on an issue related to command line options with boot 1.3

@dturanski
Copy link
Contributor Author

@ericbottard The latest commit works a bit better but I hit a nasty issue related to the spring-hateos version. xd-container will not start with spring-hateos-0.17.0 - it requires 0.19.0 (the declared dependency in boot 3.1.M5). However I had to downgrade to 0.17.0 to get around odrotbohm/spring-restbucks#37 (see note in dependencies.properties for more info). Other than that, hsqldb-server wont start as it is looking for XD_JMX_ENABLED. I haven't figured out where that is referenced @ilayaperumalg . Property settings for xd-singlenode and xd-admin seem to work as expected with this commit but will require more testing. But the spring-hateos thing will be a challenge.

@sabbyanandan sabbyanandan changed the title XD-3493: Update SI, SBoot, and AMQP dependencies [Sprint: 58] XD-3493: Update SI, SBoot, and AMQP dependencies Sep 24, 2015
@dturanski dturanski changed the title [Sprint: 58] XD-3493: Update SI, SBoot, and AMQP dependencies [Sprint: 58] XD-3493: Update SI, Spring Core, and AMQP dependencies Sep 25, 2015
@garyrussell
Copy link
Contributor

Merged as 496f030

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants