Menno Avegaart
Menno Avegaart
The Cloudfare hosted https://cdnjs.cloudflare.com/ajax/libs/platform/1.3.5/platform.min.js file is minified incorrectly and doesn't work on Internet Explorer (the quotes are removed from {'function':true,'object':true}, which makes it invalid javascript). I realize that this is...
Having worked with both MyBatis and JPA I wonder why MyBatis doesn't support @Result, @One and @Many annotations with a @Target(ElementType.FIELD) and @ConstructorArgs with a @Target(ElementType.CONSTRUCTOR). Granted, these would only...
The current raml-java-client-generator only maps the lowest 2xx HTTP response in the RAML file and assumes this type is valid for all 2xx responses. The following example will create a...
Would it be possible to create a PortletMockMvcBuilders class (and supporting classes) in com.liferay.portletmvc4spring.test with similar features to [MockMvcBuilders](https://docs.spring.io/spring/docs/5.2.2.RELEASE/javadoc-api/org/springframework/test/web/servlet/setup/MockMvcBuilders.html) in spring-test? There already is an old [implementation](https://github.com/markusf/spring-test-portlet-mvc) for portlets, but...
I love using DBeaver, but one of the things that frustrates me a lot is that autocomplete doesn't know SQL keywords like "and" and "or" and tries to replace them...