-
Notifications
You must be signed in to change notification settings - Fork 408
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
Plan for 2.0.0-M9 release. #1319
Comments
I think we're good to go
The thing is we need the release to test it in production 🙂 About the library, if it's not anything serious or critical, I'd say we can wait for 2.14.0 and bump it in the next release but for now if we could pull off M9 by the end of the week it would be fantastic. Thanks again for being helpful with the quick release 🙏 |
Maybe you have unit / integration tests that you could run with master ?
Concretely, I think we are not impacted but in security if you are wrong with that this could have strong consequences.
Could you precise a bit more ? I mean if this is available tomorrow in the end of the day, is it OK ? |
Ok, so can we go for 2.14.0-rc1 then?
It's OK |
Yep, I will wait a little bit, just in case we succeed to get an answer from jackson dev. |
oh just see that Jackson release is expected for around mid-October in the best case scenario. (FasterXML/jackson-databind#3590 (comment)) |
The 2.0.0-M9 is currently available in "staged repository" using : <repositories>
<repository>
<id>staged-releases</id>
<url>https://oss.sonatype.org/content/repositories/orgeclipseleshan-1072</url>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>org.eclipse.leshan</groupId>
<artifactId>leshan-bsserver-demo</artifactId>
<version>2.0.0-M9</version>
</dependency>
</dependencies> If you want you can test it. At this stage if we found issue, we can abort the release, fix it and retry a new one later. |
Reading several answers from cowtowncoder at FasterXML/jackson-databind#3590 (comment). |
@adamsero the 2.0.0-M9 should be available but not yet visible at https://search.maven.org. |
Than you very much 🙏 |
@adamsero about
I think that maybe you should discuss about a way to test pre-release of Leshan. As I said maybe by running integration tests and/or deploying in pre-prod environment ? Let me know about that. 🙏 |
Now 2.0.0-M9 is officially out : https://github.com/eclipse/leshan/releases/tag/leshan-2.0.0-M9, I guess we can close this issue ? |
I think we can close this one. |
A 2.0.0-M9 released is required by @adamsero.
Ideally for the end of the week. (#1313 (comment))
Current modification are :
@adamsero :
One more details, I see a dependabot bot altert about current Jackson library, I think we are not concerned as we don't use
UNWRAP_SINGLE_VALUE_ARRAYS
setting but maybe better to upgrade anyway. The "problem" : there is only a rc1 version available with the fix. So I don't know if we should wait, or ? (See : FasterXML/jackson-databind#3590 (comment))The text was updated successfully, but these errors were encountered: