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.4 #237

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 11, 2024

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

Release notes

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

CEL-Java 0.4.4

Version 0.4.4

25 commits since 0.4.3

Full Changelog (minus dependabot/renovate commits):

  • Fix protobuf relocation of com.google.rpc classes (#507)

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
  • a651545 [release] v0.4.4
  • 3772614 Fix protobuf relocation of com.google.rpc classes (#507)
  • d70da47 fix(deps): update dependency com.google.googlejavaformat:google-java-format t...
  • ae20ead fix(deps): update dependency jp.skypencil.errorprone.slf4j:errorprone-slf4j t...
  • 5d16080 fix(deps): update dependency org.assertj:assertj-core to v3.25.1 (#504)
  • 2b1f192 fix(deps): update dependency com.google.guava:guava to v33 (#498)
  • 4ae1c95 fix(deps): update dependency org.assertj:assertj-core to v3.25.0 (#503)
  • 8261f95 chore(deps): update dependency org.apache.maven.plugins:maven-compiler-plugin...
  • 6622316 fix(deps): update dependency com.fasterxml.jackson:jackson-bom to v2.16.1 (#501)
  • d3263de fix(deps): update grpc to v1.60.1 (#500)
  • 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 January 11, 2024 02:03
@dependabot dependabot bot added chore Refactor, rename, cleanup, etc. dependencies Pull requests that update a dependency file safe-to-test labels Jan 11, 2024
@github-actions github-actions bot added the needs-triage Needs thorough attention from code reviewers label Jan 11, 2024
@andrewazores andrewazores removed the needs-triage Needs thorough attention from code reviewers label Jan 11, 2024
@andrewazores
Copy link
Member

@dependabot rebase

Bumps [org.projectnessie.cel:cel-bom](https://github.com/projectnessie/cel-java) from 0.3.21 to 0.4.4.
- [Release notes](https://github.com/projectnessie/cel-java/releases)
- [Commits](projectnessie/cel-java@v0.3.21...v0.4.4)

---
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.4 branch from 0d0e05c to 6695bad Compare January 11, 2024 19:10
@andrewazores
Copy link
Member

/build_test

Copy link

Workflow started at 1/11/2024, 2:11:29 PM. View Actions Run.

Copy link

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

Copy link

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

@andrewazores
Copy link
Member

Looks like the same thing we saw in #182 still:

#182 (comment)

Error:  Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 5.792 s <<< FAILURE! -- in itest.CustomTargetsTest
Error:  itest.CustomTargetsTest.shouldBeAbleToDefineTarget -- Time elapsed: 0.530 s <<< FAILURE!
java.lang.AssertionError: 

Expected: <201>
     but: was <500>
	at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18)
	at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6)
	at itest.CustomTargetsTest.shouldBeAbleToDefineTarget(CustomTargetsTest.java:179)
	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 io.quarkus.test.junit.QuarkusTestExtension.runExtensionMethod(QuarkusTestExtension.java:1015)
	at io.quarkus.test.junit.QuarkusTestExtension.interceptTestMethod(QuarkusTestExtension.java:829)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:217)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:213)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:138)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:68)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
		at org.hibernate.internal.SessionImpl.firePersist(SessionImpl.java:755)
		at org.hibernate.internal.SessionImpl.persist(SessionImpl.java:739)
		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.discovery.CustomDiscovery.lambda$doV2Create$1(CustomDiscovery.java:152)
		at java.base/java.util.Optional.ifPresent(Optional.java:178)
		at io.cryostat.discovery.CustomDiscovery.doV2Create(CustomDiscovery.java:152)
		at io.cryostat.discovery.CustomDiscovery_Subclass.doV2Create$$superforward(Unknown Source)
		at io.cryostat.discovery.CustomDiscovery_Subclass$$function$$5.apply(Unknown Source)
		at io.quarkus.arc.impl.AroundInvokeInvocationContext.proceed(AroundInvokeInvocationContext.java:73)
		at io.quarkus.arc.impl.AroundInvokeInvocationContext.proceed(AroundInvokeInvocationContext.java:62)
		at io.quarkus.narayana.jta.runtime.interceptor.TransactionalInterceptorBase.invokeInCallerTx(TransactionalInterceptorBase.java:335)
		at io.quarkus.narayana.jta.runtime.interceptor.TransactionalInterceptorRequired.doIntercept(TransactionalInterceptorRequired.java:40)
		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.perform(AroundInvokeInvocationContext.java:30)
		at io.quarkus.arc.impl.InvocationContexts.performAroundInvoke(InvocationContexts.java:27)
		at io.cryostat.discovery.CustomDiscovery_Subclass.doV2Create(Unknown Source)
		at io.cryostat.discovery.CustomDiscovery.create(CustomDiscovery.java:121)
		at io.cryostat.discovery.CustomDiscovery_Subclass.create$$superforward(Unknown Source)
		at io.cryostat.discovery.CustomDiscovery_Subclass$$function$$2.apply(Unknown Source)
		at io.quarkus.arc.impl.AroundInvokeInvocationContext.proceed(AroundInvokeInvocationContext.java:73)
		at io.quarkus.arc.impl.AroundInvokeInvocationContext.proceed(AroundInvokeInvocationContext.java:62)
		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.perform(AroundInvokeInvocationContext.java:30)
		at io.quarkus.arc.impl.InvocationContexts.performAroundInvoke(InvocationContexts.java:27)
		at io.cryostat.discovery.CustomDiscovery_Subclass.create(Unknown Source)
		at io.cryostat.discovery.CustomDiscovery_ClientProxy.create(Unknown Source)
		at io.cryostat.discovery.CustomDiscovery$quarkusrestinvoker$create_a2d4a2d205177c85e611b9c0327c35c9085f99d5.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:88)
		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)
		... 75 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)
		... 91 more

@andrewazores andrewazores added question Further information is requested help wanted Extra attention is needed labels Jan 11, 2024
Copy link

Build Error! No Linked Issue found. Please link an issue or mention it in the body using #<issue_id>

Copy link

Build Error! No Linked Issue found. Please link an issue or mention it in the body using #<issue_id>

Copy link

Build Error! No Linked Issue found. Please link an issue or mention it in the body using #<issue_id>

@ebaron
Copy link
Member

ebaron commented Apr 12, 2024

/build_test

Copy link

Workflow started at 4/12/2024, 3:34:17 PM. View Actions Run.

Copy link

No OpenAPI schema changes detected.

Copy link

CI build and push: All tests pass ✅ (JDK17)
https://github.com/cryostatio/cryostat3/actions/runs/8667085188

Copy link

Build Error! No Linked Issue found. Please link an issue or mention it in the body using #<issue_id>

Copy link

Build Error! No Linked Issue found. Please link an issue or mention it in the body using #<issue_id>

@ebaron ebaron removed the help wanted Extra attention is needed label Apr 15, 2024
@ebaron
Copy link
Member

ebaron commented Apr 15, 2024

/build_test

Copy link

Workflow started at 4/15/2024, 9:50:56 AM. View Actions Run.

@ebaron
Copy link
Member

ebaron commented Apr 15, 2024

@andrewazores I think this is fixed with the newer protobuf that I updated to here.

Copy link

No OpenAPI schema changes detected.

Copy link

CI build and push: All tests pass ✅ (JDK17)
https://github.com/cryostatio/cryostat3/actions/runs/8690332193

@andrewazores
Copy link
Member

@andrewazores I think this is fixed with the newer protobuf that I updated to here.

Thanks, that makes sense. I'll check it out soon. I assume this means that this version is OK to upgrade downstream too?

@ebaron
Copy link
Member

ebaron commented Apr 15, 2024

@andrewazores I think this is fixed with the newer protobuf that I updated to here.

Thanks, that makes sense. I'll check it out soon. I assume this means that this version is OK to upgrade downstream too?

Yup, all good downstream

Copy link

Build Error! No Linked Issue found. Please link an issue or mention it in the body using #<issue_id>

@andrewazores
Copy link
Member

/build_test

Copy link

Workflow started at 4/15/2024, 1:39:05 PM. View Actions Run.

Copy link

No OpenAPI schema changes detected.

Copy link

CI build and push: All tests pass ✅ (JDK17)
https://github.com/cryostatio/cryostat3/actions/runs/8693608625

@andrewazores andrewazores merged commit 28c6c9c into main Apr 15, 2024
7 of 8 checks passed
@dependabot dependabot bot deleted the dependabot/maven/org.projectnessie.cel-cel-bom-0.4.4 branch April 15, 2024 17:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore Refactor, rename, cleanup, etc. dependencies Pull requests that update a dependency file question Further information is requested safe-to-test
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants