Yanming Zhou
Yanming Zhou
save unnecessary update statements https://hibernate.atlassian.net/browse/HHH-14228
https://hibernate.atlassian.net/browse/HHH-14429 fix regression introduced by https://hibernate.atlassian.net/browse/HHH-11795
## Requirement - what kind of business use case are you trying to solve? I have a big trace consists of many spans, I want find every span which contains...
As you know, Jakarta EE 9 is not backward-compatible with Jakarta EE 8 or Java EE 8, I hope there is a tool will replace all `javax.*` to `jakarta.*` in...
http://jira.cubrid.org/browse/CBRD-23683 Currently an unnamed broker health check thread will started if CUBRIDDriver class present even not actually connect to any cubrid database, We should defer creation of that thread, and...
Currently Feign supports configure `closeAfterDecode` globally and enabled by default, It make sense for most use case, except for streaming types. for example, I'm using `spring-cloud-openfeign` ```java @GetMapping public org.springframework.core.io.Resource...
Currently jackson supports reading newline-delimited json such as [JSON Lines](http://jsonlines.org/) and [NDJSON](https://github.com/ndjson/ndjson-spec), see https://github.com/FasterXML/jackson-databind/issues/1304. There is a proposed standard RFC7464 call [JSON Text Sequences](https://tools.ietf.org/html/rfc7464), it's similar to newline-delimited json by...
I'm using *Eclipse IDE for Java Developers* instead of *Eclipse IDE for Enterprise Java and Web Developers* I hope action `Refresh Gradle Project` stop generating unused buildCommand and nature to...
https://discuss.gradle.org/t/project-builddir-and-eclipse-classpath-defaultoutputdir-are-inconsistent-by-default-which-cause-confusion-for-beginners/19312/2 I notice that: > using a different classes output directory for Eclipse was a deliberate decision, because Eclipse uses a different compiler than Gradle. Letting both write to the...