Skip to content

Fix locale-sensitive URL formatting and minor issues#2

Open
nyghtowl wants to merge 1 commit into
mainfrom
fix/locale-and-minor-issues
Open

Fix locale-sensitive URL formatting and minor issues#2
nyghtowl wants to merge 1 commit into
mainfrom
fix/locale-and-minor-issues

Conversation

@nyghtowl

@nyghtowl nyghtowl commented Apr 9, 2026

Copy link
Copy Markdown
  • Bug fix (all 4 demos): Add Locale.ROOT to String.format in weather URL construction — without it, European locales (including
    Spanish, the default on many machines at Spring I/O Barcelona) produce commas as decimal separators, breaking every weather API call
  • Bug fix (demo4): Guard against NPE in Starter error path when e.getCause() is null
  • Cleanup: Remove unused MCP_CONFIG variable from setup-f1-server.sh
  • Docs: Add standalone setup + troubleshooting table to root README (notes Instruqt handles setup at the live workshop)
  • Docs: Add "Try the durability" section to demo1 README with step-by-step crash/restart instructions; demo2 links to it

Test plan

  • Run a weather prompt on a machine with a European locale set and confirm the API call succeeds

…urability docs

- Add Locale.ROOT to String.format in WeatherTools/ToolActivitiesImpl across all 4
  demos — without it, European locales (e.g. Spanish on machines at Spring I/O
  Barcelona) produce commas as decimal separators in the Open-Meteo URL, breaking
  every weather lookup
- Fix potential NPE in demo4 Starter when workflow failure has no cause
- Remove unused MCP_CONFIG variable from setup-f1-server.sh
- Add standalone setup/troubleshooting section to root README (notes that Instruqt
  handles setup at the live workshop; covers independent use)
- Add "Try the durability" section to demo1 README with step-by-step crash/restart
  instructions; demo2 links to it

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@nyghtowl nyghtowl requested a review from cdavisafc April 9, 2026 19:49
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.

1 participant