https://learn.microsoft.com/en-us/azure/migrate/appcat/ - #Azure Migrate (or AppCat) checks a #dotNET or #Java app for code patterns that don't work in the cloud like local file system use.

https://learn.microsoft.com/en-us/azure/migrate/appcat/ - #Azure Migrate (or AppCat) checks a #dotNET or #Java app for code patterns that don't work in the cloud like local file system use.
Datadog is hiring Senior Software Engineer - OpenTelemetry Agent
#c #cplusplus #golang #java #rust #dotnet #seniorengineer
Paris, France
Full-time
Datadog
Job details https://jobsfordevelopers.com/jobs/senior-software-engineer-opentelemetry-agent-at-datadoghq-com-feb-3-2025-68fa80?utm_source=mastodon.world&utm_medium=social&utm_campaign=posting
#jobalert #jobsearch #hiring
I've just released JaCoCo Report Extension for bld version 0.9.10
#bld #buildsystem #buildtool #java
https://github.com/rife2/bld-jacoco-report/releases/tag/0.9.10
Deploying Azure Resources using MCP and Quarkus https://www.linkedin.com/pulse/deploying-azure-resources-using-mcp-quarkus-antonio-goncalves-jjaqe/
#Java #Quarkus #MCP #Azure
Don’t Miss IntelliJ IDEA Conf 2025!
#ide #intellij #intellijidea #java #jetbrains #kotlin
https://blog.jetbrains.com/idea/2025/04/don-t-miss-intellij-idea-conf-2025/
Whoa. Methods in #Java may undergo an efficient change.
https://openjdk.org/jeps/8209434
From:
```java
int length(String s) {
return s.length();
}
```
To:
```java
int length(String s) -> s.length();
```
Or with a method reference:
```java
int length(String s) = String::length;
```
Optimized a Java function & cut production CPU from >90% to 70%
https://longmha.blogspot.com/2025/03/when-onm-isnt-fast-enough-java.html
Discussions: https://discu.eu/q/https://longmha.blogspot.com/2025/03/when-onm-isnt-fast-enough-java.html
@odrotbohm I'm still using Kotlin in my #Java codebase to model entities. The Kotlin data class is just superb. I try to use records everywhere I can though.
Noch ist es leer, aber gleich geht's wieder los: #Jatumba zum zweiten Tag der #JavaLand am #Nürburgring! #fun #action #community #knowhow #java
Spring to Quarkus Without the Rewrite Headache:
Your Guide to 10 Essential Bridge Extensions
https://myfear.substack.com/p/spring-to-quarkus-without-the-rewrite
#Quarkus #Java #Spring #Compatibility