Skip to content

Tag: java

hsqldb and jdk8 compatibility [closed]

Closed. This question needs details or clarity. It is not currently accepting answers. Want to improve this question? Add details and clarify the problem by editing this post. Closed 11 months ago. The community reviewed whether to reopen this question 3 months ago and left it closed: Original close reason(s)…

Trouble calling methods from a class/ [closed]

Closed. This question is not reproducible or was caused by typos. It is not currently accepting answers. This question was caused by a typo or a problem that can no longer be reproduced. While similar questions may be on-topic here, this one was resolved in a way less likely to help future readers. Closed 11 …

MapStruct ignore all unmapped properties for specific method

There are several ways to ignore unmapped target properties in mapstruct. We could list all properties to ignore for specific method: Or specify to ignore all properties on mapper level : Is there a way to mix these approaches and ignore all properties at the method level without explisently list all of them?…

Java: style compability tradeoff [closed]

Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing this post. Closed 10 months ago. Improve this question I was wondering the other day about the compatibility and style of …

Gradle 7 StackOverflowError when building

I’ve got a large Gradle project that I’m attempting to upgrade from Gradle 6 to Gradle 7.4.2. After the upgrade, I see inconsistent StackOverflowErrors when running gradle build – sometimes the command is successful and sometimes it’s not. Error: Stack trace: build.gradle file: gradle.…