Rüdiger zu Dohna
Rüdiger zu Dohna
Wouldn't it be nicer to directly use the [`required` attribute](https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Attributes/required) and the `:required` pseudo class?
If we also add `textarea`, that would be: ```css select:required, input:required, input:required + .file-cta, textarea:required { border-left-width: 4px; } ```
That's sad to hear. OTOH, maybe it was something else? I'm closing this issue for now. Feel free to reopen it, if you have any further information.
Maybe this is one of the reasons why YASSON is so slow. It would be wrong to blame JSON-B for the bad performance of YASSON. JSON-B itself doesn't rely on...
My previous comment may have sounded too negative; actually I have nothing against Jackson! If I understand the article correctly, Jackson already allows to nicely separate the scanning from the...
#1959 could be related
….and it should not be a warning, should it?
Hmmm... you're right. Then we should make it an error and fail the deployment, if a `@NonNull` is combined with a `@DefaultValue`, shouldn't we?
Crap. Maybe we can sneak a bugfix release in? @phillip-kruger ?
All JEE application servers should be able to run the same application archive (as an `ear`, or nowadays more often `war`). Only is some cases, the servers may need some...