-
Notifications
You must be signed in to change notification settings - Fork 172
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 springboot to 2.2.7 #742
Conversation
The following commits need their title changed:
Please format your commit title into the form:
This allows us to easily generate changelogs & determine semantic version numbers when cutting releases. You can read more about commit conventions here. |
bfec15c
to
ad5524f
Compare
@cfieber as part of the SpringBoot stuff you've been working on, have you had any issues with upgrading to later versions? We'd like to bump up the version slightly here, but this got me wondering if there's anything blocking us from upgrading to the next major. |
Ah. Spoke too soon. Found the PR where we had previously had to revert the exact same upgrade, @nimakaviani: #665 @robfletcher would have more context. |
hmmm interesting. would be good to know how we can move forward and resolve the conflict with internal metrics. |
@luispollo I feel like its worth a try again to see if this is in a happy place for us, a lot has changed since the previous attempt got rolled back. I'd suggest applying this locally and seeing if everything starts up fine running our internal wrapper |
Thanks @cfieber, will do. I think my concern is that this affects all services, not just keel, but I can try with a couple. |
@luispollo did you by any chance get to try this version bump to see how things work? |
Sorry, not yet. Will move that up in the queue next week. |
Ping. |
Sorry I missed the ping @robzienert and @nimakaviani. Will give this a try next week, so reopening it to track. |
OK... I gave this a shot today. Things were looking good until I tried our orca wrapper (I tested keel, echo and orca). It failed to start with this exception:
There was a change to the I'm guessing this is the same problem @robfletcher ran into and why he had to revert the upgrade in #665 In any case, @nimakaviani, based on our last conversation in the SIG, it didn't sound like you were blocked by this anymore, right? |
this fixes spinnaker/keel#1409
/cc @luispollo