Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 11, 2025

Bumps org.apache.maven:maven-archiver from 3.6.1 to 3.6.4.

Release notes

Sourced from org.apache.maven:maven-archiver's releases.

3.6.4

🚀 New features and improvements

🐛 Bug Fixes

  • Treat empty Automatic-Module-Name as no Automatic-Module-Name at all (3.x) (#280) @​fridrich

👻 Maintenance

📦 Dependency updates

3.6.3

Full Changelog: apache/maven-archiver@maven-archiver-3.6.2...maven-archiver-3.6.3

... (truncated)

Commits
  • 5b19ca9 [maven-release-plugin] prepare release maven-archiver-3.6.4
  • 57da225 use github
  • fff1135 improve Reproducible Builds javadoc after #281
  • 165e1eb Fall back on SOURCE_DATE_EPOCH if it exists (3.x) (#281)
  • 1289e57 Treat empty Automatic-Module-Name as no Automatic-Module-Name at all (3.x) (#...
  • 2344ba3 try again commitish
  • 4ba18eb try again
  • dc254eb not a good option to have this here
  • 706baff fix branch
  • b6fb3f0 Bump org.apache.maven.shared:maven-shared-components from 43 to 45 (#278)
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Aug 11, 2025
@slachiewicz slachiewicz force-pushed the dependabot/maven/org.apache.maven-maven-archiver-3.6.4 branch from 0dd506c to 9f083bc Compare September 28, 2025 09:15
Bumps [org.apache.maven:maven-archiver](https://github.com/apache/maven-archiver) from 3.6.1 to 3.6.4.
- [Release notes](https://github.com/apache/maven-archiver/releases)
- [Commits](apache/maven-archiver@maven-archiver-3.6.1...maven-archiver-3.6.4)

---
updated-dependencies:
- dependency-name: org.apache.maven:maven-archiver
  dependency-version: 3.6.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@slachiewicz slachiewicz force-pushed the dependabot/maven/org.apache.maven-maven-archiver-3.6.4 branch from 9f083bc to b2a0580 Compare September 28, 2025 10:18
@slachiewicz slachiewicz force-pushed the dependabot/maven/org.apache.maven-maven-archiver-3.6.4 branch from b2a0580 to 9e7e0e5 Compare September 28, 2025 10:23
@slachiewicz
Copy link
Member

@hboutemy bug replicated here

@hboutemy
Copy link
Member

hboutemy commented Sep 29, 2025

@slachiewicz which bug? what does not work as expected in maven-artifact-plugin?

@hboutemy
Copy link
Member

ah, ok, I see, the "improvement" apache/maven-archiver#22

[INFO] --- invoker:3.9.1:verify (integration-test) @ maven-artifact-plugin ---
[WARNING] -------------------------------------------------
[WARNING] 
 
*** begin build.log for: check-buildplan-ok/pom.xml ***
...
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-artifact-plugin:3.6.1-SNAPSHOT:check-buildplan (default-cli) on project parent: Execution default-cli of goal org.apache.maven.plugins:maven-artifact-plugin:3.6.1-SNAPSHOT:check-buildplan failed: '1970-01-01T00:00:00Z' is not within the valid range 1980-01-01T00:00:02Z to 2099-12-31T23:59:59Z -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-artifact-plugin:3.6.1-SNAPSHOT:check-buildplan (default-cli) on project parent: Execution default-cli of goal org.apache.maven.plugins:maven-artifact-plugin:3.6.1-SNAPSHOT:check-buildplan failed: '1970-01-01T00:00:00Z' is not within the valid range 1980-01-01T00:00:02Z to 2099-12-31T23:59:59Z

let's wait for apache/maven-archiver#311 that will remove the limitation on timestamp

@elharo
Copy link
Contributor

elharo commented Sep 30, 2025

@dependabot rebase

Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 30, 2025

Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!

If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@elharo
Copy link
Contributor

elharo commented Sep 30, 2025

Note sure what's happening here but this does look like a non-flaky failure:

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-artifact-plugin:3.6.1-SNAPSHOT:check-buildplan (default-cli) on project parent: Execution default-cli of goal org.apache.maven.plugins:maven-artifact-plugin:3.6.1-SNAPSHOT:check-buildplan failed: '1970-01-01T00:00:00Z' is not within the valid range 1980-01-01T00:00:02Z to 2099-12-31T23:59:59Z -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-artifact-plugin:3.6.1-SNAPSHOT:check-buildplan (default-cli) on project parent: Execution default-cli of goal org.apache.maven.plugins:maven-artifact-plugin:3.6.1-SNAPSHOT:check-buildplan failed: '1970-01-01T00:00:00Z' is not within the valid range 1980-01-01T00:00:02Z to 2099-12-31T23:59:59Z
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:498)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
Caused by: org.apache.maven.plugin.PluginExecutionException: Execution default-cli of goal org.apache.maven.plugins:maven-artifact-plugin:3.6.1-SNAPSHOT:check-buildplan failed: '1970-01-01T00:00:00Z' is not within the valid range 1980-01-01T00:00:02Z to 2099-12-31T23:59:59Z

@slachiewicz
Copy link
Member

@dependabot rebase

Please check if someone not yet have started working on this (I've started) because once again you would drop my work

Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 9, 2025

A newer version of org.apache.maven:maven-archiver exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants