Skip to content

Conversation

dependabot-preview[bot]
Copy link

Bumps eo-envelopes from 0.0.3 to 1.0.0.

Release notes

Sourced from eo-envelopes's releases.

First Stable Release with Java 11 Support

This release allows the processor to be run with any Java version, not only Java 8.

Improved development experience

The annotation now resides in its own module, see README for configuration.

The protects users of classpath pollution by dependencies of the processor:

  • annotations go to the classpath
  • processor goes to the compiler configuration

The processor now also annotates the generated envelopes with the @Generated annotation for improved integration with development and quality control tools.

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [eo-envelopes](https://github.com/victornoel/eo-envelopes) from 0.0.3 to 1.0.0.
- [Release notes](https://github.com/victornoel/eo-envelopes/releases)
- [Commits](victornoel/eo-envelopes@v0.0.3...v1.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Dec 1, 2020
@yegor256
Copy link
Contributor

@rultor please, try to merge

@rultor
Copy link
Contributor

rultor commented Jun 26, 2023

@rultor please, try to merge

@yegor256 OK, I'll try to merge now. You can check the progress of the merge here

@rultor
Copy link
Contributor

rultor commented Jun 26, 2023

@rultor please, try to merge

@dependabot-preview[bot] @yegor256 Oops, I failed. You can see the full log here (spent 21min)

+ echo '%sudo ALL=(ALL) NOPASSWD:ALL'
+ cp -R /root/.bashrc /root/.composer /root/.gem /root/.gnupg /root/.m2 /root/.oracle_jre_usage /root/.profile /root/texmf /home/r
+ cp -R ./cid ./end.sh ./entry.sh ./pid ./pubring.gpg ./repo ./run.sh ./script.sh ./secring.gpg ./settings.xml ./stdout /home/r
+ rm -rf repo
+ chown -R r:r /home/r
+ chmod a+x /home/r/script.sh
+ su --login r --command /home/r/script.sh
+ set -e
+ set -o pipefail
+ '[' -e /home/r/.profile ']'
+ source /home/r/.profile
++ '[' /bin/bash ']'
++ '[' -f /home/r/.bashrc ']'
++ . /home/r/.bashrc
+++ '[' -z '' ']'
+++ return
++ mesg n
+ shopt -s expand_aliases
+ alias 'sudo=sudo -i'
+ export HOME=/home/r
+ HOME=/home/r
+ cd /home/r/repo
+ export 'MAVEN_OPTS=-XX:MaxPermSize=256m -Xmx1g'
+ MAVEN_OPTS='-XX:MaxPermSize=256m -Xmx1g'
+ export 'JAVA_OPTS=-XX:MaxPermSize=256m -Xmx1g'
+ JAVA_OPTS='-XX:MaxPermSize=256m -Xmx1g'
+ export head=git@github.com:zold-io/java-api.git
+ head=git@github.com:zold-io/java-api.git
+ export pull_id=89
+ pull_id=89
+ export fork=git@github.com:zold-io/java-api.git
+ fork=git@github.com:zold-io/java-api.git
+ export fork_branch=dependabot/maven/com.github.victornoel.eo-eo-envelopes-1.0.0
+ fork_branch=dependabot/maven/com.github.victornoel.eo-eo-envelopes-1.0.0
+ export head_branch=master
+ head_branch=master
+ export 'pull_title=Bump eo-envelopes from 0.0.3 to 1.0.0'
+ pull_title='Bump eo-envelopes from 0.0.3 to 1.0.0'
+ export author=yegor256
+ author=yegor256
+ sudo -i gem install --no-rdoc --no-ri pdd
Fetching: slop-4.10.1.gem
Fetching: slop-4.10.1.gem ( 71%)
Fetching: slop-4.10.1.gem (100%)
Fetching: slop-4.10.1.gem (100%)
Successfully installed slop-4.10.1
Fetching: ruby-filemagic-0.7.3.gem
Fetching: ruby-filemagic-0.7.3.gem ( 83%)
Fetching: ruby-filemagic-0.7.3.gem (100%)
Fetching: ruby-filemagic-0.7.3.gem (100%)
Building native extensions.  This could take a while...

ruby-filemagic-0.7.3 [2022-01-07]:

* Dockerfile to build native extension (pull request #26 by Pavel Lobashov).
* Include paths for ARM-based Apple Macs (Apple Silicon) (pull request #35 by
  @545ch4).

Successfully installed ruby-filemagic-0.7.3
Fetching: rainbow-3.1.1.gem
Fetching: rainbow-3.1.1.gem ( 10%)
Fetching: rainbow-3.1.1.gem ( 20%)
Fetching: rainbow-3.1.1.gem ( 30%)
Fetching: rainbow-3.1.1.gem ( 40%)
Fetching: rainbow-3.1.1.gem ( 50%)
Fetching: rainbow-3.1.1.gem ( 60%)
Fetching: rainbow-3.1.1.gem ( 70%)
Fetching: rainbow-3.1.1.gem ( 80%)
Fetching: rainbow-3.1.1.gem ( 90%)
Fetching: rainbow-3.1.1.gem (100%)
Fetching: rainbow-3.1.1.gem (100%)
Successfully installed rainbow-3.1.1
Fetching: racc-1.7.1.gem
Fetching: racc-1.7.1.gem ( 24%)
Fetching: racc-1.7.1.gem ( 48%)
Fetching: racc-1.7.1.gem ( 71%)
Fetching: racc-1.7.1.gem ( 95%)
Fetching: racc-1.7.1.gem (100%)
Fetching: racc-1.7.1.gem (100%)
ERROR:  Error installing pdd:
	racc requires Ruby version >= 2.5.
container 037e90034df5971282b41ced6b1bcf06f34712a54ce5e3e8019c47870cc3bc03 is dead
Mon 26 Jun 2023 06:56:14 AM CEST

@davvd davvd closed this Jun 26, 2023
@0crat
Copy link
Collaborator

0crat commented Jun 26, 2023

Job gh:zold-io/java-api#89 is not assigned, can't get performer

@0crat
Copy link
Collaborator

0crat commented Jun 26, 2023

There is an unrecoverable failure on my side. Please, submit it here:

PID: 2@d004e523-dcd0-4e19-9128-1adb2ec8c126, thread: PQ-CAZUREFND
com.zerocracy.farm.strict.StrictProject[122] java.lang.IllegalArgumentException: File "blanks/dependabot-preview[bot].xml" is not accessible in "PMO"

1.0-SNAPSHOT: CID: adeb97d1-e3c1-4f9d-b18c-e3eebe674149, Type: "Close job"

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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants