Richard Eckart de Castilho

Results 442 issues of Richard Eckart de Castilho

**What's in the PR** - Change array arguments to varargs arguments - Not all description classes have been adapted yet... **How to test manually** * No specific test procedure **Automatic...

⭐️ Enhancement

**Is your feature request related to a problem? Please describe.** In many places in the UIMA component description classes, setters accept arrays of values. This makes code calling these setters...

⭐️ Enhancement

**Describe the refactoring action** Currently, the CAS test suite data is part of `uimaj-core`. UIMA 3.3.0 shipped the `tests` artifact to Maven Central, but apparently 3.4.1 no longer does that....

⚙️ Refactoring

**What's in the PR** - Attempting to embed PGP signatures into the Eclipse artifacts - Disabled due to a Tycho bug embedding the FULL public keychain of the release manager...

⭐️ Enhancement

**Describe the bug** COMPRESSED_FILTERED_TSI produces different output on different JDKs or at least on different systems. **To Reproduce** Steps to reproduce the behavior: Run `CasSerializationDeserialization_COMPRESSED_FILTERED_TSI_Test.serializeAndCompareToReferenceTest` in particular test 12 (`casWithLists`)...

🦟 Bug

Actual: When a `com.googlecode.wicket.kendo.ui.form.multiselect.lazy.MultiSelect` gets disabled, it shows just an empty box. Expected: When a MultiSelect gets disabled, it continues displaying the values, but they are no longer editable. It...

`TooltipBehavior` handles the case where the label model implements `IComponentAssignedModel` but its subclass `PopoverBehavior` does not do that for the body model. Hence, using `ResourceModel` for the popover body is...

When trying to load the `css/google-bootstrap.less` that ships in Wicket Bootstrap via a LessResourceReference, e.g. ``` IBootstrapSettings settings = Bootstrap.getSettings(this); settings.setCssResourceReference(new LessResourceReference(GoogleCssReference.class, "css/google-bootstrap.less")); ``` this exception is triggered: ``` WebJarAssetLocator$ResourceException:...

**Describe the bug** As far as I remember, when I wanted to start the server with just space, I had to comment out all the classifiers classes from the init...

It would be nice if one could e.g. access the base URL for the Ariadne server and get a list there with all the endpoints that the server offers any...