#Java11

Puneet Behlbehlp@jvm.social
2023-08-01

🎉 Exciting News! 🚀 Grails 6 GA is here! 💻✨ Embrace the latest Java, Spring, and Spring Boot updates with this game-changing release. 🔧⚡️ Upgrade now for enhanced productivity, seamless Micronaut integration, and remarkable performance gains. 🌟🔥 Join the #Grails6Fever and elevate your web development! 💪🌐 [Grails 6 GA Release](grails.org/blog/2023-07-25-int) #GrailsFramework #WebAppDevelopment #Java11 #MicronautIntegration #UpgradeNow #DeveloperProductivity #TechUpdates #HappyCoding 😊🚀

2022-11-28

Wie Roboter tröten (2)

Im letzten Beitrag wurde ein erster Bot für Mastodon erstellt. Der Bot postet mittlerweile drei mal täglich um 8:00, 12:00 und 16:00 Uhr ein englischsprachiges Zitat auf Mastodon. Obwohl die Anwendung schon hinreichend arbeitet, fehlen noch Kleinigkeiten zum dauerhaften Einsatz.

schegge.de/2022/11/wie-roboter

#AusdemLeben #Java #Spring #Web #Java11 #Mastodon #RaspberryPi #SDKMAN #Tröt

joschijoschi
2022-10-16

RT @dropwizardio@twitter.com

4.0.0-beta.3 has been released. If you're interested in the next iteration of Dropwizard with and baseline, give it a try!

Release notes: github.com/dropwizard/dropwiza
Discussion: github.com/dropwizard/dropwiza

🐦🔗: twitter.com/dropwizardio/statu

joschijoschi
2022-10-16

RT @dropwizardio@twitter.com

3.0.0-beta.4 has been released. If you're interested in the next iteration of Dropwizard with baseline, give it a try!

Release notes: github.com/dropwizard/dropwiza
Discussion: github.com/dropwizard/dropwiza

🐦🔗: twitter.com/dropwizardio/statu

2022-10-16

#Dropwizard 4.0.0-beta.3 has been released. If you're interested in the next iteration of Dropwizard with #Java11 and #JakartaEE baseline, give it a try! #Java

Release notes: github.com/dropwizard/dropwiza
Discussion: github.com/dropwizard/dropwiza

2022-10-16

#Dropwizard 3.0.0-beta.4 has been released. If you're interested in the next iteration of Dropwizard with #Java11 baseline, give it a try! #Java

Release notes: github.com/dropwizard/dropwiza
Discussion: github.com/dropwizard/dropwiza

Benjamin Marwell ☕bmarwell@layer8.space
2022-07-19

That's all there is to it once you are past #Java 9.
Migration from #Java11 to #Java17.

I haven't even really started using Java 11 APIs =)

A screenshot of a "Pull Request" on GitHub Enterprise. The changed lines include swapping "java 11" with "java 17" and updating a single plugin: The Groovy plugin called "gmavenplus".
2022-06-30

#Dropwizard 4.0.0-beta.2 has been released. If you're interested in the next iteration of Dropwizard with #Java11 and #JakartaEE baseline, give it a try! #Java

Release notes: github.com/dropwizard/dropwiza
Discussion: github.com/dropwizard/dropwiza

2022-06-30

#Dropwizard 3.0.0-beta.3 has been released. If you're interested in the next iteration of Dropwizard with #Java11 baseline, give it a try! #Java

Release notes: github.com/dropwizard/dropwiza
Discussion: github.com/dropwizard/dropwiza

Ænðr E. Feldstrawaeveltstra
2021-06-15

So yes, it turns out that though our communication partner pretends to accept HTTP/2, their API server adheres to HTTP/1.1 standards. And with HTTP/1.1, the will send a header even if the payload is 0 bytes. Which is exactly what our communication partner expects. A bit weird, and sad.

joschijoschi
2021-05-31

TIL Bruce: Java cryptography made easy.
bruce.mirkocaserta.com/

Ænðr E. Feldstrawaeveltstra
2021-05-21

It looks like decided to completely omit the header of an request if the content length equals 0 (zero). That's possible with HTTP/2, but not with HTTP/1.0 or 1.1.

The server we talk to requires a content-length header even if the payload is empty. Does downgrading to HTTP/1.1 change the behavior of ? Does that get the header included?

Or do we have to override default header filtering?

Ænðr E. Feldstrawaeveltstra
2021-02-12

require a different mindset than batchwise . With an one gets nudged to handle 1 message at a time. It needs that have quick start-up times. Historically, has a bad rep for that.

With and IBM
's the cold-start speed of a program can be greatly increased (vs Oracle
's ) to the point where the program no longer needs to run forever... which is why we can use it on with .

Ænðr E. Feldstrawaeveltstra
2020-08-25

The other day I learned that the should be cached and reused. It doesn't really matter if you have 1 or 2 calls. It does matter if you have thousands.

This client became available with .

The problem is lingering opened sockets, waiting for a response from the communication partner. They cost memory and system resources. Reusing the allows it to streamline itself.

joschijoschi
2020-05-21

RT @MichelSchudel@twitter.com

So, 62% indicated "no prio from PO / business" as a reason not to migrate to .

Unpopular opinion: assuming you WANT to migrate, aren't WE, the developers, at fault here, failing to bring up sufficient arguments to the PO as to why this should be done in the first place? twitter.com/MichelSchudel/stat

🐦🔗: twitter.com/MichelSchudel/stat

Ænðr E. Feldstrawaeveltstra
2020-01-02

Last week I migrated one of my applications. It went from input and output to JSON input and output, and at the same time from to .

That move cut away 2/3rds of the .

The functionality stayed roughly the same. Some validations got omitted. I may wind up adding them back in.

This is the way forward. It wouldn't have been possible without tooling that produces JSON documents.

2019-09-28

👍 TV-Browser 4.2 Final

📌 Heute veröffentlichen wir TV-Browser 4.2. Die Veröffentlichung hat diesmal etwas länger gedauert, da durch den Wechsel auf Java 11 längere Tests nötig waren, um sicher zu stellen, dass TV-Browser stabil läuft.

#TVBrowser #TVBrowser42 #TV-Browser #Java11 #TV #Programm #Fernsehprogramm

tvbrowser.org/index.php?id=new

Patrick L Archibald :pla: pla@pla.social
2019-05-12
Is the new HttpClient available in OpenJDK #Java11 on #Ubuntu 18.04? I see references to it here: https://jdk.java.net/archive/ but not in OpenJDK 64-Bit Server VM (build 11.0.2+9-Ubuntu-3ubuntu118.04.3, mixed mode, sharing) installed on my system. 🤔
Ænðr E. Feldstrawaeveltstra
2019-03-22

See, in all data types that aren't primitives inherit from the Object class. And that means that any process could generate an Object as its return value. It would be a single compound value, the elements of which can be accessed by index.

Up until however, if we were to access those elements, we were responsible for telling the compiler what we expected, and we would have to perform a type cast.

And the compiler couldn't check for type safety.

Ænðr E. Feldstrawaeveltstra
2019-02-06

The web team over at the bird site announced that they'll be distributing . I haven't seen it at their web site yet: sdkman.io/
but they say you can install it like so:
`sdk i java 11.0.2.j9-adpt`

(Via @madmas )

Client Info

Server: https://mastodon.social
Version: 2025.04
Repository: https://github.com/cyevgeniy/lmst