java

Tag

Cards List
#java

Hacking in the 'nameOf'

Lobsters Hottest · 2026-08-12 Cached

The article explains how to implement a Java equivalent of C#'s nameof expression by introspecting bytecode at runtime via StackWalker and the ClassFile API, enabling retrieval of parameter names for exception messages.

0 favorites 0 likes
#java

Performance impact of Alignment

Lobsters Hottest · 2026-08-11 Cached

This technical blog post explains the performance impact of memory alignment in SIMD vectorization, covering architectures with strict alignment requirements, cacheline crossing, and the behavior of modern CPUs.

0 favorites 0 likes
#java

@seclink: Has this vulnerability been publicly disclosed? Affected scope: fastjson2 ≤ 2.0.64 Principle as follows: Vulnerability ID (within report): F1 — fastjson2 ≤ 2.0.64 ObjectReaderImplObject processes @type by first using FNV-1...

X AI KOLs Following · 2026-08-09 Cached

Disclosed a deserialization bypass vulnerability (F1) in fastjson2 ≤ 2.0.64 that can bypass AutoType blacklist validation; the official fix has been merged into the main branch but not yet released.

0 favorites 0 likes
#java

Choral: Choreographic Programming for Java

Hacker News Top · 2026-08-07 Cached

Choral is a choreographic programming language for Java that lets developers write distributed systems in a single program, with the compiler generating endpoint code.

0 favorites 0 likes
#java

Oracle bans AI-generated code from OpenJDK

Hacker News Top · 2026-08-07 Cached

Oracle has banned AI-generated code from OpenJDK contributions, citing safety and IP risks, despite its own heavy use of AI internally and a $70 billion datacenter investment.

0 favorites 0 likes
#java

@java: Are you still building multiline strings with \n and + on every line in Java? codebysophy is here to explain how JEP 37…

X AI KOLs Timeline · 2026-08-07 Cached

This tweet from Java highlights JEP 378, which introduces text blocks to Java, a multi-line string literal feature that simplifies writing strings spanning multiple lines without manual concatenation and escape sequences.

0 favorites 0 likes
#java

IntelliJ IDEA Goes LSP: Java and Kotlin Intelligence Comes to VS Code, Cursor, and Agentic Flows

Lobsters Hottest · 2026-08-04 Cached

JetBrains announces a preview extension that brings IntelliJ IDEA's Java and Kotlin language intelligence to VS Code and forks like Cursor via LSP, with smart completion, navigation, refactoring, and build tool support. The extension is free during the preview period but will later require an IntelliJ IDEA Ultimate subscription.

0 favorites 0 likes
#java

GLM 5.3 Spotted

Reddit r/LocalLLaMA · 2026-08-03

Evidence of GLM 5.3 appearing in the Z.ai Java SDK repository suggests an imminent or in-progress release of the new model version.

0 favorites 0 likes
#java

Free Workshop: Building Better AI Agents in Java with James Ward (AWS)

Reddit r/AI_Agents · 2026-08-03

Free live webinar on building better AI agents in Java, led by James Ward of AWS, covering tools, MCP, and agent design patterns.

0 favorites 0 likes
#java

AI migrated legacy COBOL programs to Java, bugs included

Hacker News Top · 2026-08-03 Cached

This paper introduces the Locksmith Loop, an agentic test-synthesis method for validating COBOL-to-Java migrations, achieving near-complete branch coverage by using parity-preserving mutations and deterministic oracles.

0 favorites 0 likes
#java

JEP 401: Value Objects (Preview) merged to OpenJDK master

Hacker News Top · 2026-07-31 Cached

JEP 401: Value Objects (Preview) has been merged into OpenJDK master, marking a significant milestone for Project Valhalla's value types in Java.

0 favorites 0 likes
#java

@GithubProjects: JavaGuide covers Java backend interview essentials from collections to system design, with 30+ high-frequency architect…

X AI KOLs Timeline · 2026-07-30 Cached

JavaGuide is a practical open-source GitHub repository for Java backend interview preparation, covering core Java, system design, and common interview questions.

0 favorites 0 likes
#java

@vlad_mihalcea: A beginner's guide to JTA Transaction Type https://vladmihalcea.com/jta-transaction-type/…

X AI KOLs Timeline · 2026-07-30 Cached

Vlad Mihalcea explains how the JTA transaction type works, including the 2PC protocol and how to use JTA with Spring for global transactions across multiple data sources such as PostgreSQL and Ehcache.

0 favorites 0 likes
#java

OpenJDK Interim Policy on Generative AI

Hacker News Top · 2026-07-30 Cached

OpenJDK has announced an interim policy banning contributions that include content generated by large language models or similar AI tools, citing risks to reviewer burden, safety, and intellectual property; contributors may still use such tools privately for comprehension and debugging.

0 favorites 0 likes
#java

Minecraft Java raises recommended memory to 16GB ahead of Vulkan transition

Hacker News Top · 2026-07-27

Minecraft Java Edition increases its recommended RAM to 16GB in preparation for the upcoming Vulkan graphics API transition.

0 favorites 0 likes
#java

@DanKornas: Complex agent workflows get hard to maintain when routing, state, and human review are buried in custom glue code. Spri…

X AI KOLs Timeline · 2026-07-24 Cached

Spring AI Alibaba is an open-source Java framework for building stateful agentic workflows with multi-agent orchestration, graph workflows, and multimodal support, integrating with Spring AI.

0 favorites 0 likes
#java

As of JDK 27, Oracle engineers will thus stop maintaining the macOS/x64 port

Hacker News Top · 2026-07-24 Cached

Oracle engineers will stop maintaining the macOS/x64 port as of JDK 27, deprecating it for removal due to Apple's transition to AArch64 architecture and the maintenance burden.

0 favorites 0 likes
#java

Show HN: Low-latency local LLM runner via OpenJDK Panama FFM (Java 22)

Hacker News Top · 2026-07-14 Cached

libargus is a zero-allocation native AI inference runtime that consolidates LLM, speech, and vision pipelines behind a Project Panama FFM boundary for Java 22+, enabling low-latency local execution.

0 favorites 0 likes
#java

@CycleDecoded: Unbelievable — an entire e-commerce system that outsourcing companies quote over 100,000 yuan for has been fully open-sourced by a GitHub legend. Freebie lovers rejoice! This project is macrozheng/mall, an absolute gem in the Java dev world with over 70,000 stars on GitHub. It's not just some half-baked product; it's a fully functional frontend store + backend management system. Under the hood, Spring Boot + MyBatis runs smoothly, and even Docker containerized deployment is prepared for you — it's a complete, out-of-the-box solution.

X AI KOLs Timeline · 2026-07-11 Cached

Introducing the open-source e-commerce system macrozheng/mall, which includes a frontend store and backend management system, built on Spring Boot + MyBatis, supports Docker container deployment, and has earned over 70k stars on GitHub.

0 favorites 0 likes
#java

Java 27: What's New?

Hacker News Top · 2026-07-10

Java 27 introduces new features and improvements to the programming language.

0 favorites 0 likes
← Previous
Next →
← Back to home

Submit Feedback