-
Notifications
You must be signed in to change notification settings - Fork 318
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
Release 1.3 #175
Comments
Wanted to cut the release but came across this :-/
We might still have to do some cleanup. |
What command did you run to cause this? Are all of these warnings new and need to be fixed or just some? |
|
The error in 2. is cause by the javadoc here. If you remove this, the "error" disappears. The Maven-Plugin javadoc processing stuff seems to get irritated. For 3. I'll provide I pull request. |
The clash in 1. is a bit suprising as bcpg-jdk15on-1.50 has a dependency on |
OK, let's ignore 2) and fix 3) and let's check what classes are causing the clash. |
I extracted the jars and checked the md5 checksum of each of the classes. The files are exactly the same in both jars:
So it shouldn't matter that these files are in two jars since it will end up with the same exact version of both regardless of which jar they're loaded from. There's really no way to fix this except to fix it in the bouncy castle jars, so I've filed an issue there. Also, this issue exists in the current release of jdeb as well. The only difference is that we're now using a newer version of the shade plugin which is now printing a warning whereas it didn't print a warning before. @tcurdt thanks so much for trying to cut a release. I think all the issues have been addressed now, but let us know if there's anything else that might block a release. |
Ok, got a new release pushed for bouncycastle which fixes the warning being printed out related to it. Here's a pull request to fix the warning: #177 |
Awesome detective work @benmccann ! |
Fantastic team effort, guys 6156c86 |
Just released 1.3! |
Open Source rocks! :) |
amen to that :) |
Awesome. Thank you guys so much for all the help! Really glad we could make so much progress together. |
We're desperately eager for a new version of jdeb to fix slf4j problems that we're having in Play Framework. I ran jdeb against sbt-native-packager's own suite of debian packing integration tests and they all passed. Given that jdeb's tests are all passing and we ran it against such an extensive set of integration tests with another project I'm fairly confident that the release will be a good one. If there are any difficulties folks can always just stay with 1.2. Having more options of versions to choose from only makes it easier for people to get a version that works for them. I'd love to do more to help if there's anything I can do. Unfortunately I don't have any ability to click the magic release button so all I can do is beg and wait :-) If it were a code issue I would gladly send a patch.
The text was updated successfully, but these errors were encountered: