-
### Roadmap URL
https://roadmap.sh/java
### Suggestions
It should be a separate node on the roadmap
https://www.oracle.com/corporate/features/understanding-java-9-modules.html
-
### 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…
-
### Roadmap URL
https://roadmap.sh/java
### Suggestions
The domain `sparkjava.com` has been abandoned. [The repo](https://github.com/perwendel/spark) has not been maintained. There is still…
-
**Title**: Add Module Support for OkHttp to Improve Compatibility with `jlink` and Java 9+ Modules
**Description**:
I am currently working on a project using OkHttp (version 4.x / 5.0.0-alpha.14) an…
-
### Please confirm the following.
- [x] I checked the [existing issues](https://github.com/modrinth/code/issues) for duplicate feature requests
- [x] I have checked that this feature request is not o…
-
### Summary
Update the JAVA binding with the latest C API of WasmEdge 0.14.0.
### Appendix
_No response_
-
Currently, Protégé is developed, tested, and shipped with Java 11. It has been tested to work with Java versions up to 16, but there are known issues with Java 17 and higher.
Looking at Adoptium’s …
-
# Support type annotations and type checking in Starlark
The first goal is: **correctness and readability of Starlark code**
Other goals are:
- improving efficiency of Starlark interpreter and
…
-
This ticket is to capture the action plan for Ratpack to being supporting Java version starting with version 9 and beyond. Due to some of Java 9's changes to support Java Modules, Ratpack has become n…
-
### What would you like to happen?
To my knowledge, there is no way to write protocol buffers to BigQuery using the Python SDK.
I am currently writing them by converting them to a `dict` (or to JS…