colesico

Results 4 issues of colesico

Hi, here is my pom part: ``` org.simplejavamail simple-java-mail 6.0.4 ``` module-info: ``` requires org.simplejavamail; requires org.simplejavamail.core; ``` and app code: ``` Email email = EmailBuilder.startingBlank() .from(mailerJob.getFromName(), mailerJob.getFromAddr()) .to(mailerJob.getToAddr()) .withSubject(mailerJob.getSubject())...

help wanted
Priority-High
needs-research

An exception is occurring on such field: Caused by: com.typesafe.config.ConfigException$BadBean: Bean property XXX of class YYY has unsupported type class java.lang.Float

Examples: https://docs.micronaut.io/latest/guide/index.html#graal https://quarkus.io/guides/writing-native-applications-tips 1) Test all modules for compatibility with graalvm native, where need to add graal configuration files (reflection.json etc) 2) Introduce new module clasico-introspect for common purpose class...

enhancement

In our multi-threaded, multi-node environment when persisting REntity under load, sometimes (in approximately 0.5% persist method invocations) receive an IllegalArgumentException "This REntity already exists." ID values ​​are generated using timebased...

question