hoijui / JavaOSC

OSC content format/"protocol" library for JVM languages
http://www.illposed.com/software/javaosc.html
BSD 3-Clause "New" or "Revised" License
156 stars 43 forks source link

0.9 Release #72

Closed Erimelowo closed 4 months ago

Erimelowo commented 12 months ago

Hi, we're using this library in https://github.com/SlimeVR/SlimeVR-Server and had troubles with the missing awt.Color class on Android that has been fixed in main now. We are using a hacky workaround, but it is a hacky workaround. Would it be possible to make a new release to have a native fix?

renanzdm commented 10 months ago

I also needed version 0.9

hoijui commented 4 months ago

Note, there already is a 0.9-SNAPSHOT release

hoijui commented 4 months ago

... you can refer to it after putting this in your maven file:

    <repositories>
        <repository>
            <id>ossrh</id>
            <url>https://oss.sonatype.org/content/repositories/snapshots</url>
        </repository>
    </repositories>
hoijui commented 4 months ago

I just made a 0.9 release (using Java 17). It should be available in a few hours... and there it is: https://mvnrepository.com/artifact/com.illposed.osc/javaosc-core