Richard Eckart de Castilho
Richard Eckart de Castilho
Kendo UI is still at kendo-ui-2022.3.913 while the current version seems to be 2025.3.1002. If we can, it would be nice if we could upgrade.
I would like to create a JAR file using bnd that contains no classes and only some explicitly defined resources that reside in certain paths using the bnd-maven-plugin. I have...
It seems not possible to exclude a directory using a filter on includeresources: ``` -includeresource: /=src/main/resources/;filter:=!logs ``` `logs` is a folder in this example. The problem seems to be the...
**What's in the PR** - Use a variant of iterating over the logged events which does not open a read-only transaction **How to test manually** * See issue description **Automatic...
**What's in the PR** - Virtualize rendering **How to test manually** * Try annotating large HTML / XML documents, e.g. export a very large page from Chrome into a MHTML...
**Is your feature request related to a problem? Please describe.** Very large HTML and XML documents can be quite slow to render which reduces reaction times of the application. **Describe...
**What's in the PR** - spring 6.2.14 -> 7.0.1 - spring-boot 3.5.8 -> 4.0.0 - spring-data 3.5.6 -> 4.0.0 - spring-security 6.5.7 -> 7.0.0 - springdoc 2.8.14 -> 3.0.0 -...
**Describe the refactoring action** Upgrading uses of deprecated APIs, removing warnings, moderninzing, etc. **Expected benefit** Improve maintainability.
**Describe the refactoring action** Upgrade to Spring 4. **Expected benefit** Bug fixes and improvements. Staying on latest supported version.
**Describe the refactoring action** Decouple the annotation storage from user management. **Expected benefit** There are reasons to store annotations for entities that are no actually users, e.g. for agents, curators,...