-
Notifications
You must be signed in to change notification settings - Fork 53
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
Cherry-pick from 2.8.1-experimental #33
Comments
Ok, this is what I picked up from the diff (thanks for directly linking the compare view btw!):
That about wraps it up. I wish we could have @vogt31337 here to help us implement that maven-osgi part (Apache Felix |
@bmhm thanks. So what I'd like to do is find a way to purge this experimental branch from our code. Can we open relevant issues, copy code snippet, etc or do you feel it's best to keep it around for a while? |
Let's just tick the box for every issue we opened to keep track of them individually. |
This code already exists in the source tree under a different file (not specific to 2.8.1 branch) https://github.com/java-native/jssc/blob/v2.8.0/src/java/jssc/SerialNativeInterface.java#L118-L135. Since we don't have a bug report for it, I'll create one and tick the box.
Can you check it off then, or is this not yet explained in a bug report? |
All items are checked off. Closing and purging |
@bmhm I think you're the best candidate for this, but there are some decisions that were made in the
2.8.1-experimental
branch that may be useful for this project. Some are duplicates of open bug reports (such as code formatter) but I wanted a proper review of this experimental branch before purging it.The text was updated successfully, but these errors were encountered: