codemonstur

Results 19 comments of codemonstur

I can't replace the current binaries since they are: 1) being used by people already, 2) more authoritative, 3) safer. I specifically left those binaries out of the jar because...

I like what it does but I don't like the way it does it. Not that there is anything immediately wrong, it is just not my style. I've been wanting...

You can: - match hostnames against a blacklist - match against known keywords - allow users to add sites to the hostname blacklist The list doesn't have to be extensive....

> Have a look at these search results - https://github.com/search?q=repo%3AFasterXML%2Fjackson-dataformat-xml%20JsonIgnore&type=code > > The JsonIgnore annotation and variants of it are what are used in Jackson to ignore fields. I don't...

No this is definitely not correct behavior. And as far as I can tell there is no way to configure the class to get the data to parse. Just to...

I'm not interested in a debate over semantics or what rules have been defined somewhere. If you wish to call it a change request instead of a bug thats fine...

> Quick note on POJO: you are declaring private (and, `final`...) fields besides no-args constructor -- how would values be expected to be passed to `Nested` class? The classes are...

@cowtowncoder You are right JAXB was an unnecessary complication. The same problem exists when using just jackson annotations and the standard XmlMapper. To make you happy I also removed the...

It's not clear to me what you are doing. Can you include some of your code so I can see how you are using the library?