Developers release
Attached files:
bimserverjar-1.5.90.jar: Run on your desktop (just double click)
bimserverwar-1.5.90.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.90</version>
</dependency>
BIMserver Embedded
<dependency>
<groupId>org.opensourcebim</groupId>
<artifactId>bimserver</artifactId>
<version>1.5.90</version>
</dependency>
Release notes (only big changes listed)
- Changes to logging, local development should not show debug logs by default anymore. Users can now change the logback.xml in the home dir, so no changes to WAR required
- WAR build updated to work with bim bots/oauth
- BimBots interface improved, plugins don't require SchemaName values but can use String
- Include IfcFacetedBrep in geometry generation (in some cases it was left out)
- More cleanup of long running actions to decrease memory footprint
- Added geometry generation report to help debugging
- Lazy loading improved