home.social

#java18 — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #java18, aggregated by home.social.

fetched live
  1. 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?

    bugs.openjdk.org/browse/JDK-82

    @rotnroll666 @oli That breaks my build. Have you stumbled across that too?

    #Java18

  2. 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?

    bugs.openjdk.org/browse/JDK-82

    @rotnroll666 @oli That breaks my build. Have you stumbled across that too?

    #Java18

  3. #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.

  4. #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.

  5. 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