Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: quarkiverse/quarkus-github-app
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.8.2
Choose a base ref
...
head repository: quarkiverse/quarkus-github-app
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.8.3
Choose a head ref
  • 13 commits
  • 17 files changed
  • 4 contributors

Commits on Dec 13, 2024

  1. [maven-release-plugin] prepare for next development iteration

    quarkiverse-ci[bot] committed Dec 13, 2024
    Copy the full SHA
    368f494 View commit details

Commits on Jan 6, 2025

  1. Bump org.assertj:assertj-core from 3.26.3 to 3.27.2

    Bumps [org.assertj:assertj-core](https://github.com/assertj/assertj) from 3.26.3 to 3.27.2.
    - [Release notes](https://github.com/assertj/assertj/releases)
    - [Commits](assertj/assertj@assertj-build-3.26.3...assertj-build-3.27.2)
    
    ---
    updated-dependencies:
    - dependency-name: org.assertj:assertj-core
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jan 6, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    1710372 View commit details
  2. Merge pull request #705 from quarkiverse/dependabot/maven/org.assertj…

    …-assertj-core-3.27.2
    
    Bump org.assertj:assertj-core from 3.26.3 to 3.27.2
    gsmet authored Jan 6, 2025
    Copy the full SHA
    fddf008 View commit details

Commits on Jan 9, 2025

  1. Remove yq from quarkus-snapshot.yaml

    gastaldi committed Jan 9, 2025
    Copy the full SHA
    4a347f7 View commit details

Commits on Jan 10, 2025

  1. Merge pull request #706 from quarkiverse/remove_yq

    Remove yq from quarkus-snapshot.yaml
    gsmet authored Jan 10, 2025
    Copy the full SHA
    8b4a756 View commit details

Commits on Jan 20, 2025

  1. Bump org.assertj:assertj-core from 3.27.2 to 3.27.3

    Bumps [org.assertj:assertj-core](https://github.com/assertj/assertj) from 3.27.2 to 3.27.3.
    - [Release notes](https://github.com/assertj/assertj/releases)
    - [Commits](assertj/assertj@assertj-build-3.27.2...assertj-build-3.27.3)
    
    ---
    updated-dependencies:
    - dependency-name: org.assertj:assertj-core
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jan 20, 2025
    Copy the full SHA
    5de017b View commit details

Commits on Jan 31, 2025

  1. Move to new nativeimage artifacts

    gsmet committed Jan 31, 2025
    Copy the full SHA
    e99a0f7 View commit details
  2. Merge pull request #712 from gsmet/nativeimage

    Move to new nativeimage artifacts
    gsmet authored Jan 31, 2025
    Copy the full SHA
    3275361 View commit details
  3. Merge pull request #709 from quarkiverse/dependabot/maven/org.assertj…

    …-assertj-core-3.27.3
    
    Bump org.assertj:assertj-core from 3.27.2 to 3.27.3
    gsmet authored Jan 31, 2025
    Copy the full SHA
    e0746b4 View commit details
  4. Release 2.8.3

    gsmet authored Jan 31, 2025
    Copy the full SHA
    5bd32b3 View commit details
  5. Merge pull request #713 from quarkiverse/gsmet-patch-1

    Release 2.8.3
    gsmet authored Jan 31, 2025
    Copy the full SHA
    c6b5bb9 View commit details
  6. Copy the full SHA
    35c976b View commit details
  7. [maven-release-plugin] prepare release 2.8.3

    quarkiverse-ci[bot] committed Jan 31, 2025
    Copy the full SHA
    f8906f7 View commit details
2 changes: 1 addition & 1 deletion .github/project.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Quarkus GitHub App
release:
current-version: 2.8.2
current-version: 2.8.3
next-version: 999-SNAPSHOT
3 changes: 0 additions & 3 deletions .github/workflows/quarkus-snapshot.yaml
Original file line number Diff line number Diff line change
@@ -24,9 +24,6 @@ jobs:
if: github.actor == 'quarkusbot' || github.actor == 'quarkiversebot'

steps:
- name: Install yq
run: sudo add-apt-repository ppa:rmescandon/yq && sudo apt update && sudo apt install yq -y

- name: Checkout repo
uses: actions/checkout@v4
with:
2 changes: 1 addition & 1 deletion command-airline/deployment/pom.xml
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.githubapp</groupId>
<artifactId>quarkus-github-app-command-airline-parent</artifactId>
<version>2.8.2</version>
<version>2.8.3</version>
<relativePath>../pom.xml</relativePath>
</parent>

2 changes: 1 addition & 1 deletion command-airline/pom.xml
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.githubapp</groupId>
<artifactId>quarkus-github-app-parent</artifactId>
<version>2.8.2</version>
<version>2.8.3</version>
<relativePath>../pom.xml</relativePath>
</parent>

5 changes: 3 additions & 2 deletions command-airline/runtime/pom.xml
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.githubapp</groupId>
<artifactId>quarkus-github-app-command-airline-parent</artifactId>
<version>2.8.2</version>
<version>2.8.3</version>
<relativePath>../pom.xml</relativePath>
</parent>

@@ -24,7 +24,8 @@
</dependency>
<dependency>
<groupId>org.graalvm.sdk</groupId>
<artifactId>graal-sdk</artifactId>
<artifactId>nativeimage</artifactId>
<scope>provided</scope>
</dependency>
</dependencies>

2 changes: 1 addition & 1 deletion deployment/pom.xml
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.githubapp</groupId>
<artifactId>quarkus-github-app-parent</artifactId>
<version>2.8.2</version>
<version>2.8.3</version>
<relativePath>../pom.xml</relativePath>
</parent>

2 changes: 1 addition & 1 deletion docs/modules/ROOT/pages/includes/attributes.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
:quarkus-version: 3.15.2
:quarkus-github-app-version: 2.8.2
:quarkus-github-app-version: 2.8.3

:github-api-javadoc-root-url: https://github-api.kohsuke.org/apidocs/org/kohsuke/github
:github-reference-documentation-root-url: https://docs.github.com/en/free-pro-team@latest/developers
2 changes: 1 addition & 1 deletion docs/pom.xml
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.githubapp</groupId>
<artifactId>quarkus-github-app-parent</artifactId>
<version>2.8.2</version>
<version>2.8.3</version>
<relativePath>../pom.xml</relativePath>
</parent>

2 changes: 1 addition & 1 deletion events/pom.xml
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.githubapp</groupId>
<artifactId>quarkus-github-app-parent</artifactId>
<version>2.8.2</version>
<version>2.8.3</version>
<relativePath>../pom.xml</relativePath>
</parent>

2 changes: 1 addition & 1 deletion integration-tests/app/pom.xml
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.githubapp</groupId>
<artifactId>quarkus-github-app-integration-tests-parent</artifactId>
<version>2.8.2</version>
<version>2.8.3</version>
<relativePath>../pom.xml</relativePath>
</parent>

2 changes: 1 addition & 1 deletion integration-tests/command-airline/pom.xml
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.githubapp</groupId>
<artifactId>quarkus-github-app-integration-tests-parent</artifactId>
<version>2.8.2</version>
<version>2.8.3</version>
<relativePath>../pom.xml</relativePath>
</parent>

2 changes: 1 addition & 1 deletion integration-tests/pom.xml
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.githubapp</groupId>
<artifactId>quarkus-github-app-parent</artifactId>
<version>2.8.2</version>
<version>2.8.3</version>
<relativePath>../pom.xml</relativePath>
</parent>

2 changes: 1 addition & 1 deletion integration-tests/testing-framework/pom.xml
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.githubapp</groupId>
<artifactId>quarkus-github-app-integration-tests-parent</artifactId>
<version>2.8.2</version>
<version>2.8.3</version>
<relativePath>../pom.xml</relativePath>
</parent>

6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@

<groupId>io.quarkiverse.githubapp</groupId>
<artifactId>quarkus-github-app-parent</artifactId>
<version>2.8.2</version>
<version>2.8.3</version>
<name>Quarkus - GitHub App - Parent</name>

<packaging>pom</packaging>
@@ -27,7 +27,7 @@
<dependency-plugin.version>3.8.1</dependency-plugin.version>
<surefire-plugin.version>3.5.2</surefire-plugin.version>
<jandex-plugin.version>3.2.3</jandex-plugin.version>
<assertj.version>3.26.3</assertj.version>
<assertj.version>3.27.3</assertj.version>

<quarkus-github-api.version>1.322.0</quarkus-github-api.version>
<airline.version>3.0.0</airline.version>
@@ -157,7 +157,7 @@
<url>https://github.com/quarkiverse/quarkus-github-app</url>
<connection>scm:git:git@github.com:quarkiverse/quarkus-github-app.git</connection>
<developerConnection>scm:git:git@github.com:quarkiverse/quarkus-github-app.git</developerConnection>
<tag>2.8.2</tag>
<tag>2.8.3</tag>
</scm>

<issueManagement>
5 changes: 3 additions & 2 deletions runtime/pom.xml
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.githubapp</groupId>
<artifactId>quarkus-github-app-parent</artifactId>
<version>2.8.2</version>
<version>2.8.3</version>
<relativePath>../pom.xml</relativePath>
</parent>

@@ -64,7 +64,8 @@
</dependency>
<dependency>
<groupId>org.graalvm.sdk</groupId>
<artifactId>graal-sdk</artifactId>
<artifactId>nativeimage</artifactId>
<scope>provided</scope>
</dependency>
</dependencies>

2 changes: 1 addition & 1 deletion testing/pom.xml
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.githubapp</groupId>
<artifactId>quarkus-github-app-parent</artifactId>
<version>2.8.2</version>
<version>2.8.3</version>
<relativePath>../pom.xml</relativePath>
</parent>

2 changes: 1 addition & 1 deletion ui/pom.xml
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.githubapp</groupId>
<artifactId>quarkus-github-app-parent</artifactId>
<version>2.8.2</version>
<version>2.8.3</version>
<relativePath>../pom.xml</relativePath>
</parent>