Skip to content

Bump org.apache.groovy from 4.0.30 to 4.0.31#6985

Merged
pditommaso merged 1 commit intomasterfrom
bump-groovy-4.0.31
Mar 30, 2026
Merged

Bump org.apache.groovy from 4.0.30 to 4.0.31#6985
pditommaso merged 1 commit intomasterfrom
bump-groovy-4.0.31

Conversation

@pditommaso
Copy link
Copy Markdown
Member

Summary

  • Bump Apache Groovy from 4.0.30 to 4.0.31 across all modules and plugins (16 build.gradle files)

🤖 Generated with Claude Code

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Signed-off-by: Paolo Di Tommaso <paolo.ditommaso@gmail.com>
@pditommaso pditommaso requested a review from a team as a code owner March 29, 2026 12:07
@netlify
Copy link
Copy Markdown

netlify bot commented Mar 29, 2026

Deploy Preview for nextflow-docs-staging canceled.

Name Link
🔨 Latest commit 5f8b45e
🔍 Latest deploy log https://app.netlify.com/projects/nextflow-docs-staging/deploys/69c9162050db810008d2f279

@pditommaso pditommaso merged commit 62a3915 into master Mar 30, 2026
24 checks passed
@pditommaso pditommaso deleted the bump-groovy-4.0.31 branch March 30, 2026 19:14
pditommaso added a commit that referenced this pull request Apr 7, 2026
Signed-off-by: Paolo Di Tommaso <paolo.ditommaso@gmail.com>
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
pditommaso added a commit that referenced this pull request Apr 7, 2026
* Add resourceAllocation field to trace record

Expose scheduler-allocated resources (cpuShares, memoryMiB, accelerators,
time) in the trace record. The value is taken from the last TaskAttempt's
resources, falling back to the TaskState's resourceAllocation if no
attempts exist.

Also bump sched-client to 0.46.0-SNAPSHOT which renames
TaskState.resourceRequirement to resourceAllocation.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Signed-off-by: Paolo Di Tommaso <paolo.ditommaso@gmail.com>

* Revert "Add accelerator request to trace record (#6703)"

This reverts commit 00f35b3.

The accelerator and accelerator_type fields in the trace record are
superseded by the resourceAllocation field which carries the actual
scheduler-allocated resources including accelerator info.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Signed-off-by: Paolo Di Tommaso <paolo.ditommaso@gmail.com>

* Bump sched-client to 0.47.0 (#6987) [ci fast]

* Bump sched-client to 0.47.0 and update prediction model support

- Upgrade sched-client from 0.41.0-SNAPSHOT to 0.47.0
- Add qr/v2 prediction model to supported values description
- Remove client-side prediction model validation (moved to backend)
- Fix getResourceRequirement() -> getResourceAllocation() API change

Signed-off-by: Paolo Di Tommaso <paolo.ditommaso@gmail.com>

* Fix test to use renamed resourceAllocation API

Signed-off-by: Paolo Di Tommaso <paolo.ditommaso@gmail.com>

---------

Signed-off-by: Paolo Di Tommaso <paolo.ditommaso@gmail.com>

* Bump org.apache.groovy from 4.0.30 to 4.0.31 (#6985) [ci fast]

Signed-off-by: Paolo Di Tommaso <paolo.ditommaso@gmail.com>
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

* Docs: document Wave support for module resources directory (#6984) [ci skip]

* Docs: document Wave support for module resources directory

Update Wave and module docs to explain that the module `resources/`
directory is automatically included in Wave-provisioned containers,
removing the need for ADD/COPY Dockerfile commands.

Signed-off-by: Paolo Di Tommaso <paolo.ditommaso@gmail.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Signed-off-by: Paolo Di Tommaso <paolo.ditommaso@gmail.com>

* Update docs/module.md [ci skip]

Co-authored-by: Chris Hakkaart <chris.hakkaart@seqera.io>
Signed-off-by: Paolo Di Tommaso <paolo.ditommaso@gmail.com>

* Update docs/wave.md [ci skip]

Co-authored-by: Chris Hakkaart <chris.hakkaart@seqera.io>
Signed-off-by: Paolo Di Tommaso <paolo.ditommaso@gmail.com>

---------

Signed-off-by: Paolo Di Tommaso <paolo.ditommaso@gmail.com>
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-authored-by: Chris Hakkaart <chris.hakkaart@seqera.io>

* Remove stale reference to soon-to-be EOL'd AWS Linux 2 (#6970) [ci skip]

* Use inline metadata from trace create response (#6976)

---------

Signed-off-by: Paolo Di Tommaso <paolo.ditommaso@gmail.com>
Signed-off-by: jorgee <jorge.ejarque@seqera.io>

* Replace Auth0 with Platform OIDC PKCE for auth login (#6953)

* Document workflow output lineage types (#6972)

Co-authored-by: Ben Sherman <bentshermann@gmail.com>

* docs: Add output labels use cases and details (#6986)

Co-authored-by: Ben Sherman <bentshermann@gmail.com>

* docs: Improve process directive docs (#6990)

Co-authored-by: Ben Sherman <bentshermann@gmail.com>

* Typed workflows (#6881)

* Add `module create` subcommand (#6992)

Co-authored-by: Ben Sherman <bentshermann@gmail.com>

* Add `module validate` subcommand (#6993)

Co-authored-by: Ben Sherman <bentshermann@gmail.com>

* Add `module spec` command (#6859)

Co-authored-by: Ben Sherman <bentshermann@gmail.com>

* docs: Add migration guide reference to legacy operators page (#7010)

* Use npr-client API instead of custom ModuleRegistryClient (#7012) [ci fast]

* Use npr-client API instead of custom ModuleRegistryClient

Replace the custom ModuleRegistryClient with the npr-client library,
delegating HTTP registry interactions to the shared client. This removes
~500 lines of duplicated HTTP/retry/auth logic.

- Delete ModuleRegistryClient.groovy
- Update call sites to use new npr-client method names
  (getModule, getModuleRelease, searchModules, downloadModuleRelease,
   publishModuleRelease)
- Update all tests to match new API

Signed-off-by: Paolo Di Tommaso <paolo.ditommaso@gmail.com>

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Signed-off-by: Paolo Di Tommaso <paolo.ditommaso@gmail.com>

* Bump npr-api and npr-client to 0.22.0 [ci fast]

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Signed-off-by: Paolo Di Tommaso <paolo.ditommaso@gmail.com>

---------

Signed-off-by: Paolo Di Tommaso <paolo.ditommaso@gmail.com>
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

* Restore accelerator and accelerator_type fields in TraceRecord

Keep the existing trace fields for requested accelerators alongside
the new resourceAllocation field for allocated resources.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Signed-off-by: Paolo Di Tommaso <paolo.ditommaso@gmail.com>

* Populate accelerator trace fields from task config and update tests

Set accelerator request count and type in the trace record from
the process accelerator directive. Add corresponding test coverage.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Signed-off-by: Paolo Di Tommaso <paolo.ditommaso@gmail.com>

---------

Signed-off-by: Paolo Di Tommaso <paolo.ditommaso@gmail.com>
Signed-off-by: jorgee <jorge.ejarque@seqera.io>
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-authored-by: Chris Hakkaart <chris.hakkaart@seqera.io>
Co-authored-by: Clint Valentine <valentine.clint@gmail.com>
Co-authored-by: Jorge Ejarque <jorgee@users.noreply.github.com>
Co-authored-by: Ben Sherman <bentshermann@gmail.com>
Co-authored-by: Adam Talbot <12817534+adamrtalbot@users.noreply.github.com>
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