Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency com.github.victornoel.eo:eo-envelopes to v1 #103

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 28, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.github.victornoel.eo:eo-envelopes 0.0.3 -> 1.0.0 age adoption passing confidence

Release Notes

victornoel/eo-envelopes (com.github.victornoel.eo:eo-envelopes)

v1.0.0: First Stable Release with Java 11 Support

Compare Source

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

v0.0.4: Improved development experience

Compare Source

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.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@0crat
Copy link
Collaborator

0crat commented Jun 28, 2023

@renovate/z[bot] this pull request is too small, just 2 lines changed (less than 10), there will be no formal code review, see §53 and §28; in the future, try to make sure your pull requests are not too small; @llorllale/z please review this and merge or reject

@yegor256
Copy link
Contributor

@rultor please, try to merge, since 8 checks have passed

@rultor
Copy link
Contributor

rultor commented Jun 28, 2023

@rultor please, try to merge, since 8 checks have passed

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

@rultor
Copy link
Contributor

rultor commented Jun 28, 2023

@rultor please, try to merge, since 8 checks have passed

@renovate[bot] @yegor256 Oops, I failed. You can see the full log here (spent 2min)

-rw-rw-r--  1 rultor rultor    8 Jun 28 06:42 pid
-rw-rw-r--  1 rultor rultor 1192 Jun 28 06:42 pubring.gpg
drwxrwxr-x  5 rultor rultor 4096 Jun 28 06:42 repo
-rwxrwxr-x  1 rultor rultor 6480 Jun 28 06:42 run.sh
-rw-rw-r--  1 rultor rultor  793 Jun 28 06:42 script.sh
-rw-rw-r--  1 rultor rultor 2570 Jun 28 06:42 secring.gpg
-rw-rw-r--  1 rultor rultor  431 Jun 28 06:42 settings.xml
-rw-rw-r--  1 rultor rultor 7344 Jun 28 06:42 stdout
++ pwd
++ pwd
+ docker run -t --rm -v /tmp/rultor-DiKH:/main [email protected]:zold-io/java-api.git --env=pull_id=103 [email protected]:zold-io/java-api.git --env=fork_branch=renovate/com.github.victornoel.eo-eo-envelopes-1.x --env=head_branch=master '--env=pull_title=Update dependency com.github.victornoel.eo:eo-envelopes to v1' --env=author=yegor256 '--env=scripts=( '\''export '\''\'\'''\''[email protected]:zold-io/java-api.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_id=103'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''[email protected]:zold-io/java-api.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork_branch=renovate/com.github.victornoel.eo-eo-envelopes-1.x'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_title=Update dependency com.github.victornoel.eo:eo-envelopes to v1'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=yegor256'\''\'\'''\'''\'' '\'';'\'' '\''sudo gem install --no-rdoc --no-ri pdd'\'' '\'';'\'' '\''sudo gem install --no-rdoc --no-ri xcop'\'' '\'';'\'' '\''mvn clean install -Pqulice --errors --settings ../settings.xml'\'' '\'';'\'' '\''mvn clean site -Psite --errors --settings ../settings.xml'\'' '\'';'\'' '\''mvn clean'\'' '\'';'\'' '\''pdd --source=$(pwd) --verbose --file=/dev/null'\'' '\'';'\'' )' --hostname=docker --privileged --memory=8g --memory-swap=16g --oom-kill-disable --cidfile=/tmp/rultor-DiKH/cid -w=/main -v /var/run/docker.sock:/var/run/docker.sock --name=zold-io_java-api_103 yegor256/rultor-image:1.9.1 /main/entry.sh
WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
+ set -e
+ set -o pipefail
+ shopt -s dotglob
+ useradd -m -G sudo r
+ usermod -s /bin/bash r
+ echo '%sudo ALL=(ALL) NOPASSWD:ALL'
+ cp -R /root/.bashrc /root/.cache /root/.config /root/.gem /root/.gnupg /root/.m2 /root/.npm /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
++ true
+ shopt -s expand_aliases
+ alias 'sudo=sudo -i'
+ export HOME=/home/r
+ HOME=/home/r
+ cd /home/r/repo
+ export [email protected]:zold-io/java-api.git
+ [email protected]:zold-io/java-api.git
+ export pull_id=103
+ pull_id=103
+ export [email protected]:zold-io/java-api.git
+ [email protected]:zold-io/java-api.git
+ export fork_branch=renovate/com.github.victornoel.eo-eo-envelopes-1.x
+ fork_branch=renovate/com.github.victornoel.eo-eo-envelopes-1.x
+ export head_branch=master
+ head_branch=master
+ export 'pull_title=Update dependency com.github.victornoel.eo:eo-envelopes to v1'
+ pull_title='Update dependency com.github.victornoel.eo:eo-envelopes to v1'
+ export author=yegor256
+ author=yegor256
+ sudo -i gem install --no-rdoc --no-ri pdd
ERROR:  While executing gem ... (OptionParser::InvalidOption)
    invalid option: --no-rdoc
Did you mean?  no-force
container d588ce8568ee23d637bd644d9018a86b13f55d7e8c2d4bdf88835c794bc4eee9 is dead
Wed 28 Jun 2023 06:44:06 AM CEST

@yegor256
Copy link
Contributor

@rultor merge

@rultor
Copy link
Contributor

rultor commented Jun 28, 2023

@rultor 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 28, 2023

@rultor merge

@renovate[bot] @yegor256 Oops, I failed. You can see the full log here (spent 8min)

    \u001b[1mat\u001b[m jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (\u001b[1mDelegatingMethodAccessorImpl.java:43\u001b[m)
    \u001b[1mat\u001b[m java.lang.reflect.Method.invoke (\u001b[1mMethod.java:566\u001b[m)
    \u001b[1mat\u001b[m org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (\u001b[1mLauncher.java:282\u001b[m)
    \u001b[1mat\u001b[m org.codehaus.plexus.classworlds.launcher.Launcher.launch (\u001b[1mLauncher.java:225\u001b[m)
    \u001b[1mat\u001b[m org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (\u001b[1mLauncher.java:406\u001b[m)
    \u001b[1mat\u001b[m org.codehaus.plexus.classworlds.launcher.Launcher.main (\u001b[1mLauncher.java:347\u001b[m)
\u001b[1mCaused by\u001b[m: org.apache.maven.reporting.MavenReportException: \u001b[1;31m
Exit code: 1
/home/r/repo/src/main/java/io/zold/api/Score.java:55: error: cannot find symbol
    final class Summed extends ScoreEnvelope {
                               ^
  symbol:   class ScoreEnvelope
  location: interface Score
/home/r/repo/src/main/java/io/zold/api/CpTransaction.java:35: error: cannot find symbol
public final class CpTransaction extends TransactionEnvelope {
                                         ^
  symbol: class TransactionEnvelope
Command line was: /usr/lib/jvm/java-11-openjdk-amd64/bin/javadoc @options @argfile

Refer to the generated Javadoc files in '/home/r/repo/target/site/apidocs-1.0-SNAPSHOT' dir.
\u001b[m
    \u001b[1mat\u001b[m org.apache.maven.plugins.javadoc.AbstractJavadocMojo.doExecuteJavadocCommandLine (\u001b[1mAbstractJavadocMojo.java:5166\u001b[m)
    \u001b[1mat\u001b[m org.apache.maven.plugins.javadoc.AbstractJavadocMojo.executeJavadocCommandLine (\u001b[1mAbstractJavadocMojo.java:5051\u001b[m)
    \u001b[1mat\u001b[m org.apache.maven.plugins.javadoc.AbstractJavadocMojo.executeReport (\u001b[1mAbstractJavadocMojo.java:2022\u001b[m)
    \u001b[1mat\u001b[m org.apache.maven.plugins.javadoc.JavadocReport.generate (\u001b[1mJavadocReport.java:136\u001b[m)
    \u001b[1mat\u001b[m org.apache.maven.plugins.site.render.ReportDocumentRenderer.renderDocument (\u001b[1mReportDocumentRenderer.java:226\u001b[m)
    \u001b[1mat\u001b[m org.apache.maven.doxia.siterenderer.DefaultSiteRenderer.render (\u001b[1mDefaultSiteRenderer.java:348\u001b[m)
    \u001b[1mat\u001b[m org.apache.maven.plugins.site.render.SiteMojo.renderLocale (\u001b[1mSiteMojo.java:194\u001b[m)
    \u001b[1mat\u001b[m org.apache.maven.plugins.site.render.SiteMojo.execute (\u001b[1mSiteMojo.java:143\u001b[m)
    \u001b[1mat\u001b[m org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (\u001b[1mDefaultBuildPluginManager.java:137\u001b[m)
    \u001b[1mat\u001b[m org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (\u001b[1mMojoExecutor.java:370\u001b[m)
    \u001b[1mat\u001b[m org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (\u001b[1mMojoExecutor.java:351\u001b[m)
    \u001b[1mat\u001b[m org.apache.maven.lifecycle.internal.MojoExecutor.execute (\u001b[1mMojoExecutor.java:215\u001b[m)
    \u001b[1mat\u001b[m org.apache.maven.lifecycle.internal.MojoExecutor.execute (\u001b[1mMojoExecutor.java:171\u001b[m)
    \u001b[1mat\u001b[m org.apache.maven.lifecycle.internal.MojoExecutor.execute (\u001b[1mMojoExecutor.java:163\u001b[m)
    \u001b[1mat\u001b[m org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (\u001b[1mLifecycleModuleBuilder.java:117\u001b[m)
    \u001b[1mat\u001b[m org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (\u001b[1mLifecycleModuleBuilder.java:81\u001b[m)
    \u001b[1mat\u001b[m org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (\u001b[1mSingleThreadedBuilder.java:56\u001b[m)
    \u001b[1mat\u001b[m org.apache.maven.lifecycle.internal.LifecycleStarter.execute (\u001b[1mLifecycleStarter.java:128\u001b[m)
    \u001b[1mat\u001b[m org.apache.maven.DefaultMaven.doExecute (\u001b[1mDefaultMaven.java:294\u001b[m)
    \u001b[1mat\u001b[m org.apache.maven.DefaultMaven.doExecute (\u001b[1mDefaultMaven.java:192\u001b[m)
    \u001b[1mat\u001b[m org.apache.maven.DefaultMaven.execute (\u001b[1mDefaultMaven.java:105\u001b[m)
    \u001b[1mat\u001b[m org.apache.maven.cli.MavenCli.execute (\u001b[1mMavenCli.java:960\u001b[m)
    \u001b[1mat\u001b[m org.apache.maven.cli.MavenCli.doMain (\u001b[1mMavenCli.java:293\u001b[m)
    \u001b[1mat\u001b[m org.apache.maven.cli.MavenCli.main (\u001b[1mMavenCli.java:196\u001b[m)
    \u001b[1mat\u001b[m jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (\u001b[1mNative Method\u001b[m)
    \u001b[1mat\u001b[m jdk.internal.reflect.NativeMethodAccessorImpl.invoke (\u001b[1mNativeMethodAccessorImpl.java:62\u001b[m)
    \u001b[1mat\u001b[m jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (\u001b[1mDelegatingMethodAccessorImpl.java:43\u001b[m)
    \u001b[1mat\u001b[m java.lang.reflect.Method.invoke (\u001b[1mMethod.java:566\u001b[m)
    \u001b[1mat\u001b[m org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (\u001b[1mLauncher.java:282\u001b[m)
    \u001b[1mat\u001b[m org.codehaus.plexus.classworlds.launcher.Launcher.launch (\u001b[1mLauncher.java:225\u001b[m)
    \u001b[1mat\u001b[m org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (\u001b[1mLauncher.java:406\u001b[m)
    \u001b[1mat\u001b[m org.codehaus.plexus.classworlds.launcher.Launcher.main (\u001b[1mLauncher.java:347\u001b[m)
[\u001b[1;31mERROR\u001b[m] 
[\u001b[1;31mERROR\u001b[m] Re-run Maven using the \u001b[1m-X\u001b[m switch to enable full debug logging.
[\u001b[1;31mERROR\u001b[m] 
[\u001b[1;31mERROR\u001b[m] For more information about the errors and possible solutions, please read the following articles:
[\u001b[1;31mERROR\u001b[m] \u001b[1m[Help 1]\u001b[m http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
\u001b[0m\u001b[0mcontainer 4f6b80d2c75aaa15d97d8ca2cdd28fd5190d8c4ddc3c3d0c5b4dbf57ce716d54 is dead
Wed 28 Jun 2023 07:12:54 AM CEST

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.

None yet

3 participants