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

build(deps): bump org.projectnessie.cel:cel-bom from 0.3.21 to 0.4.3 #182

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 22, 2023

Bumps org.projectnessie.cel:cel-bom from 0.3.21 to 0.4.3.

Release notes

Sourced from org.projectnessie.cel:cel-bom's releases.

CEL-Java 0.4.3

Version 0.4.3

4 commits since 0.4.2

Full Changelog (minus dependabot/renovate commits):

  • cel-standalone: do not include Jackson (#482)

CEL-Java 0.4.2

Version 0.4.2

5 commits since 0.4.1

Full Changelog (minus dependabot/renovate commits):

  • Introduce cel-standalone (no dependencies) artifact (#479)
  • CI: Use Java 21 instead of 20, change distro to Temurin (#477)

v0.4.1

Version 0.4.1

(no relevant change to 0.4.0)

CEL-Java 0.4.0

Version 0.4.0

44 commits since 0.3.21

Changes

  • Changes in many types (in o.p.c.common.types.*T classes) to automatically convert between numeric and null types.
    • equal and compare with a null and a non-null type no longer fail, but return False
    • equal and compare between different numeric types no longer fail, but return "the right" result
    • this includes that numeric CEL map keys can be heterogenous, e.g. an int can be retrieved using an uint or double key
  • Fix retrieval of milliseconds from Duration - must only return the milliseconds within the second

Full Changelog (minus dependabot/renovate commits):

  • Bump cel-spec + googleapi submodules (#476)
  • Gradle: replace deprecated Project.buildDir (#449)
Commits
  • 867e38e [release] v0.4.3
  • ad26d66 cel-standalone: do not include Jackson (#482)
  • 682ba36 fix(deps): update dependency org.projectnessie.cel:cel-bom to v0.4.2 (#481)
  • ba17b52 [release] next development version 0.4.3
  • 02792ba [release] v0.4.2
  • 20dd663 Introduce cel-standalone (no dependencies) artifact (#479)
  • 61cb2b6 CI: Use Java 21 instead of 20, change distro to Temurin (#477)
  • 80cfa24 fix(deps): update dependency org.projectnessie.cel:cel-bom to v0.4.1 (#480)
  • 11cdd6d [release] next development version 0.4.2
  • 9288010 [release] v0.4.1
  • 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 requested a review from a team as a code owner November 22, 2023 01:18
@dependabot dependabot bot added chore Refactor, rename, cleanup, etc. dependencies Pull requests that update a dependency file safe-to-test labels Nov 22, 2023
@github-actions github-actions bot added the needs-triage Needs thorough attention from code reviewers label Nov 22, 2023
@dependabot dependabot bot force-pushed the dependabot/maven/org.projectnessie.cel-cel-bom-0.4.3 branch 3 times, most recently from 92ab8d8 to 10e6aee Compare November 27, 2023 14:32
@andrewazores andrewazores removed the needs-triage Needs thorough attention from code reviewers label Nov 27, 2023
@andrewazores
Copy link
Member

/build_test

Copy link

Workflow started at 11/27/2023, 9:55:14 AM. View Actions Run.

Copy link

CI build and push: All tests pass ✅
https://github.com/cryostatio/cryostat3/actions/runs/7006743830

Copy link

CI build and push: At least one test failed ❌
https://github.com/cryostatio/cryostat3/actions/runs/7006743830

@andrewazores
Copy link
Member

Error:  io.cryostat.rules.RulesTest.testUpdate -- Time elapsed: 0.016 s <<< FAILURE!
java.lang.AssertionError: 
1 expectation failed.
Expected status code <201> but was <500>.

	at java.base/jdk.internal.reflect.GeneratedConstructorAccessor305.newInstance(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
	at org.codehaus.groovy.reflection.CachedConstructor.invoke(CachedConstructor.java:73)
	at org.codehaus.groovy.runtime.callsite.ConstructorSite$ConstructorSiteNoUnwrapNoCoerce.callConstructor(ConstructorSite.java:108)
	at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callConstructor(AbstractCallSite.java:277)
	at io.restassured.internal.ResponseSpecificationImpl$HamcrestAssertionClosure.validate(ResponseSpecificationImpl.groovy:512)
	at io.restassured.internal.ResponseSpecificationImpl$HamcrestAssertionClosure$validate$1.call(Unknown Source)
	at io.restassured.internal.ResponseSpecificationImpl.validateResponseIfRequired(ResponseSpecificationImpl.groovy:696)
	at io.restassured.internal.ResponseSpecificationImpl.this$2$validateResponseIfRequired(ResponseSpecificationImpl.groovy)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.codehaus.groovy.runtime.callsite.PlainObjectMetaMethodSite.doInvoke(PlainObjectMetaMethodSite.java:43)
	at org.codehaus.groovy.runtime.callsite.PogoMetaMethodSite$PogoCachedMethodSiteNoUnwrapNoCoerce.invoke(PogoMetaMethodSite.java:198)
	at org.codehaus.groovy.runtime.callsite.PogoMetaMethodSite.callCurrent(PogoMetaMethodSite.java:62)
	at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:185)
	at io.restassured.internal.ResponseSpecificationImpl.statusCode(ResponseSpecificationImpl.groovy:135)
	at io.restassured.specification.ResponseSpecification$statusCode$0.callCurrent(Unknown Source)
	at io.restassured.internal.ResponseSpecificationImpl.statusCode(ResponseSpecificationImpl.groovy:143)
	at io.restassured.internal.ValidatableResponseOptionsImpl.statusCode(ValidatableResponseOptionsImpl.java:89)
	at io.cryostat.rules.RulesTest.testUpdate(RulesTest.java:115)
		at io.quarkus.hibernate.orm.runtime.session.TransactionScopedSession.persist(TransactionScopedSession.java:145)
		at org.hibernate.engine.spi.SessionLazyDelegator.persist(SessionLazyDelegator.java:275)
		at org.hibernate.Session_3a974b6a18ac399f675913d732c105426414d370_Synthetic_ClientProxy.persist(Unknown Source)
		at io.quarkus.hibernate.orm.panache.common.runtime.AbstractJpaOperations.persist(AbstractJpaOperations.java:101)
		at io.quarkus.hibernate.orm.panache.common.runtime.AbstractJpaOperations.persist(AbstractJpaOperations.java:96)
		at io.quarkus.hibernate.orm.panache.PanacheEntityBase.persist(PanacheEntityBase.java:53)
		at io.cryostat.rules.Rules.create(Rules.java:75)
		at io.cryostat.rules.Rules_Subclass.create$$superforward(Unknown Source)
		at io.cryostat.rules.Rules_Subclass$$function$$1.apply(Unknown Source)
		at io.quarkus.arc.impl.AroundInvokeInvocationContext.proceed(AroundInvokeInvocationContext.java:73)
		at io.quarkus.arc.impl.AroundInvokeInvocationContext$NextAroundInvokeInvocationContext.proceed(AroundInvokeInvocationContext.java:97)
		at io.quarkus.security.runtime.interceptor.SecurityHandler.handle(SecurityHandler.java:27)
		at io.quarkus.security.runtime.interceptor.RolesAllowedInterceptor.intercept(RolesAllowedInterceptor.java:29)
		at io.quarkus.security.runtime.interceptor.RolesAllowedInterceptor_Bean.intercept(Unknown Source)
		at io.quarkus.arc.impl.InterceptorInvocation.invoke(InterceptorInvocation.java:42)
		at io.quarkus.arc.impl.AroundInvokeInvocationContext.proceed(AroundInvokeInvocationContext.java:70)
		at io.quarkus.arc.impl.AroundInvokeInvocationContext$NextAroundInvokeInvocationContext.proceed(AroundInvokeInvocationContext.java:97)
		at io.quarkus.narayana.jta.runtime.interceptor.TransactionalInterceptorBase.invokeInOurTx(TransactionalInterceptorBase.java:136)
		at io.quarkus.narayana.jta.runtime.interceptor.TransactionalInterceptorBase.invokeInOurTx(TransactionalInterceptorBase.java:107)
		at io.quarkus.narayana.jta.runtime.interceptor.TransactionalInterceptorRequired.doIntercept(TransactionalInterceptorRequired.java:38)
		at io.quarkus.narayana.jta.runtime.interceptor.TransactionalInterceptorBase.intercept(TransactionalInterceptorBase.java:61)
		at io.quarkus.narayana.jta.runtime.interceptor.TransactionalInterceptorRequired.intercept(TransactionalInterceptorRequired.java:32)
		at io.quarkus.narayana.jta.runtime.interceptor.TransactionalInterceptorRequired_Bean.intercept(Unknown Source)
		at io.quarkus.arc.impl.InterceptorInvocation.invoke(InterceptorInvocation.java:42)
		at io.quarkus.arc.impl.AroundInvokeInvocationContext.proceed(AroundInvokeInvocationContext.java:70)
		at io.quarkus.arc.impl.AroundInvokeInvocationContext.proceed(AroundInvokeInvocationContext.java:62)
		at io.quarkus.resteasy.reactive.server.runtime.StandardSecurityCheckInterceptor.intercept(StandardSecurityCheckInterceptor.java:44)
		at io.quarkus.resteasy.reactive.server.runtime.StandardSecurityCheckInterceptor_RolesAllowedInterceptor_Bean.intercept(Unknown Source)
		at io.quarkus.arc.impl.InterceptorInvocation.invoke(InterceptorInvocation.java:42)
		at io.quarkus.arc.impl.AroundInvokeInvocationContext.perform(AroundInvokeInvocationContext.java:30)
		at io.quarkus.arc.impl.InvocationContexts.performAroundInvoke(InvocationContexts.java:27)
		at io.cryostat.rules.Rules_Subclass.create(Unknown Source)
		at io.cryostat.rules.Rules$quarkusrestinvoker$create_6076b63a055420de15eb04c8c082fcf970adaae2.invoke(Unknown Source)
		at org.jboss.resteasy.reactive.server.handlers.InvocationHandler.handle(InvocationHandler.java:29)
		at io.quarkus.resteasy.reactive.server.runtime.QuarkusResteasyReactiveRequestContext.invokeHandler(QuarkusResteasyReactiveRequestContext.java:141)
		at org.jboss.resteasy.reactive.common.core.AbstractResteasyReactiveContext.run(AbstractResteasyReactiveContext.java:145)
		at io.quarkus.vertx.core.runtime.VertxCoreRecorder$14.runWith(VertxCoreRecorder.java:576)
		at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2513)
		at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1538)
		at org.jboss.threads.DelegatingRunnable.run(DelegatingRunnable.java:29)
		at org.jboss.threads.ThreadLocalResettingRunnable.run(ThreadLocalResettingRunnable.java:29)
		at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
		at java.base/java.lang.Thread.run(Thread.java:840)
	Caused by: java.lang.NoClassDefFoundError: com/google/protobuf/MapFieldReflectionAccessor
		at org.projectnessie.cel.parser.Helper.getSourceInfo(Helper.java:53)
		at org.projectnessie.cel.parser.Parser.parse(Parser.java:174)
		at org.projectnessie.cel.parser.Parser.parse(Parser.java:129)
		at org.projectnessie.cel.parser.Parser.parseWithMacros(Parser.java:125)
		at org.projectnessie.cel.Env.parseSource(Env.java:343)
		at org.projectnessie.cel.Env.parse(Env.java:330)
		at org.projectnessie.cel.tools.ScriptHost$ScriptBuilder.build(ScriptHost.java:127)
		at io.cryostat.expressions.MatchExpressionEvaluator.createScript(MatchExpressionEvaluator.java:89)
		at io.cryostat.expressions.MatchExpressionEvaluator_ClientProxy.createScript(Unknown Source)
		at io.cryostat.expressions.MatchExpression$Listener.prePersist(MatchExpression.java:115)
		at io.cryostat.expressions.MatchExpression_Listener_ClientProxy.prePersist(Unknown Source)
		at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
		at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
		at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
		at java.base/java.lang.reflect.Method.invoke(Method.java:568)
		at org.hibernate.jpa.event.internal.ListenerCallback.performCallback(ListenerCallback.java:55)
		... 69 more
	Caused by: java.lang.ClassNotFoundException: com.google.protobuf.MapFieldReflectionAccessor
		at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641)
		at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188)
		at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525)
		at io.quarkus.bootstrap.classloading.QuarkusClassLoader.loadClass(QuarkusClassLoader.java:516)
		at io.quarkus.bootstrap.classloading.QuarkusClassLoader.loadClass(QuarkusClassLoader.java:466)
		... 85 more

@dependabot dependabot bot force-pushed the dependabot/maven/org.projectnessie.cel-cel-bom-0.4.3 branch 2 times, most recently from 5807d0d to ba6c0c6 Compare November 28, 2023 15:56
@ebaron
Copy link
Member

ebaron commented Nov 30, 2023

Is this test failure caused by a downgraded Protobuf?

@andrewazores
Copy link
Member

No, I haven't downgraded protobuf in this repo yet - I'm not sure what's actually going on with this exactly.

@dependabot dependabot bot force-pushed the dependabot/maven/org.projectnessie.cel-cel-bom-0.4.3 branch 3 times, most recently from 0c61cad to 8ba772f Compare December 6, 2023 14:55
@dependabot dependabot bot force-pushed the dependabot/maven/org.projectnessie.cel-cel-bom-0.4.3 branch 7 times, most recently from ca5fb73 to 6a771c0 Compare December 20, 2023 15:14
@dependabot dependabot bot force-pushed the dependabot/maven/org.projectnessie.cel-cel-bom-0.4.3 branch 2 times, most recently from 13afbc7 to 78b678b Compare December 20, 2023 15:57
Bumps [org.projectnessie.cel:cel-bom](https://github.com/projectnessie/cel-java) from 0.3.21 to 0.4.3.
- [Release notes](https://github.com/projectnessie/cel-java/releases)
- [Commits](projectnessie/cel-java@v0.3.21...v0.4.3)

---
updated-dependencies:
- dependency-name: org.projectnessie.cel:cel-bom
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/maven/org.projectnessie.cel-cel-bom-0.4.3 branch from 78b678b to e6d993c Compare December 21, 2023 19:07
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 11, 2024

Superseded by #237.

@dependabot dependabot bot closed this Jan 11, 2024
@dependabot dependabot bot deleted the dependabot/maven/org.projectnessie.cel-cel-bom-0.4.3 branch January 11, 2024 02:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked chore Refactor, rename, cleanup, etc. dependencies Pull requests that update a dependency file safe-to-test
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants