incurred in weird fork errors from #failsafe and #surefire plugins running #maven in #docker on #java10.
error dump showed java.lang.ClassNotFoundException: org.apache.maven.surefire.booter.ForkedBooter , using useSystemClassLoader=false on both plugins solved the issue. this is an explanation of what the flag does: https://maven.apache.org/plugins-archives/maven-failsafe-plugin-2.7.2/examples/class-loading.html (still no clue of why the issue triggered in the first place though!)
Maven Failsafe Plugin - Classloading and Forking

Alright, #Java11 developers: what is your #IDE of choice? I've been using #EclipseIDE thus far, but its support stops at #Java10.
#Gradle started failing to generate #javadoc from my #java projects ever since I'm applying #ProjectLombok #APT. It happens with both #Java10 and #Java11.

I love Project Lombok. But #Ant reporting it can't find the #Builder classes and hashCode methods Lombok generates, is a blocking issue. My projects require decent documentation.

If anyone knows of a solution that allows me to continue using these tools, please share? Thanks!
Using #Java Class Data Sharing seriously speeds up #JVM cold starts. It's been available for a while, and I only now learn about it.

Why? Because #Java10 brought us Application Class Data Sharing.

What's the difference?

Old-school Class Data Sharing limits itself to classes in the JDK/JRE. The new Application Class Data Sharing also applies to classes in the applications we write.

And that is a big improvement.

Just make sure you use the correct JDK license!
以下のタグの Qiita 記事がこの1時間に投稿されました。
➖➖➖➖➖➖➖➖➖➖
#bat
#dotfiles
#ecmascript
#ecmascript6
#ecmascript2015
#ecmascript2017
#erb
#ftp
#geneticjs
#id
#java
#java10
#javascript
#jdk10
#jsdo
#junit
#linux
#node
#nodebrew
#nodejs
#npm
#perl6
#python
#rubocop
#ruby
#shell
#spring_boot
#tensorflow
#windows10
#zplug
#zsh
#バッチファイル
#分散システム
#新人プログラマ応援
#競技プログラミング
#遺伝的アルゴリズム
➖➖➖➖➖➖➖➖➖➖
各 Qiita 記事へのリンクは、このトゥートのスレッドに「非公開」もしくは「未収載」でトゥートされています。
スレッドを見るにはこのトゥートをクリックしてください。
Der erste Release Candidate von Java 10 ist pünktlich erschienen. Wie bereits geplant, soll Java 10 zwölf neue Features bekommen. Von einigen veralteten APIs verabschieden sich die Entwickler ebenfalls. https://www.heise.de/developer/meldung/Java-Erster-Release-Candidate-von-Java-10-verfuegbar-3967120.html #JDK10 #Java10 #Oracle #ReleaseCandidate
Java: Erster Release Candidate von Java 10 verfügbar

Der erste Release Candidate von Java 10 ist pünktlich erschienen. Wie bereits geplant, soll Java 10 zwölf neue Features bekommen. Von einigen veralteten APIs verabschieden sich die Entwickler ebenfalls.