Roland Praml

Results 29 issues of Roland Praml

Hello, this is a copy of this PR: https://github.com/thymeleaf/thymeleaf-spring/pull/257 and makes the expressionParser configurable by setting the property `thymeleaf::ExpressionParser` (would solve https://github.com/thymeleaf/thymeleaf-spring/issues/24) In short, you can use your own expressionParser:...

Currently, JavaMelody wraps long queries like this ![grafik](https://user-images.githubusercontent.com/5530228/160346034-710b7265-b755-47fc-8d29-a5d7877b63ee.png) It is currently done in words with `break-words` (which makes them harder to read) but this does not work on `(?,?,?)` strings:...

We are using Ebean & JavaMelody. The problem is, that ebean generates queries like you see [here](https://github.com/ebean-orm/ebean/pull/2597) which do not properly wrap queries which contains a lot of parameters and...

While the current [documentation ](https://ebean.io/docs/features/encryption) is very clear, that **EQ** (and only EQ) is supported for encrypted properties, I noticed, that **IN** is currently not supported (which is semantically only...

We use this in our application to validate beans before they will be saved. `DB.visitSave(bean, visitor)` will call the PersistVisitor for each bean that is dirty and will be saved.

This change provides API methods to run DDL and migration manually. This is useful, if you have a setup where you - use TenantMode.DB / SCHEMA or CATALOG - expect,...

## Actual behavior @OrderColumn is ignored on ManyToMany lists. According to the documentation, this should be supported: > The *OrderColumn* annotation is specified on a OneToMany or ManyToMany relationship or...

``` java.lang.NullPointerException: Cannot invoke "Object.toString()" because the return value of "javax.lang.model.util.Types.asElement(javax.lang.model.type.TypeMirror)" is null at io.qameta.allure.description.JavaDocDescriptionsProcessor.lambda$null$0 (JavaDocDescriptionsProcessor.java:72) ``` Seems to be introduced by this commit https://github.com/allure-framework/allure-java/commit/e5818c79ef3a3c9bf6ffe447c7523213b18d22e2#diff-bd0fd4688cf1711d51b2c9e0be1f676c3c986ff4f18e1c31c3cc9a0d02c635faR72 **To Reproduce** Steps to reproduce...

Hello Rob, we discovered a strange behaviour, when using NOT_SUPPORTED transaction. We have some import code in our application Our use case is as follow: ```java try (Transaction txn1 =...

Hello @rbygrave we currently are updating to 13.20 and noticed, that https://github.com/ebean-orm/ebean/pull/3057 has triggered a bug. What we do is, that we fetch a property of an inherited root, but...