-
While running acmeair with `-Xaot:forceAOT`, I noticed that adding `disableInlining` in the cold run reduced the number of AOT failures by around 200, including roughly 150 `compilationSymbolValidatio…
-
JEP-359
-
Now with Java 16 we finally have java records which are native data holders, but what java records lack is the Builder functionality.
It would be nice to add support for Java records, so it's poss…
-
**Jetty version(s)**
Jetty 12
**Enhancement Description**
More and more JSON libs are supporting the serialization in/out of Java Record types.
We should support it too.
-
When Instances are created under sealed interface the **Go To navigation** does not work.
Steps To Reproduce
- Clone https://github.com/nipafx/nox.zone
- Checkout this commit **e3280724a270be9775…
-
### Expected behavior
If I write an old date with the value 0001-01-01 into a database, I expect the identical value to be returned in a corresponding query. This does not seem to be the case at th…
-
Running an application with the downloads-plugin under Java 17 seems to result in a name clash between the new Java Records feature and the [Record identifier used in Config.groovy](https://github.com…
-
Right now, attempting do to so results in
> UnsupportedOperationException: can't get field offset on a record class: private final xxx..dto.Pathway xxx.dto.ClientIdentifierDto.pathway
-
### Roadmap URL
https://roadmap.sh/java
### Suggestions
Enums and Records should be added somewhere in Java Roadmap.
I think that Enums should belong to the topic "Learn the objectives" and Record…
-
Pull ideas from:
* Create a model of the index object that can be used directly with Elasticsearch index
* Ensure how to make it converging with what was started in micro services-indexing which was…