Fouad Almalki
Fouad Almalki
> Ok, I added a workaround to the issue I filed above, which we cannot merge, but should get us moving forward to the next problem for now at least....
Here is an example to use systemd service with `Type=notify`: https://stackoverflow.com/a/75991067/597657
> Thanks for this. I think to integrate this, we will need to also include test cases, that check that the `reflect-config.json` is correct and does not get out of...
> It looks like the graal native maven plugin does a lot for us. I started #2476 to add graal native-image to ci. > > I ran into: > >...
Also, according to [the release notes of JUnit 5.10.0](https://junit.org/junit5/docs/current/release-notes/index.html#deprecations-and-breaking-changes): > Building native images with GraalVM now requires configuring the build arg --initialize-at-build-time=org.junit.platform.launcher.core.LauncherConfig and --initialize-at-build-time=org.junit.jupiter.engine.config.InstantiatingConfigurationParameterConverter.
This repo demonstrates that entity graph is ignored in Spring-Data when it is used in combination with closed-projection: https://github.com/Eng-Fouad/spring-closed-projection-entity-graph
As a workaround: ``` @EntityGraph(value = "SomeEntityGraph") EntityClass queryById(int id); ``` ``` EntityClass entity = entityRepo.queryById(1); EntityProjection entityProjection = new CollectionAwareProjectionFactory().createProjection(EntityProjection.class, entity); ``` However, the generated query will include all...
Any updates regarding this issue? @odrotbohm @mp911de @schauder @gregturn @christophstrobl