Skip to content

BIMserver 1.5.76

Pre-release
Pre-release
Compare
Choose a tag to compare
@rubendel rubendel released this 24 May 09:29
· 1351 commits to master since this release

Developers release

Attached files:
bimserverjar-1.5.76.jar: Run on your desktop (just double click)
bimserverwar-1.5.76.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.76</version>
</dependency>

BIMserver Embedded

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

Release notes (only big changes listed)

  • 834006c Including IfcSweptDiskSolid now in generated geometry
  • dfefad9 A setting has been added that allows you to disable the code that updates the lastLogin field of a User, mainly to avoid ConcurrentModification exceptions during checkin
  • e4f1bd4 Fixed a bug in database migrations
  • fcef8ec WSDL is working again in WAR build