From a511aec69b5ebbed5bca862469cf14c4f8764bb6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Aug 2024 15:00:18 +0000 Subject: [PATCH 1/2] Bump quarkus.version from 3.13.2 to 3.14.0 Bumps `quarkus.version` from 3.13.2 to 3.14.0. Updates `io.quarkus:quarkus-bom` from 3.13.2 to 3.14.0 - [Release notes](https://github.com/quarkusio/quarkus/releases) - [Commits](https://github.com/quarkusio/quarkus/compare/3.13.2...3.14.0) Updates `io.quarkus:quarkus-infinispan-client` from 3.13.2 to 3.14.0 Updates `io.quarkus:quarkus-maven-plugin` from 3.13.2 to 3.14.0 Updates `io.quarkus:quarkus-extension-processor` from 3.13.2 to 3.14.0 Updates `io.quarkus:quarkus-extension-maven-plugin` from 3.13.2 to 3.14.0 - [Release notes](https://github.com/quarkusio/quarkus/releases) - [Commits](https://github.com/quarkusio/quarkus/compare/3.13.2...3.14.0) Updates `io.quarkus:quarkus-rest` from 3.13.2 to 3.14.0 Updates `io.quarkus:quarkus-junit5` from 3.13.2 to 3.14.0 --- updated-dependencies: - dependency-name: io.quarkus:quarkus-bom dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: io.quarkus:quarkus-infinispan-client dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: io.quarkus:quarkus-maven-plugin dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: io.quarkus:quarkus-extension-processor dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: io.quarkus:quarkus-extension-maven-plugin dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: io.quarkus:quarkus-rest dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: io.quarkus:quarkus-junit5 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 9c514b01..593cb3fb 100644 --- a/pom.xml +++ b/pom.xml @@ -81,7 +81,7 @@ UTF-8 UTF-8 - 3.13.2 + 3.14.0 From 9b8697b65ad77031dcf94b95f381082d77857bf9 Mon Sep 17 00:00:00 2001 From: Eddie Carpenter Date: Thu, 22 Aug 2024 10:02:43 +1200 Subject: [PATCH 2/2] Upgraded to Quarkus 3.14.0 --- .github/project.yml | 4 ++-- docs/README.adoc | 13 ------------- docs/pom.xml | 19 +++++++++---------- pom.xml | 2 +- 4 files changed, 12 insertions(+), 26 deletions(-) delete mode 100644 docs/README.adoc diff --git a/.github/project.yml b/.github/project.yml index add531b9..b0472bc4 100644 --- a/.github/project.yml +++ b/.github/project.yml @@ -1,3 +1,3 @@ release: - current-version: "2.0.1" - next-version: "2.0.2-SNAPSHOT" + current-version: "2.0.2" + next-version: "2.0.3-SNAPSHOT" diff --git a/docs/README.adoc b/docs/README.adoc deleted file mode 100644 index c97c4216..00000000 --- a/docs/README.adoc +++ /dev/null @@ -1,13 +0,0 @@ -= Antora documentation site for Quarkus LangChain4j - -To edit the documentation with live-reload, start Quarkus in dev mode - -[source,shell] ----- -$ cd docs -$ mvn quarkus:dev ----- - -Once the application has started, hit `w` to open the freshly generated site in browser. - -See https://docs.quarkiverse.io/quarkus-antora/dev/index.html[Quarkus Antora] documentation for more details. diff --git a/docs/pom.xml b/docs/pom.xml index 8a19eb40..e3ae4b2c 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -58,16 +58,15 @@ - - - - - - - - - - + + io.quarkus + quarkus-config-doc-maven-plugin + ${quarkus.version} + true + + ${project.basedir}/modules/ROOT/pages/includes/ + + maven-resources-plugin diff --git a/pom.xml b/pom.xml index 593cb3fb..112850a4 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ io.quarkiverse quarkiverse-parent - 16 + 17