Skip to content

BIMserver 1.5.138

Pre-release
Pre-release
Compare
Choose a tag to compare
@rubendel rubendel released this 03 May 10:34
· 580 commits to master since this release

Release Candidate:

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

BIMserver Java Client (Tutorial on how to use it): https://github.com/opensourceBIM/BIMserver/wiki/BimServerClient)

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

BIMserver Embedded

<dependency>
    <groupId>org.opensourcebim</groupId>
    <artifactId>bimserver</artifactId>
    <version>1.5.138</version>
</dependency>

Release notes

  • Both Java 8 and Java 11 runtimes supported. JAR, WAR and client tested.
  • To get the JAR working on Java 11, JAXB dependency was dropped and settings file is now a .properties file instead of .xml
  • Layerset slicing and quantity calculation can now be set in render engine plugin
  • Plugins can now also have system settings (as opposed to user settings), those can be changed and will be applied while BIMserver is running