Compiler API: DirectiveTree doesn't allow annotations
Reddit » Java
by /u/Alex0589
8h ago
I recently noticed that, while module declarations can be annotated, their directives cannot. Just to be clear @SomeAnnotation // Allowed module com.groupName.artifactName { @AnotherAnnotation // Not allowed, exports can't have annotations exports ...; @AnotherAnnotation // Not allowed, requires can't have annotations requires ...; } I was wondering if anyone knows why, or if it's just a matter of nobody thinking it could be useful. Anyways, I kind of need it for a project I'd like to work on, does anyone know where I could report it as a feature request on the OpenJDK mailing list? submi ..read more
Visit website
2024 Question about Java IDEs: IntelliJ, Eclipse, VSCode
Reddit » Java
by /u/stubz17
8h ago
Wanted to get quick consensus of what people are using as their primary IDE? I was an Eclipse guy until I used IntelliJ and loved it. I don't use Visual Studio Code for Java at all but I'm getting direction from my company that we should using VS Code as our Java IDE. I don't agree with this but I haven't really done too much research on this and curious by asking the community what IDEs are people are using for Java development. submitted by /u/stubz17 [visit reddit] [comments ..read more
Visit website
Is there a more recent Valhalla build than the one from 2022/11/7???
Reddit » Java
by /u/xGnoSiSx
8h ago
I'd like to play around and try some experimental code with it. Is there anything more recent than the build listed here? Cause this looks to be about 2 years old. https://jdk.java.net/valhalla/ I have no clue if the repositories on github for valhalla are for a complete and working JVM version, to build them into a JVM. If you know best, please let me know. If the heads in Oracle are preparing a new preview/EA please let us know too! Many thanks! submitted by /u/xGnoSiSx [visit reddit] [comments ..read more
Visit website
The (proposal) trends for Devoxx Belgium 2024
Reddit » Java
by /u/fets-12345c
8h ago
ChatGPT generated the following keyword cloud for #Devoxx Belgium 2024 submitted proposals. The keywords are generated (also by ChatGPT) from the titles and abstracts submitted by the speakers for Devoxx Belgium 2024. submitted by /u/fets-12345c [visit reddit] [comments ..read more
Visit website
Semantic Kernel for Java 1.2.0 is out!
Reddit » Java
by /u/brunocborges
8h ago
submitted by /u/brunocborges [visit reddit] [comments ..read more
Visit website
I made yet another build tool
Reddit » Java
by /u/x_ini
8h ago
No, I am not advertising to use it in production. It was made just for fun, to learn something new along the way. So far, I've discovered the differences between Maven and Gradle version resolution, reasons behind some design decisions, use cases for various architectural patterns etc. Major achievements: * Project inheritance * Parallel builds * Task caching * Dynamically loaded plugins with custom build tasks * Integration with Maven 2 layout compliant remote repositories (Maven central) * Integration with existing Maven's POMs for libraries * Support for JUnit Jupiter * Support for Spring ..read more
Visit website
What's new in Java 23
Reddit » Java
by /u/loicmathieu
8h ago
What's new in Java 23 for us developers? (both in French and English, direct link in English) https://www.loicmathieu.fr/wordpress/en/informatique/java-23-quoi-de-neuf/ submitted by /u/loicmathieu [visit reddit] [comments ..read more
Visit website
Why aren't companies switching to the newest java version?
Reddit » Java
by /u/SettingMinute2315
8h ago
My main thought is now companies who had java 8 for free or whatever, some have been hunted down to make sure they are licensed to use java 8 and just not rip it off somewhere. My company uses java 8 but I never got a chance to get java 8 since I was at college which already was past 8 by that time. It's kinda annoying for me to be running in an almost different environment than my coworkers. Ive experienced issues that only came up due to the different java versions, and only once has it ever caused things to break on the server but not my local. I now use open jdk 8, and have imports in my ..read more
Visit website
Generating Test Data in Java With Instancio
Reddit » Java
by /u/dumbPotatoPot
8h ago
submitted by /u/dumbPotatoPot [visit reddit] [comments ..read more
Visit website
Which protocol is more complex to implement: RabbitMQ (AMQP) or Apache Kafka?
Reddit » Java
by /u/aljun_invictus
8h ago
We are considering offering our internally developed message queue service to external users (possibly as an open-source project). We are currently deciding whether to implement the RabbitMQ or Kafka protocol, aiming to integrate with the existing ecosystem more quickly. From our experience, Kafka seems easier to implement. However, Kafka has multiple versions and a variety of clients, which might introduce some challenges. Our core requirements are: Protocol Extensibility: We may need to implement some custom features for internal use. Ease of Maintenance. Ease of Development: We do not ..read more
Visit website

Follow Reddit » Java on FeedSpot

Continue with Google
Continue with Apple
OR