You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore!: migrate to mq-rest-admin-project org and vergil tooling (#297)
* chore!: migrate to mq-rest-admin-project org and vergil tooling
BREAKING CHANGE: Maven groupId changes from io.github.wphillipmoore
to io.github.mq-rest-admin-project. Java package changes from
io.github.wphillipmoore.mq.rest.admin to
io.github.mqrestadminproject.mq.rest.admin.
- Rename standard-tooling.toml to vergil.toml (vergil v2.0)
- Update CI/CD workflows to vergil-project/vergil-actions@v2.0
- Replace secrets: inherit with explicit secrets block in cd.yml
- Update all repo/docs URLs to mq-rest-admin-project org
- Rename Java package and Maven groupId for new org
- Move source tree from wphillipmoore to mqrestadminproject
- Consolidate co-author entries to single wphillipmoore-agent
- Migrate Claude Code plugin config to vergil-marketplace
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* fix: replace FQCNs with imports to satisfy Spotless line-width
The longer mqrestadminproject package name pushed fully qualified
class references past the Spotless formatter line-width limit.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* fix: rejoin Spotless-formatted line after import cleanup
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
— full rationale, trust model, failure modes, and memory-path implications.
33
-
The canonical text lives in `standard-tooling`; this section is the local
33
+
The canonical text lives in `vergil-tooling`; this section is the local
34
34
on-ramp.
35
35
36
36
### Structure
@@ -90,11 +90,11 @@ All fields are required.
90
90
91
91
Java wrapper for the IBM MQ administrative REST API, ported from `pymqrest` (Python). Provides method-per-command API (`displayQueue()`, `defineQlocal()`, etc.) with attribute mapping between snake_case and MQSC parameter names.
0 commit comments