-
### Expected Behavior
No exception on starting up a default Micronaut Data + Hibernate JPA app.
### Actual Behaviour
The application fails to start with the following error:
```
ERROR io.micronau…
-
The new version of hibernate (currently in preview `6.5.0.CR1`) comes with newly introduced types that require additional reflection configuration. [Hibernate metadata for 6.2](https://github.com/orac…
-
### Issue description
Currently, there are graalvm metadata for some modules in micronaut-sql. It would be good to add them to https://github.com/oracle/graalvm-reachability-metadata and once publi…
-
Hello guys,
following this question:
[http://stackoverflow.com/questions/19361166/jpa-equivalent-for-hibernate-filters](http://stackoverflow.com/questions/19361166/jpa-equivalent-for-hibernate-filte…
-
### Description
When using @UpdatableEntityView(strategy = FlushStrategy.ENTITY) the entity is not flushed to the database.
### Expected behavior
The database is updated.
### Actual behavior
…
-
### Description
The next version of JPA will allow specifying the FQN of a CDI annotation in `persistence.xml`, so that an `EntityManager` injection point can be qualified with that annotation to hav…
-
WildFly Full 31.0.0.Final quay.io/wildfly/wildfly:latest docker image. Wildfly example
steps to reproduce:
mvn clean install
docker build and run
error:
> > 04:06:03,874 INFO [stdout] (S…
-
### Description
I am trying to deserialize json with snake case json properties to entity views with lower camel case properties. I have tried to add the strategy to both the jackson object m…
-
```
-----> Downloading Maria Db JDBC 2.4.0 from https://java-buildpack.cloudfoundry.org/mariadb-jdbc/mariadb-jdbc-2.4.0.jar (found in cache)
[...]
0 of 2 instances running, 1 starting, 1 crashed
…
-
## Observed vs. expected behavior
```java
BooleanBuilder sizeFilter = new BooleanBuilder();
sizeFilter.and(Expressions.numberTemplate(Double.class,
"truncate({0} / {1} , 4)",
…