Optis' Java and JavaScript Insights

Optis' Java and JavaScript Insights

At Optis, we specialize in long-term Java & JavaScript consultancy and support project-based work through our Optis Factory. Each month, we’ll bring you our own insights, the latest industry news, and updates from the #OptisFamily to keep you informed and inspired.

Trending Technology Stack

Our technology page, for example, highlights the frameworks and tools we use daily, such as Spring Boot, React, Angular, and Node.js. We’ve also included some emerging technologies that gained traction in 2025, helping you stay ahead of the curve. Explore the full list here: www.optis.be/technologies

Article content

Crack the code to all (y)our FAQs

On our website, you'll also find a dedicated FAQ page to answer the most common questions about Java and JavaScript. Have you mastered them all? Check it out: www.optis.be/faq

Article content

Industry News & Updates 💡

Java 

Spring AI Brings Agent Skills to the Java Ecosystem 🤖

Spring announced Agent Skills in January, and this is basically Spring's answer to GitHub Copilot's Agent Skills. Think of them as modular folders of instructions, scripts, and resources that AI agents can discover and load on demand. Instead of hardcoding knowledge into prompts or creating specialized tools for every task, skills provide a flexible way to extend agent capabilities. The best part? Spring AI's implementation ensures LLM portability: define your skills once and use them with OpenAI, Anthropic, Google Gemini, or any other supported model. They also introduced the AskUserQuestionTool, which allows the AI agent to ask clarifying questions before answering. No more iterating through corrections because the AI made bad assumptions. For Java teams building AI-powered applications, this is the enterprise-grade agentic framework we've been waiting for.  

It Was a Busy Month at Spring 

January 2026 was busy at Spring, with the first milestone releases for Spring Boot, Spring Security, Spring Integration, Spring Modulith, and Spring AMQP, plus the second milestone release of Spring AI. Spring Framework 7.0.3 (the third maintenance release) shipped bug fixes, documentation improvements, and new features including InvocationRejectedException for the @ConcurrencyLimit annotation. Spring gRPC 1.0.1 maintenance release added more descriptive error messages for tracing and improved Spring Security integration. These milestone releases give us a clear picture of where Spring is heading in 2026, and Spring AI's rapid iteration (already at M2) shows they're serious about AI integration in enterprise applications. 

Post-Quantum Cryptography is Coming to JDK 27 🥳

JEP 527, Post-Quantum Hybrid Key Exchange for TLS 1.3, officially got targeted for JDK 27 in January. This enhancement implements RFC 8446 (TLS Protocol Version 1.3) using the Hybrid Key Exchange specification currently being drafted by IETF, working in conjunction with JEP 496 (Quantum-Resistant Module-Lattice-Based Key Encapsulation Mechanism) that was delivered in JDK 24. With quantum computing advancing, hybrid key exchange allows systems to maintain security against both classical and quantum attacks during the transition period. Post-quantum cryptography isn't theoretical anymore—organizations need to start planning TLS infrastructure upgrades now, as quantum-resistant encryption becomes standard for compliance and long-term data protection. 

JavaScript 

TypeScript 7.0 Native Preview: 10x Faster Isn't Hype 

Microsoft's TypeScript 7.0 native rewrite in Go (codenamed "Corsa") is delivering on its promises. We're talking real numbers here: the Sentry project build time collapsed from 133 seconds to 16 seconds—that's an 8.19x speedup. VSCode dropped from 89 seconds to 8.74 seconds. The new compiler leverages shared-memory parallelism to build multiple projects simultaneously rather than grinding through them one by one. TypeScript 6.0, releasing early 2026, will be the last JavaScript-based version—it's purely a bridge release to TypeScript 7.0. Visual Studio 2026 Insiders already supports the Native Preview with compile time improvements of 10x for large codebases and project load times decreased by 8x. The catch? Third-party tools need updates to support the new native API, so you might need to run the old and new compilers side-by-side for a while. 

Node.js Now Runs TypeScript Natively (No Transpiler Required) 🚀

Node.js 22.18.0 and later support TypeScript natively. Just run node app.ts and it works. No Babel, no ts-node, no transpiler configuration required. This feature was available behind --experimental-strip-types since Node 22.6.0 and is now stable. Since Node.js launched in 2009, developers have been running preprocessors in front of it—CoffeeScript, Babel for ES2015 features, TypeScript for types. That friction is now gone. The development stack just got one layer simpler, and for teams starting new Node.js projects, the TypeScript setup is as straightforward as it should have been all along. 

ECMAScript 2026: Temporal Finally Ships (For Real This Time) 🙏

ECMAScript 2026 is shaping up to be a bumper year for JavaScript. Temporal, the long-awaited date/time API that's been "almost ready" for years, is landing in Chromium 144 (went stable January 7, 2026) and is unflagged for V8. The Safari implementation in WebKit is almost half finished. Temporal makes dealing with dates and times so much easier, with way less chance of programmer error. Import defer for postponing module evaluation is already supported in TypeScript, Prettier, Babel, and webpack, with browser implementations underway in V8 and WebKit—expect it to hit browsers in 2026 and speed up startup times for large web apps. Math.sumPrecise ships in Chrome 145 (January 2026) for accurate floating-point summation. And Explicit Resource Management (using/await using) is already shipping in Chrome, Node, Deno, and Firefox behind a flag. JavaScript keeps getting better. 


See you next time?

Stay tuned for our next edition at the beginning of March, where we’ll continue to bring you the latest insights, industry trends, and updates from Optis.

Have feedback or suggestions? Drop us a comment, we’d love to hear from you! 📢

XOXO, The Optis Family

To view or add a comment, sign in

More articles by Optis

Others also viewed

Explore content categories