Skip to content

Documentation for Java Nexus Standalone operations#4678

Closed
Evanthx wants to merge 15 commits into
nexus-stand-alone-operationsfrom
nexus-sano-java
Closed

Documentation for Java Nexus Standalone operations#4678
Evanthx wants to merge 15 commits into
nexus-stand-alone-operationsfrom
nexus-sano-java

Conversation

@Evanthx

@Evanthx Evanthx commented Jun 8, 2026

Copy link
Copy Markdown
Contributor

This adds documentation for the Nexus Standalone operations. It refers to source code in the sample repository that is in temporalio/samples-java#782 - so the link to the sample repo will not work until that is merged, meaning this should not be checked in until that sample code PR is merged.

┆Attachments: EDU-6496 Nexus sano java

maaarvin-was-here and others added 14 commits June 2, 2026 17:05
Co-authored-by: Marvin Lin <marvinlin@mac.mynetworksettings.com>
Co-authored-by: Brian MacDonald <brian.macdonald@temporal.io>
* Quick fix for Connectivity Rule stable IPs docs

* Apply suggestion from @lennessyy

---------

Co-authored-by: Lenny Chen <55669665+lennessyy@users.noreply.github.com>
* Control Plane capitalization and connectivity

* Fix capitalization

---------

Co-authored-by: Jwahir Sundai <jwahir.sundai@temporal.io>
… deleted (#4647)

* Add CI check that requires redirects when docs pages are moved or deleted

Adds a GitHub Actions workflow that detects renamed or deleted pages in
docs/ and verifies that vercel.json contains a matching redirect for
each old URL path. Supports both exact and wildcard redirect patterns.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

* Use frontmatter slug to resolve old URL paths

The naive file-path-to-URL conversion doesn't account for Docusaurus
slug overrides in frontmatter. 126 pages in this repo have slugs that
differ from their file paths. The script now reads the old file content
from the merge base commit to extract the slug when present.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

* Handle relative Docusaurus slugs in redirect check

All current slugs in the repo are absolute, but this guards against
future relative slugs by resolving them against the doc's directory path.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

* Account for Docusaurus id field when computing page URLs

17 pages in the repo have an id that changes their URL and no slug
override. The script now checks slug first, then id (which replaces the
filename segment), and falls back to the file path.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

* Remove paths filter so redirect check runs on every PR

With the paths filter, the check never appears on PRs that don't touch
docs/, which prevents it from being used as a required status check in
branch protection. The script already exits cleanly when no docs pages
are moved.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

* test: rename terraform-provider page without redirect (expect CI failure)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

* test: add redirect for renamed page (expect CI success)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

* test: revert rename and redirect (test complete)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

* Add tests for redirect check URL resolution

Tests cover the four URL construction methods: file path only, absolute
slug override, id replacing filename, and index pages. Also tests
pattern matching and redirect lookup against the real vercel.json.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

---------

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-authored-by: Jwahir Sundai <jwahir.sundai@temporal.io>
* master to main

* remove whitespace changes

* Update link to helloworld temporal sample repository

It would have worked, it's a redirect *again*, but just avoiding the extra hop

* Update links to Core SDK metrics in documentation

---------

Co-authored-by: Duncan Mackenzie <duncanma@duncanmackenzie.net>
Co-authored-by: Jwahir Sundai <jwahir.sundai@temporal.io>
The CLI repo now requires Go >= 1.26.3, causing the workflow to
fail with "go.mod requires go >= 1.26.3 (running go 1.22.12)".

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
…ance (#4654)

* docs: add redis as an example driver

* add guidance on choosing storage system

* small copy edit

* docusaurus anchors

* add cross link

* format adjustment

* copy edit

* Apply suggestion from @lennessyy
* Add Strands Agents integration guide

Adds a Python integration guide for Strands Agents and surfaces it in
the integrations index, sidebar, and /develop/python landing page.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

* Fix broken links in Strands Agents integration guide

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

* Trigger Vercel build

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

* use task-based headings

* add task-based headings, snipsync

* broken link fix

* small copyedit and config adjustment

* Update docs/develop/python/integrations/strands-agents.mdx

* Update docs/develop/python/integrations/strands-agents.mdx

* Update docs/develop/python/integrations/strands-agents.mdx

---------

Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Co-authored-by: Lenny Chen <55669665+lennessyy@users.noreply.github.com>
Co-authored-by: Lenny Chen <lenny.chen@temporal.io>
@Evanthx Evanthx requested a review from a team as a code owner June 8, 2026 18:40
@CLAassistant

CLAassistant commented Jun 8, 2026

Copy link
Copy Markdown

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution.
9 out of 10 committers have signed the CLA.

✅ lukeknep
✅ lennessyy
✅ Duncanma
✅ flippedcoder
✅ yuandrew
✅ kevinawoo
✅ brianstrauch
✅ Evanthx
✅ alice-yin
❌ maaarvin-was-here
You have signed the CLA already but the status is still pending? Let us recheck it.

@github-actions

github-actions Bot commented Jun 8, 2026

Copy link
Copy Markdown
Contributor

@Evanthx Evanthx changed the title Nexus sano java Documentation for Java Nexus Standalone operations Jun 8, 2026
@Evanthx Evanthx closed this Jun 8, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.