Skip to content

BIMserver 1.5.74

Pre-release
Pre-release
Compare
Choose a tag to compare
@rubendel rubendel released this 05 May 12:56
· 1341 commits to master since this release

Developers release

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

BIMserver Embedded

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

Release notes (only big changes listed)

  • No database changes in this version, so you should be able to keep your database when upgrading from 1.5.73 to 1.5.74
  • #527: ConcurrentModificationException corrupted project by adding too many objects to the database
  • 3c7ce24: Explicit rights are now given for all revisions of a project, not just the last revision. This way services can use multiple revisions of the same project
  • f908139: Upgrade Apache CXF library to 3.1.9
  • Changed log config so SOAP warnings are not logged anymore, cluttered the logfile when using the Console application
  • b66def9: Added basic authorization check for download function, added an issue to check/fix this more rigourously (#523).