davidkron
davidkron
I tested Accent with a large .properties file from one of our Java applications and I discovered, that multline message values are currently not supported. Valid example: ``` my.message.key=one \...
Based on the ticket I created: https://github.com/scribejava/scribejava/issues/1016 I implemented this integration of Apache HttpClient 5.1 for Scribe. My code is more or less a copy of the existing HttpClient 4.x...
I created a fresh Grails 4.0.8 application and tried to exclude h2 from the resulting build artifact. Is tried to simply remove the h2 dependency from `build.gradle`. But h2 is...
We are migrating and trying out and older Grails 3.0.x application with Grails 4.1.0.M1. We have a not so trivial setup in a mono-repository structure which includes multiple grails applications,...
We did upgrade some production application of ours to Grails 4.0.12 from 3.3.x and some specific code suddenly stopped working. I managed to extract a minimal example application with similar...
We have a use case in our application, where we convert a Quill delta to HTML and later convert this generated HTML to PDF. But the library we are using...
I observed inconsistent behavior and API when trying to reuse and compose DetachedCriteria instances together: - Criteria composition seems to only work with closure based detached criterias - It seems...
I wanted to create a hierarchy of classes with the **table per subclass** strategy (see example below). Since we have common functionality in our domain classes, we have an **abstract...
### Vue version 3.2.37 ### Link to minimal reproduction https://stackblitz.com/edit/vuejs-public-path-ztfctd?file=vite.config.js ### Steps to reproduce - start the demo application (should happend automatically on stackblitz) - Vue demo application (generated through...