Jan Portisch

Results 6 issues of Jan Portisch

I downloaded the [DBpedia HDT data set](http://www.rdfhdt.org/datasets/). I try to load it using the following code: ``` HDT hdtDataSet = HDTManager.loadHDT(hdtFilePath); ``` When I run the program, I get the...

Hi, it would be great if you could submit the code to the maven central repository :)

type: enhancement
priority: high
component: core-lib

Currently, the profile for the gpg plugin cannot be activated. It is, therefore, copied in the plugin section and then removed again for every release resulting in various commits without...

enhancement

## Problem The track repository is structured in three dimensions: 1. Track 2. Version 3. TestCase Version and TestCase are currently used inconsistently. Sometime versions are used to model testcases....

enhancement

**Describe the bug** Error message: ```bash java.lang.NoSuchMethodError: javax.servlet.ServletContext.createServlet(Ljava/lang/Class;)Ljavax/servlet/Servlet ``` The existence of two `servlet-api` dependencies in the docker container *may* lead to a problem on *some* machines. ```bash [INFO] +-...

bug