github opensourceBIM/BIMserver v1.5.188
BIMserver 1.5.188

one month ago

Attached files:
bimserverjar-1.5.188.jar: Run on your desktop (just double click or java -jar bimserverjar-1.5.188.jar)
bimserverwar-1.5.188.war: Run on a server (use Tomcat 8/9)

BIMserver Java Client: Tutorial on how to use it

<dependency>
    <groupId>org.opensourcebim</groupId>
    <artifactId>bimserverclientlib</artifactId>
    <version>1.5.188</version>
</dependency>

BIMserver Embedded

<dependency>
    <groupId>org.opensourcebim</groupId>
    <artifactId>bimserver</artifactId>
    <version>1.5.188</version>
</dependency>
  • dependency updates (while keeping Java 8 compatibility)
  • check and remove most deprecated method calls to ease further dependency updates
  • improve geometry runner logging
  • fix protocol buffers client library and setup
  • regenerated code due to an older parameter name change 92b7865
  • simplify tests (remove try/catch blocks)
  • unify slf4j/logback versions and remove outdated logging dependency
  • fix low-level setting of Boolean values
  • turn two "tests" with main method into automated tests with JUnit
  • migrate Maven publishing
  • fix issues: #1118, #1334, #1348, #1356 (thanks @WeltWeitBau ), #1359 (thanks @LordofthePickle)

Java 8 compatibility

This is another last release supporting Java 8. Please note the following on used dependencies at the time of this release:

  • Jetty 9 has gone EOL in January 2025 (after 19.02.2025) and will not receive any security updates anymore. It must be replaced with a successor version not compatible with Java 8.
  • Apache Oltu is retired and contains vulnerabilties. It will be replaced in future releases with an alternative OAuth libary likely not compatible with Java 8.
  • The packages org.eclipse.jdt.core, javax.json, commons-fileupload, com.googlecode.cqengine in their latest versions compatible with Java 8 expose vulnerabilities themselves or through dependencies. They will be upgraded in future releases.

Don't miss a new BIMserver release

NewReleases is sending notifications on new releases.