Add archived reference for Hexagonal Architecture JavaDoc - #191
Open
youngledo wants to merge 1 commit into
Open
Conversation
youngledo
force-pushed
the
docs/hexagonal-archive-link
branch
from
June 26, 2026 03:54
cdae442 to
83a0c89
Compare
The live alistair.cockburn.us page no longer reflects Cockburn's original article, notably the primary/secondary (driving/driven) distinction that this module models. Keep the live URL as the canonical pointer and add the Internet Archive snapshot as the version containing the terminology jmolecules encodes.
youngledo
force-pushed
the
docs/hexagonal-archive-link
branch
from
July 2, 2026 06:38
83a0c89 to
115b4c7
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
alistair.cockburn.us/hexagonal-architecture/page no longer matches Cockburn's original article. Notably, the primary/secondary (driving/driven) ports and adapters distinction that this module encodes is absent from the current page.@seeis annotated so readers can tell which is the canonical pointer and which is the version that matches the code.Files changed
Six types under
jmolecules-hexagonal-architectureget the same dual-link treatment:AdapterApplicationPortPrimaryAdapterPrimaryPortSecondaryPort(
SecondaryAdapterpreviously had no@seereference to the article, so it is not touched.)Test plan
mvn -q -pl jmolecules-architecture/jmolecules-hexagonal-architecture javadoc:javadocrenders the new links cleanly.Port) to confirm both links render with their trailing description.