Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 5, 2025

Bumps quarkus-github-api.version from 1.326.0 to 1.330.0.
Updates io.quarkiverse.githubapi:quarkus-github-api from 1.326.0 to 1.330.0

Release notes

Sourced from io.quarkiverse.githubapi:quarkus-github-api's releases.

1.330.0

What's Changed

Full Changelog: quarkiverse/quarkus-github-api@1.326.0...1.330.0

Commits
  • bc07375 [maven-release-plugin] prepare release 1.330.0
  • 0052985 Merge pull request #373 from quarkiverse/gsmet-patch-1
  • c6fba1c Release 1.330.0
  • 22e6f1c Merge pull request #364 from quarkiverse/dependabot/maven/org.apache.maven.pl...
  • 65fed40 Merge pull request #370 from quarkiverse/dependabot/maven/org.asciidoctor-asc...
  • 41c85dd Merge pull request #371 from quarkiverse/dependabot/maven/io.quarkiverse-quar...
  • 4925041 Merge pull request #372 from gsmet/github-api-1.330
  • 0aac55e Upgrade to GitHub API 1.330
  • 13ab327 Bump io.quarkiverse:quarkiverse-parent from 18 to 20
  • 4f3fb98 Bump org.asciidoctor:asciidoctor-maven-plugin from 3.1.1 to 3.2.0
  • Additional commits viewable in compare view

Updates io.quarkiverse.githubapi:quarkus-github-api-deployment from 1.326.0 to 1.330.0

Release notes

Sourced from io.quarkiverse.githubapi:quarkus-github-api-deployment's releases.

1.330.0

What's Changed

Full Changelog: quarkiverse/quarkus-github-api@1.326.0...1.330.0

Commits
  • bc07375 [maven-release-plugin] prepare release 1.330.0
  • 0052985 Merge pull request #373 from quarkiverse/gsmet-patch-1
  • c6fba1c Release 1.330.0
  • 22e6f1c Merge pull request #364 from quarkiverse/dependabot/maven/org.apache.maven.pl...
  • 65fed40 Merge pull request #370 from quarkiverse/dependabot/maven/org.asciidoctor-asc...
  • 41c85dd Merge pull request #371 from quarkiverse/dependabot/maven/io.quarkiverse-quar...
  • 4925041 Merge pull request #372 from gsmet/github-api-1.330
  • 0aac55e Upgrade to GitHub API 1.330
  • 13ab327 Bump io.quarkiverse:quarkiverse-parent from 18 to 20
  • 4f3fb98 Bump org.asciidoctor:asciidoctor-maven-plugin from 3.1.1 to 3.2.0
  • Additional commits viewable in compare view

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.


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)

Bumps `quarkus-github-api.version` from 1.326.0 to 1.330.0.

Updates `io.quarkiverse.githubapi:quarkus-github-api` from 1.326.0 to 1.330.0
- [Release notes](https://github.com/quarkiverse/quarkus-github-api/releases)
- [Commits](quarkiverse/quarkus-github-api@1.326.0...1.330.0)

Updates `io.quarkiverse.githubapi:quarkus-github-api-deployment` from 1.326.0 to 1.330.0
- [Release notes](https://github.com/quarkiverse/quarkus-github-api/releases)
- [Commits](quarkiverse/quarkus-github-api@1.326.0...1.330.0)

---
updated-dependencies:
- dependency-name: io.quarkiverse.githubapi:quarkus-github-api
  dependency-version: 1.330.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.quarkiverse.githubapi:quarkus-github-api-deployment
  dependency-version: 1.330.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Sep 5, 2025
@dependabot dependabot bot requested a review from a team as a code owner September 5, 2025 10:04
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Sep 5, 2025
@gsmet gsmet merged commit 808df95 into main Sep 5, 2025
5 checks passed
@gsmet gsmet deleted the dependabot/maven/quarkus-github-api.version-1.330.0 branch September 5, 2025 11:26
@marko-bekhta
Copy link

Hey @gsmet 👋🏻 🙂

just a heads up that without this update the app is failing with Quarkus 3.28 with

Unable to create instance of 'GitHub$MockitoMock$t5ayWdzY'.
Please ensure the target class has a constructor that matches these argument types: [java.lang.String, org.kohsuke.github.internal.GitHubConnectorHttpConnectorAdapter, org.kohsuke.github.RateLimitHandler$1, org.kohsuke.github.AbuseLimitHandler$1, null, org.kohsuke.github.authorization.AnonymousAuthorizationProvider] and executes cleanly.
        ... 18 more
Caused by: java.lang.reflect.InvocationTargetException
        at org.mockito.internal.util.reflection.InstrumentationMemberAccessor.newInstance(InstrumentationMemberAccessor.java:221)
        at org.mockito.internal.util.reflection.InstrumentationMemberAccessor.newInstance(InstrumentationMemberAccessor.java:175)
        at org.mockito.internal.util.reflection.ModuleMemberAccessor.newInstance(ModuleMemberAccessor.java:42)
        at org.mockito.internal.creation.instance.ConstructorInstantiator.invokeConstructor(ConstructorInstantiator.java:71)
        at org.mockito.internal.creation.instance.ConstructorInstantiator.withParams(ConstructorInstantiator.java:53)
        at org.mockito.internal.creation.instance.ConstructorInstantiator.newInstance(ConstructorInstantiator.java:39)
        at org.mockito.internal.creation.bytebuddy.InlineDelegateByteBuddyMockMaker.doCreateMock(InlineDelegateByteBuddyMockMaker.java:397)
        at org.mockito.internal.creation.bytebuddy.InlineDelegateByteBuddyMockMaker.createMock(InlineDelegateByteBuddyMockMaker.java:367)
        at org.mockito.internal.creation.bytebuddy.InlineByteBuddyMockMaker.createMock(InlineByteBuddyMockMaker.java:56)
        at org.mockito.internal.util.MockUtil.createMock(MockUtil.java:99)
        at org.mockito.internal.MockitoCore.mock(MockitoCore.java:84)
        at org.mockito.Mockito.mock(Mockito.java:2198)
        ... 18 more
Caused by: java.lang.NoClassDefFoundError: Could not initialize class org.kohsuke.github.GitHubClient
        at org.kohsuke.github.GitHub.<init>(GitHub.java:137)
        at org.kohsuke.github.GitHub$MockitoMock$t5ayWdzY.<init>(Unknown Source)
        at java.base/java.lang.invoke.MethodHandle.invokeWithArguments(MethodHandle.java:733)
        at org.mockito.internal.util.reflection.InstrumentationMemberAccessor$Dispatcher$ByteBuddy$zBiDDDUW.invokeWithArguments(Unknown Source)
        at org.mockito.internal.util.reflection.InstrumentationMemberAccessor.lambda$newInstance$0(InstrumentationMemberAccessor.java:213)
        at org.mockito.internal.util.reflection.InstrumentationMemberAccessor.newInstance(InstrumentationMemberAccessor.java:202)
        ... 29 more
Caused by: java.lang.ExceptionInInitializerError: Exception java.lang.NoSuchFieldError: Class com.fasterxml.jackson.databind.PropertyNamingStrategy does not have member field 'com.fasterxml.jackson.databind.PropertyNamingStrategy SNAKE_CASE' [in thread "main"]
        at org.kohsuke.github.GitHubClient.<clinit>(GitHubClient.java:92)
        at org.kohsuke.github.GitHub.<init>(GitHub.java:137)
        at org.kohsuke.github.GitHub$MockitoMock$t5ayWdzY.<init>(Unknown Source)
        at java.base/java.lang.invoke.MethodHandle.invokeWithArguments(MethodHandle.java:733)
        at org.mockito.internal.util.reflection.InstrumentationMemberAccessor$Dispatcher$ByteBuddy$zBiDDDUW.invokeWithArguments(Unknown Source)

Jackson 2.20 removed some of the constants and things fail 🙈
Noticed this when looking into Hibernate's bot update: hibernate/hibernate-github-bot#346

@gsmet
Copy link
Member

gsmet commented Sep 22, 2025

Yes, I'm aware of it and that's the reason why I updated but... I thought I already released a version with this change... Will release now.

@marko-bekhta
Copy link

thanks! 🎉 (and sorry for adding more releases to your todo list 🙈)

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.

2 participants