#java18 — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #java18, aggregated by home.social.
-
Do I have to explicitly implement and document the default constructor as of #Java 18 so that I don't get an error message from doclint?
https://bugs.openjdk.org/browse/JDK-8271159
@rotnroll666 @oli That breaks my build. Have you stumbled across that too?
-
Do I have to explicitly implement and document the default constructor as of #Java 18 so that I don't get an error message from doclint?
https://bugs.openjdk.org/browse/JDK-8271159
@rotnroll666 @oli That breaks my build. Have you stumbled across that too?
-
#21: Custom IP Resolution
The JDK resolves host names and IP addresses with the OS's native resolver but since #Java18, you can plug in your own resolver by implementing two classes and registering a service provider.
This 👇 is a forwarding resolver without custom behavior.
-
#21: Custom IP Resolution
The JDK resolves host names and IP addresses with the OS's native resolver but since #Java18, you can plug in your own resolver by implementing two classes and registering a service provider.
This 👇 is a forwarding resolver without custom behavior.
-
Die Non-LTS-Version bringt die zweite Preview für Pattern Matching, UTF-8 als Standardzeichensatz und einen minimalen Webserver für Testing und Debugging.
Programmiersprache: Java 18 erhebt UTF-8 zum Standard