Dave Brosius
Dave Brosius
In ChainedProperty.scala, i see protected[this] class MapChainBy[B, TYPE](unmappedBox: ChainBox[TYPE, _], fn: %28TYPE%29 => B, mapType: Manifest[B]) extends ChainedProperty[B] { override protected val box = new ChainBoxConverter[B, TYPE](unmappedBox, fn, mapType) ```...
Using eclipselink 2.7.11 and ojdbc8 21.7.0.0, I have code that basically does ``` EntityManager em = getEM(); EntityTransaction et = em.getTransaction(); et.begin(); Connection con = em.unwrap(Connection.class); PreparedStatement pps = con.prepareStatement("INSERT...
**Jetty Version** 9.4.53.v20231009 **Jetty Environment** ee9 **Java Version** jdk17 **Question** I have a signed jar that provides a security provider, but when i construct the class to set as preferred...
HI folks, Looking to see if bright folks can help me, I've been using openconnect/vpn-slice for years as a simple user for years w/o issue [thanks!], but today, after a...
docker run -v .:/mnt/mydata cyclonedx/cyclonedx-cli validate --input-file /mnt/mydata/bcdx.json Unable to validate against any JSON schemas. BOM is not valid. that is not helpful
I have tried upgrading from 8.4.3 to 9.0,9, and see the note about the nvd api key. I have acquired a key for our installation and have added it to...
Using jackson 2.11.3/Java 1.8 - normal classpath web class loader I'm seeing CNFE in my logs with afterburner, trying to build a class for javax.ws.rs.BadRequestException$Access4 JacksonSerializer76314150' Which i take it...
Hi folks, i'm trying to get interop between joda and java.time while i try to switch over to java.time. So currently we have a bajillion pojos that hold joda DateTimes...