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

Upgrade to Spring Data Neumann-M2 #19588

Closed
wilkinsona opened this issue Jan 9, 2020 · 6 comments
Closed

Upgrade to Spring Data Neumann-M2 #19588

wilkinsona opened this issue Jan 9, 2020 · 6 comments
Assignees
Labels
type: dependency-upgrade A dependency upgrade
Milestone

Comments

@wilkinsona
Copy link
Member

wilkinsona commented Jan 9, 2020

This will also require #18621.

@wilkinsona wilkinsona added the type: dependency-upgrade A dependency upgrade label Jan 9, 2020
@wilkinsona wilkinsona added this to the 2.3.0.M1 milestone Jan 9, 2020
snicoll pushed a commit to scottfrederick/spring-boot that referenced this issue Jan 13, 2020
snicoll added a commit to scottfrederick/spring-boot that referenced this issue Jan 13, 2020
snicoll added a commit that referenced this issue Jan 13, 2020
snicoll added a commit that referenced this issue Jan 13, 2020
@wilkinsona
Copy link
Member Author

Let's keep this open until we've moved off snapshots.

@wilkinsona wilkinsona reopened this Jan 13, 2020
@snicoll
Copy link
Member

snicoll commented Jan 13, 2020

🤦‍♀️

@philwebb philwebb reopened this Jan 17, 2020
@philwebb
Copy link
Member

The upgrade causes issue because the M1 BOM is incorrect. We're waiting to see what the Data team want to do.

@philwebb
Copy link
Member

See DATACMNS-1654

@scottfrederick
Copy link
Contributor

scottfrederick commented Jan 17, 2020

The spring-data-relational dependency version can be forced with a change like this in spring-boot-dependencies:

	library('Spring Data Releasetrain', 'Neumann-M1') {
		group('org.springframework.data') {
			imports = [
				'spring-data-releasetrain'
			]
		}
	}
	library('Spring Data Relational', '2.0.0.M1') {
		group('org.springframework.data') {
			imports = [
				'spring-data-relational'
			]
		}
	}

@snicoll snicoll changed the title Upgrade to Spring Data Neumann-M1 Upgrade to Spring Data Neumann-M2 Jan 17, 2020
@snicoll
Copy link
Member

snicoll commented Jan 17, 2020

The Spring Data team decided to ship M2 with a fix to that bom.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: dependency-upgrade A dependency upgrade
Projects
None yet
Development

No branches or pull requests

4 participants