Jörg Hohwiller

Results 71 issues of Jörg Hohwiller

### OrientDB Version: orientdb-3.1.6 ### Java Version: 11.0.5 ### OS: mac os x (10.15.7, x86_64) ## Expected behavior I want to be able to create a new vertex that has...

I have alredy migrated my entire OSS project (https://github.com/m-m-m) to JPMS/jigsaw and it works great. I am using service-loader for dynamic and flexible plugin/extensions mechanism and declare the implementations in...

I want to build SBOMs on my project. ``` mvn install ``` can collect all dependencies and gives me success: ``` [INFO] BUILD SUCCESS ``` However running your plugin like...

`get-pip` supports `--prefix` option what is great. I wanted to use it to install pip into an own `pip` folder alongside `python` folder. This creates a `pip` installation with the...

question

There are specific maven variables like `${basedir}`, `${project.build.directory}` or any kind of variables resolved to absolute paths on the build environment. Deploying a flattened POM with hardcoded `C:\Users\hohwille\projects\myproject\target` (Win) or...

enhancement

Initially the flattened POM was written to `target/pom.xml` however this was causing bugs because this implicitly changed the `${basedir}` causing severe problems. Therefore we changed this to `.flattened.pom` in `${basedir}`...

waiting for feedback

With I18N support you will typically use message keys and angular-translate. Then you will quickly notice that you start writing > { > 'firstName': { 'required': { 'message': 'key.required' }...

feature
messages

In my project site-generation fails if `license-maven-plugin:2.0.0` is configured. ``` ... org.codehaus.mojo license-maven-plugin third-party-report aggregate-third-party-report ``` Stacktrace: ``` Caused by: org.apache.maven.plugin.PluginExecutionException: Execution default-site of goal org.apache.maven.plugins:maven-site-plugin:3.7.1:site failed. at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:148)...

Due to issue #572 I was forced to update my project to teavm version 0.7.0-dev-1196. However, this now breaks the build: ``` Error: Method java.util.ResourceBundle.containsKey(Ljava/lang/String;)Z was not found at io.github.mmm.ui.spi.UiLocalizerBundle.doLocalize(UiLocalizerBundle.java:51)...

add missing methods to Math required by `java.time` (for #451). As discussed in https://github.com/m-m-m/tvm/issues/2 I am creating a temporary external extension module for `java.time` support for TeaVM so I am...