Lwjgl3: Release 3.0.1

Created on 1 Aug 2016  路  4Comments  路  Source: LWJGL/lwjgl3

I was just wondering if there's a timeframe on officially releasing 3.0.1? @Spasi added a LWJGL LMDB benchmark to https://github.com/lmdbjava/benchmarks and that code requires LWJGL 3.0.1-SNAPSHOT. The additional repository checking slows down builds, as Maven keeps checking for a new snapshot each day, plus I cannot enable our default organisation-wide enforcer rules as these are configured to reject POM-defined repositories as per Maven best practices. As 3.0.0b was released in November 2015, it would be great if you could please release 3.0.1 soon.

Question

All 4 comments

I am also interested in the release of 3.0.1. The modular artifacts will make it possible to write wrappers of specific LWJGL bindings that work together in a way that makes sense, rather than wrapping _all_ LWJGL bindings together (waste of time) or forcing users of wrapper libraries to pull in parts of LWJGL that they don't need.

LWJGL 3.0.1 will be released once the work for #100 is complete. Currently pending is the deployment of the various bindings as separate artifacts on Maven Central.

LWJGL 3.1.0 has been released. Maven dependencies for lwjgl-lmdb on Linux:

<dependency><groupId>org.lwjgl</groupId><artifactId>lwjgl</artifactId><version>3.1.0</version></dependency>
<dependency><groupId>org.lwjgl</groupId><artifactId>lwjgl-lmdb</artifactId><version>3.1.0</version></dependency>

<dependency><groupId>org.lwjgl</groupId><artifactId>lwjgl</artifactId><version>3.1.0</version><classifier>natives-linux</classifier><scope>runtime</scope></dependency>
<dependency><groupId>org.lwjgl</groupId><artifactId>lwjgl-lmdb</artifactId><version>3.1.0</version><classifier>natives-linux</classifier><scope>runtime</scope></dependency>

@Spasi thanks for making the release. I reverted the removal in the LmdbJava benchmarks, and also updated to LWJGL 3.1.0 in commit https://github.com/lmdbjava/benchmarks/commit/e5209d65604619e57f2b4bdfb257c31a79da0bd9.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

ShadowLordAlpha picture ShadowLordAlpha  路  3Comments

Hugobros3 picture Hugobros3  路  7Comments

Zamundaaa picture Zamundaaa  路  4Comments

nickclark2016 picture nickclark2016  路  5Comments

ChrisTrenkamp picture ChrisTrenkamp  路  6Comments