Trending

#ArchUnit

Latest posts tagged with #ArchUnit on Bluesky

Latest Top
Trending

Posts tagged #ArchUnit

Preview
AI Feedback: Close the Loop How to build a feedback loop at the end of every AI-assisted ticket, using a reusable Copilot prompt to update instructions and ArchUnit tests so the AI gets smarter session by session.

You fixed it. The AI did it again next session.

You learned. The AI didn't.

Close the loop 👇
robintegg.com/2026/03/14/a...

#Java #GitHubCopilot #ArchUnit

2 1 0 0
Post image

No more #Java project without #ArchUnit! That's my firm resolution.

Examples:
👉 The presentation layer may only use the application and domain layers.
👉 Mapper classes may only be used within their own package.
Are you already using #ArchUnit in your project?

2 1 0 0
Post image

Keep your Quarkus apps clean, testable, and future-proof.
This guide shows how to enforce BCE/ECB boundaries with ArchUnit — so architectural rules stop being “nice to have” and start being code.

Read more: buff.ly/K9V2cli

#Java #Quarkus #ArchUnit #CleanArchitecture

8 6 0 0
Como blindar tu arquitectura hexagonal con Gradle y ArchUnit | Agustín Ventura 1. ¿Qué es (realmente) la Arquitectura Hexagonal? 🔗La arquitectura hexagonal está de moda, pero cuando te pones a investigar, te das cuenta de que el nombre es lo de menos. ¿Es hexagonal? ¿Ports & Adapters? ¿Arquitectura cebolla? ¿O incluso Clean Architecture? 🤔 La idiosincrasia es que realmente no es una arquitectura rígida, sino más bien un patrón, una serie de guías para construir tu aplicación. En todas sus variantes, el flujo de la información es, a grandes rasgos, el siguiente:

Te explico cómo aplicarlo y definir tus propias reglas para que tu arquitectura sea sólida como una roca.

¿Los detalles? 👇

www.agustinventura.dev/posts/como-blindar-tu-ar...

#Java #ArquitecturaSoftware #Gradle #ArchUnit #SpringBoot #Programacion

2 2 1 0
youtu.be
youtu.be https://youtu.be/MxP521_i9zM

Our next #JCON2025 session is live: 'Unit Test Your #Java Architecture With #ArchUnit' with Roland Weisleder

#Architecture and #code are drifting more and more apart? The implementation of non-functional requirements and cross-cutting concerns…

Grab your coffee and hit play: youtu.be/MxP521_i9zM

4 4 0 0
Feedback for JCON conference talk

Feedback for JCON conference talk

Thanks for the great feedback (although only one person gave feedback) for my talk about #ArchUnit.

People at #JCON, don't forget to give feedback!

1 0 0 0

🚀 Release of archunit-spring v1.2.0

The release mainly contains new rules and improvements for Spring Framework.

Check it out on GitHub: github.com/rweisleder/a...

If you use it and find it helpful, I’d love to hear your feedback!

#ArchUnit #Spring #SpringBoot

2 1 0 0

Thank you so much for pointing out this issue! Seems like we should have tested everything with #ArchUnit first ;)

The problem should be fixed by now!

Next time, feel free to write us an email so that we can act more quickly for a solution :)

1 0 0 0
Post image

Excited for #JCON EUROPE 2025? See Roland Weißleder at #JCON2025 in Cologne talking about 'Unit Test Your #Java #Architecture With #ArchUnit'

Architecture and #code are drifting more and more apart? The implementation …

Get your free #JUG Ticket: www.jcon.one

9 3 0 0
Preview
Release ArchUnit 1.4.0 · TNG/ArchUnit Enhancements Core Support Java 24 / class file major version 68 (#1364) Lang Improve performance for transitive dependency checks (#1381; thanks to @To6i 👏) Library New GeneralCodingRules.OLD_...

TIL: #ArchUnit 1.4.0 was released almost three weeks ago 🎉

The new version supports #Java 24, enables the use of @AnalyzeClasses as a meta-annotation, improves performance of transitive dependency checks etc.

Unit test your architecture with @archunit.bsky.social! ❤️

github.com/TNG/ArchUnit...

4 2 1 0
Preview
Release Release v1.1.0 · rweisleder/archunit-spring 📝 Rule Description Changes The descriptions of the following rules have changed: SpringAsyncRules.AsyncMethodsAreProxyable SpringAsyncRules.AsyncMethodsHaveSuitableReturnType SpringAsyncRules.Asyn...

🚀 Release of archunit-spring v1.1.0

The release mainly contains new rules and improvements for Spring Framework and Spring Retry.

Check it out on GitHub: github.com/rweisleder/a...

If you use it and find it helpful, I’d love to hear your feedback!

#ArchUnit #Spring #SpringBoot

3 3 0 0
Preview
GitHub - d-led/ports-and-adapters-archunit-example: experimenting on how ArchUnit could aid the Ports and Adapters pattern by Alistair Cockburn experimenting on how ArchUnit could aid the Ports and Adapters pattern by Alistair Cockburn - d-led/ports-and-adapters-archunit-example

From a rather stressful interaction elsewhere: architectural rules are nice but why not enforce them via a unit test? “Ports and Adapters” pattern written out as an #ArchUnit test github.com/d-led/ports-...

3 0 0 0
Preview
Release 2023.2.1 · xmolecules/jmolecules-bom jMolecules 1.10.0 jMolecules Integrations 0.24.1

📢 Hotfix updates (2023.2.1 and 2025.0 RC2) to fix a regression in the #ArchUnit module of #jMolecules Integrations. ☕️⚗️

- github.com/xmolecules/j...
- github.com/xmolecules/j...

0 0 0 0

"Architectural governance tools, like #ArchUnit for Java projects can help maintain module boundaries as a project grows."

0 0 0 0

Dein ganzes #ArchUnit Gedöns ist für’n Arsch, wenn du mitten in der Domain plötzlich „FacesContext.getCurrentInstance().getExternalContext().getReponse().getOutputStream()“ aufrufst und das nicht prüfst 🤦‍♂️ #softwarearchitecture #DuSollstImUrlaubKeinenCodeAnschauen 🤬

1 0 0 0
Preview
Clean Architecture Boundaries with Spring Boot and ArchUnit How can we avoid the dreaded Big Ball of Mud when developing software? This article gives an opinionated approach using packages and ArchUnit together with Spring to enforce clean boundaries between s...

Clean Architecture Boundaries with #SpringBoot and #ArchUnit

0 0 0 0
Preview
Release Release v0.2.0 · rweisleder/archunit-spring ⭐ New Features Added SpringBootRules to check the package structure of Spring Boot applications Added SpringComponentRules to verify the dependencies between @Controller, @Service and @Repository ....

🚀 Release of archunit-spring v0.2.0

The ArchUnit Spring Integration now provides rules for checking the structure of Spring Boot applications and the dependencies between Spring components.

Check it out on GitHub: github.com/rweisleder/a...

#ArchUnit #Spring #SpringBoot

5 0 0 0