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 boot 2.7.6 #542

Merged
merged 5 commits into from
Apr 12, 2023
Merged

Upgrade to Spring boot 2.7.6 #542

merged 5 commits into from
Apr 12, 2023

Conversation

swaranga-netflix
Copy link
Contributor

No description provided.

@swaranga-netflix swaranga-netflix marked this pull request as ready for review March 13, 2023 20:20
@@ -76,9 +77,10 @@ dependencies {
runtime(project(":metacat-connector-druid"))

runtime("io.springfox:springfox-swagger-ui")
runtime("org.webjars:hal-browser")
runtime("org.webjars:hal-browser:3325375")
Copy link
Collaborator

Choose a reason for hiding this comment

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

Curious what the reason for this pinning is

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 new Netflix BOm does not have recommendations for this artifact, so we have to specify a specific version

@@ -123,6 +123,16 @@ class MetacatSmokeSpec extends Specification {
if (metadata != null) {
newTable.getMetadata() == null? newTable.setMetadata(metadata): newTable.getMetadata().putAll(metadata)
}

if (tableName == 's3-mysql-db') {
Copy link
Collaborator

Choose a reason for hiding this comment

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

Would it make sense to just set the owner for all tables created

Copy link
Contributor Author

Choose a reason for hiding this comment

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

It is mandated only for the S3 connector, but let me try and see what breaks.

@swaranga-netflix swaranga-netflix merged commit 8439451 into master Apr 12, 2023
@swaranga-netflix swaranga-netflix deleted the spring-boot-2.7.6 branch April 12, 2023 22:04
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.

None yet

2 participants