Oh hey, GitHub Copilot SDK for #Java is now GA!
github.blog/news-insight...
CodeQL is the static analysis engine behind #GitHub code scanning, which finds and remediates security issues in your code.
CodeQL 2.25.4 adds improvements to #Java.
Full release: github.blog/changelog/20...
The demoed app to manage a Biotech Lab has a Copilot console.
This is the sort of capability developers can build using the GitHub Copilot SDKs (Java, .NET, Python, Go, Node.js, and Rust).
Bruno Borges
Bruno Borges
Bruno Borges
Canvas inside GitHub Copilot app is cool.l!
With it, you can have "subapps" inside your repo. The GitHub Copilot App acts like the runtime, and you can have N number of subapps.
Here is one for comparing SVG to PNG renderes. It also has a button that calls Copilot Agent to generate SVGs on the fly
Use jaz to launch your JVMs inside containers. Advanced tuning for most workloads.
With jaz running Spring PetClinic, we got 7% more throughput, 13% reduction in average latency, and improved P95 latency by 10%.
aka.ms/jaz #Java #Kubernetes
Bruno Borges
Give GitHub Copilot CLI real code intelligence with #LSP language servers
github.blog/ai-and-ml/gi...
I'm so excited to be a Microsoft MVP @mvpaward.bsky.social!
@sandraahlgrimm.bsky.social, thank you so much for nominating me for this award. And thank you @brunoborges.bsky.social for our Copilot live coding session!
#Java #MicrosoftCopilot
"JAZ, Copilot SDK, and Why LLMs Write Better Java"--an airhacks.fm podcast conversation with @brunoborges.bsky.social is ready to listen: adambien.blog/roller/jaz_c...
#java #podcast #quarkus #azure #microprofile #githubcopilot #airhacks
Bruno Borges
The Copilot SDK for Java now ships a Multi-Release JAR to use Virtual Threads by default when running on JDK 25.
For 24 and older, it uses the ForkJoinPool.commonPool() , and also allows users to provide their own.
Changes in the commit below:
github.com/github/copil...
Congratulations to our colleague Johannes Rabauer on being recognized as a #MicrosoftMVP.🏆
The award highlights technical expertise, positive influence in the community, and the commitment to solving real-world challenges with technology.
More at xdev.software
Bruno authored the core code with Copilot.
* feat(java): add JDK 25 default executor
Use a multi-release JAR to select virtual threads as the default internal executor on JDK 25+, while retaining...