tg-freigmbh
tg-freigmbh
https://hibernate.atlassian.net/browse/HHH-17562 Added a new Option to turn off Hibernates Natural-ID Cache. Motivation is that I ran into multiple bugs and performance problems involving that cache. It seems to me the...
I am using fx + monocle version 21.0.2 I put the libraries on the module path and use --add-modules=ALL-MODULE-PATH I get an exception because monocle uses internal classes from javafx....
Hello, Our Project needs org.icepdf.ri.common.print.PrintHelperImpl#print(java.awt.Graphics, java.awt.print.PageFormat, int) In the current version of icepdf it seems like this method got somewhat hidden, PrintHelperImpl does implement Printable, but PrintHelper does not not...
I get this stacktrace: {code} Caused by: java.lang.IllegalStateException: Duplicate key Localization (attempted merging values UMS and UMS.Utilities) at org.gradlex.javamodule.dependencies.JavaModuleDependenciesExtension.lambda$create$14(JavaModuleDependenciesExtension.java:216) at org.gradle.api.internal.provider.DefaultProvider.calculateOwnValue(DefaultProvider.java:72) at org.gradle.api.internal.provider.AbstractMinimalProvider.calculateValue(AbstractMinimalProvider.java:115) at org.gradle.api.internal.provider.TransformBackedProvider.calculateOwnValue(TransformBackedProvider.java:81) at org.gradle.api.internal.provider.AbstractMinimalProvider.calculateValue(AbstractMinimalProvider.java:115) at org.gradle.api.internal.provider.Collectors$ElementFromProvider.collectEntries(Collectors.java:100) at...
Hello. So A bit of context: I am pulling artifacts together, so they can be put in a native (outside of gradle) installer. I am doing this using a configuration,...
Hi. So I tried to migrate from a Project Plugin to a settings Plugin. But I got: ``` java.lang.NoClassDefFoundError: org/gradlex/javamodule/moduleinfo/ExtraJavaModuleInfoPluginExtension at org.gradlex.javamodule.dependencies.internal.bridges.ExtraJavaModuleInfoBridge.autoRegisterPatchedModuleMappings(ExtraJavaModuleInfoBridge.java:30) at org.gradlex.javamodule.dependencies.JavaModuleDependenciesPlugin.lambda$setupExtraJavaModulePluginBridge$4(JavaModuleDependenciesPlugin.java:125) at org.gradle.internal.code.DefaultUserCodeApplicationContext$CurrentApplication$1.execute(DefaultUserCodeApplicationContext.java:124) at org.gradle.api.internal.DefaultCollectionCallbackActionDecorator$BuildOperationEmittingAction$1.run(DefaultCollectionCallbackActionDecorator.java:110) at org.gradle.internal.operations.DefaultBuildOperationRunner$1.execute(DefaultBuildOperationRunner.java:29)...
### Current Behavior In 8.11 rc The "getDependencyProject();" of ProjectDependncy has been Deprecated. While I would generally agree that acessing a mutable state of a different project should not be...
### Current Behavior Given this from the documentation: https://docs.gradle.org/current/userguide/artifact_transforms.html#sec:implementing-artifact-transforms ``` tasks.register("resolveRuntimeClasspath") { from(configurations.runtimeClasspath) into(layout.buildDirectory.dir("runtimeClasspath")) } ``` executing gradle resolveRuntimeClasspath will cause all dependencies to be build. In cases where automatically...
Fix for #136 -> lets fix the configuration cache