Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
bimserverwar-1.5.188.war | 2025-08-07 | 101.8 MB | |
bimserverjar-1.5.188.jar | 2025-08-07 | 104.0 MB | |
BIMserver 1.5.188 source code.tar.gz | 2025-06-29 | 10.3 MB | |
BIMserver 1.5.188 source code.zip | 2025-06-29 | 16.4 MB | |
README.md | 2025-06-29 | 2.1 kB | |
Totals: 5 Items | 232.5 MB | 1 |
Attached files:
bimserverjar-1.5.188.jar: Run on your desktop (just double click or java -jar bimserverjar-1.5.188.jar
)
bimserverwar-1.5.188.war: Run on a server (use Tomcat 8/9)
BIMserver Java Client: Tutorial on how to use it
:::xml
<dependency>
<groupId>org.opensourcebim</groupId>
<artifactId>bimserverclientlib</artifactId>
<version>1.5.188</version>
</dependency>
BIMserver Embedded
:::xml
<dependency>
<groupId>org.opensourcebim</groupId>
<artifactId>bimserver</artifactId>
<version>1.5.188</version>
</dependency>
- dependency updates (while keeping Java 8 compatibility)
- check and remove most deprecated method calls to ease further dependency updates
- improve geometry runner logging
- fix protocol buffers client library and setup
- regenerated code due to an older parameter name change 92b7865
- simplify tests (remove try/catch blocks)
- unify slf4j/logback versions and remove outdated logging dependency
- fix low-level setting of Boolean values
- turn two "tests" with main method into automated tests with JUnit
- migrate Maven publishing
- fix issues: [#1118], [#1334], [#1348], [#1356] (thanks @WeltWeitBau ), [#1359] (thanks @LordofthePickle)
Java 8 compatibility
This is another last release supporting Java 8. Please note the following on used dependencies at the time of this release:
- Jetty 9 has gone EOL in January 2025 (after 19.02.2025) and will not receive any security updates anymore. It must be replaced with a successor version not compatible with Java 8.
- Apache Oltu is retired and contains vulnerabilties. It will be replaced in future releases with an alternative OAuth libary likely not compatible with Java 8.
- The packages org.eclipse.jdt.core, javax.json, commons-fileupload, com.googlecode.cqengine in their latest versions compatible with Java 8 expose vulnerabilities themselves or through dependencies. They will be upgraded in future releases.