nyholku / purejavacomm

Pure Java implementation of JavaComm SerialPort
http://www.sparetimelabs.com/purejavacomm/index.html
BSD 3-Clause "New" or "Revised" License
362 stars 146 forks source link

Fix issue: not working with java 11 64bits #141

Closed tatery closed 6 months ago

tatery commented 1 year ago

I'm not able to open serial ports on 64bits Debian based Linux with 64bits java 11 version. This PR fixes issue mentioned above. I have updated libraries version and bumped up source/target java version to 11 since java 1.7 is outdated.

nyholku commented 1 year ago

Why are all those jar files changed? They are history so IMO they should not be changed.

tatery commented 1 year ago

This was my first time using github codespace to create this PR, and it is likely that these jars were deleted accidentally. I will try to restore them.

tatery commented 1 year ago

@nyholku all historical files have been restored

tatery commented 6 months ago

@nyholku Hi. It's been a while since this PR was submitted. Are you planning to merge it and release a new version of the library? Java evolves quickly, and the last official release of this library is for Java 1.7

nyholku commented 6 months ago

Cannot really test this but looks safe enough for me.

tatery commented 6 months ago

@nyholku Thank you very much. Could you also make a new release available on the maven repository?