EAlf91
EAlf91
Hey @gamethis how did you check on this? To my understanding latest still uses openssl 3.0.5, which should be affected by this
same here unfortunately
Also relevant for #7871 there was a solution proposed in the issue as well
@jobayle It's mentioned here: https://github.com/testcontainers/testcontainers-java/issues/7871#issuecomment-2041169911 but it would require a change I guess. The author made the hook configurable via spring properties: https://github.com/alex-arana/testcontainers-java/commit/a0fcbdf001ee17b5649882052ec62ad7092d1a74 I didn't try it myself and didn't...
**must-have** Using the Canvas Plugin is unfortunately not possible as it's not possible to load any image from any url. This would be highly appreciated and related to #5 otherwise...
cause is this change https://github.com/springdoc/springdoc-openapi-gradle-plugin/pull/142 getting the behaviour from before can be achieved by setting the workingDir for us this did the trick ``` customBootRun { workingDir.set(project.rootProject.projectDir) args.set(["--spring.profiles.active=local"]) } ```...
@kseniaguzeeva yes! that was the problem, thanks! I guess with either the driver or dbeaver update it got reset to default. After disabling read-only it works again.