github opensourceBIM/BIMserver parent-1.5.76
BIMserver 1.5.76

latest releases: v1.5.184, v1.5.183, v1.5.182...
pre-release6 years ago

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

Don't miss a new BIMserver release

NewReleases is sending notifications on new releases.