-
I'm currently doing an analysis of OSGI bundles as found in maven central.
Maven Coordinates | bundle symbolic name | Earliest bundle in central index
------------ |…
-
Related: #60, #263, #33, #211, #295, #301
This is a general issue for discussing pickling Java objects. Hopefully we can reach some positive path forward.
## Joda-Time isn't fixed
First, I would lik…
-
Any chance of getting support for circular references? They will ruin toString, hashCode and JodaBeanSer serializations.
Circular references do crop up, especially when onboarding legacy data models …
-
There has been a vulnerability identified in the apache commons collection library https://www.kb.cert.org/vuls/id/576313 https://opensource.googleblog.com/2017/03/operation-rosehub.html
The versio…
-
Summary:
Queries using operators and custom ObjectMapper doesn't work like:
``` java
DBQuery.Query q = DBQuery.greaterThanEquals("instant", greater);
assertNotNull(beanCollection.findOne(q));…
-
Hello,
On VM, I launched CVE-Search docker image (ok), and I try to deploy cveservice and attacksrfc.
I have Java error when I try to launch cveservice docker image:
```
root@cha-inn-tools-ng:/o…
-
Maybe it's just a weird idea, but: wouldn't it be nice to have a way to generate a "basic documentation" for all the Beans defined in a project?
With "basic documentation" I mean something like the de…
-
[Check dependencies](https://github.com/hankem/ArchUnit-check-dependencies/actions/runs/1404319609) found that `org.ow2.asm:asm` can be updated from version `9.1` to `9.2` at [8228e69](https://github.…
-
[Check dependencies](https://github.com/hankem/ArchUnit-check-dependencies/actions/runs/1391476437) found that `org.ow2.asm:asm` can be updated from version `9.1` to `9.2` at [bf62b4e](https://github.…
-
I have the DTO and model
DTO has field `private final Map stylistBreakdown = new HashMap();`
Model - private `List stylistBreakdown = ImmutableList.of();`
StylistBreakdown contains two fields:
…