99sono
99sono
If I make the experiment making the JacksonJaxbJsonProvider do nothing except extend the JacksonJsonProvider. And in the JacksonJsonProvider sometimes we support both annotations sometimes only the JACKSON annotations - we...
The only solution I could find thus was was taking form the JAR one of the providers - or likewise rewriting one of the providers to be logically equivalent to...
Perfect. Thanks a lot for the feedback. But just to be clear. The @Provider annotation which is part of the JAX-RS spec is only about allowing an implemnetaton RestEasy or...
I would be helpful to get a reply on what the concept is behind this configuration. The JEE should support developers in terms of tackling such issues. Or at minimum...
We received feedback today from the project team that our patching has improved things, and they no longer need to perform application server restarts due to these NPExceptions. Normally projects...
I wanted to provide an update regarding our ongoing efforts to address the issue. Unfortunately, our fix is not yet complete. Recently, the project encountered the following stack trace while...
I am quite certain that I understand why our ConcurrencyUtil logic encountered issues within the org.eclipse.persistence.internal.helper.ConcurrencyUtil.createStringWithSummaryOfReadLocksAcquiredByThread(ReadLockManager, String) method. The reason is straightforward, in my opinion. It stems from the fact...
The following is what unbkreable code looks like: ```java /** Getter for {@link #mapThreadToReadLockAcquisitionMetadata} returns a deep clone */ public synchronized Map getMapThreadToReadLockAcquisitionMetadata() { // We cannot simply return an...
In this post, I am presenting the second patch for this bug, which builds upon the first patch previously provided. The associated commit message for these changes is as follows:...
Hi, Regarding the issue of `CacheKey` being null, I I have no explanation. It appears to be a rather rare condition, as only one project in version 2.7.6 has encountered...