Richard Eckart de Castilho
Richard Eckart de Castilho
**What's in the PR** - Handle relation creation fully in the CreateRelationAnnotationHandle and to not go through the AnnotationDetailEditorPanel - Open context menu if there are multiple relation annotations that...
**Is your feature request related to a problem? Please describe.** It currently seems to not be possible to annotate a component with a version only and have uimaFIT fill in...
**Describe the bug** It appears as if the `enhance` goal can trigger an endless build loop in Eclipse. There seem to be situations in which for some reason the goal...
**Is your feature request related to a problem? Please describe.** The `enhance` goal may cause problems in environments with incremental build mechanisms. In the best case, it may schedule a...
When I follow the instructions, at the point where I run `bundle install`, I get the message Could not locate Gemfile
**Describe the bug** ruta-core-ext contains some extension functions that need to be enabled e.g. as ``` createEngineDescription( RutaEngine.class, RutaEngine.PARAM_ADDITIONAL_EXTENSIONS, StringOperationsExtension.class); ``` However, the ruta-core bundle has no optional import of...
**Describe the refactoring action** The HTMLParser library used by ruta has not been maintained for over 10 years and is compiled with a very old Java version. It should be...
When I run `./gradlew :build`, the following test sometimes fails ``` EphemeralPortTest > automatic_supplier() FAILED java.net.BindException: Address already in use at java.base/sun.nio.ch.Net.bind0(Native Method) at java.base/sun.nio.ch.Net.bind(Net.java:555) at java.base/sun.nio.ch.Net.bind(Net.java:544) at java.base/sun.nio.ch.NioSocketImpl.bind(NioSocketImpl.java:643) at...
When I try running `./gradlew :build` on master on my machine, `ProjectResolverTest` fails: ``` > Task :biz.aQute.resolve:test biz.aQute.resolve.ProjectResolverTest > testAugment() STANDARD_ERROR [HttpClient,https://raw.githubusercontent.com/osgi/osgi.enroute/v1.0.0/cnf/distro/index.xml] INFO aQute.bnd.build.LoggingProgressPlugin - Download https://raw.githubusercontent.com/osgi/osgi.enroute/v1.0.0/cnf/distro/index.xml ----------------- Errors 000:...
Add Maven and IntelliJ folders to gitignore: - .idea - .settings - .flattened-pom.xml - target/