hlg
hlg
There are dependencies on Apache HttpClient 4.5.x in plugins (through pluginbase), e.g. in IfcOpenShell. Further Eclipse Aether is no longer maintained and as such not updated to HttpClient 5. Thus...
Currently, methods of [public interfaces](https://github.com/opensourceBIM/BIMserver/tree/master/PluginBase/src/org/bimserver/shared/interfaces) are documented via JavaDoc-style comments (parameter names, description of method behaviour, parameters and return value). Consider for example the AuthInterface.login method: https://github.com/opensourceBIM/BIMserver/blob/2e59595be40418f81ab080f4bcf5b72eee690afb/PluginBase/src/org/bimserver/shared/interfaces/AuthInterface.java#L36-L49 Usually, comments -...
Assume a project without geometry generated in the first place. Committing a low level interface transaction with geometry regeneration disabled results in a null pointer due to missing geometry report...
This is not actually an issue, but a question: I am using the Java client to access BIMserver iterate over the List retrieved via `ClientModel.getAllWithSubTypes`. During this iteration, I get...
[IfcPropertySetDefinitionSet](https://standards.buildingsmart.org/IFC/RELEASE/IFC4_1/FINAL/HTML/link/ifcpropertysetdefinitionset.htm) is a new defined type in IFC4. It is part of a select type that allows either a set of property sets or a single property set (IfcPropertySetDefinition) to...
The -Xbootclasspath option has been removed from Java 9 onwards and thus running the BIMserver starter with a Java 9+ JVM and then specifying another JVM does not work anymore....
With BIMserver 1.5.182 (jar), geometry reports have a value of "null.null:null" for _Deserializer_, both in HTML and JSON. _Settings_ and _Engine settings_ are mixed under the regular settings group in...
Consider a project modified through the low level interface. For inverse relations in such a project, with higher cardinality, the SharedJsonSerializer delivers multiple instances of each reference - one for...
We are using the Java client library and get errors that appear non-deterministic when requesting single entities from the server. E.g. when we call getters of IdEObjects we eventually reach...
During setup, some plugins can not be installed, e.g. ifcopenshell, binaryserializers. This happens under Linux, with 1.5.147. I am seeing this error: ``` 19:22:35 INFO [PluginInterface.installPluginBundle]: 0.0.65 (InstallPluginBundle.java:70) org.eclipse.aether.resolution.ArtifactResolutionException: Could...