From a05497dc861d3ee3b4d7b73999ea96479886b2d1 Mon Sep 17 00:00:00 2001 From: Dennis Labordus Date: Thu, 16 Sep 2021 11:13:18 +0200 Subject: [PATCH 1/3] Added ording to the list of SCLs Signed-off-by: Dennis Labordus --- README.md | 2 +- .../scl/data/repository/CompasSclDataBaseXRepository.java | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c648bca7..32dd7b80 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Check [basexhttp on DockerHub](https://hub.docker.com/r/basex/basexhttp/) for a You can run your application in dev mode that enables live coding using: ```shell script -./mvnw package io.quarkus:quarkus-maven-plugin:2.0.0.Final:dev +./mvnw package io.quarkus:quarkus-maven-plugin:2.2.2.Final:dev ``` > **_NOTE:_** Quarkus now ships with a Dev UI, which is available in dev mode only at http://localhost:8080/q/dev/. diff --git a/repository-basex/src/main/java/org/lfenergy/compas/scl/data/repository/CompasSclDataBaseXRepository.java b/repository-basex/src/main/java/org/lfenergy/compas/scl/data/repository/CompasSclDataBaseXRepository.java index aebd8d84..5d1b69ee 100644 --- a/repository-basex/src/main/java/org/lfenergy/compas/scl/data/repository/CompasSclDataBaseXRepository.java +++ b/repository-basex/src/main/java/org/lfenergy/compas/scl/data/repository/CompasSclDataBaseXRepository.java @@ -98,6 +98,7 @@ public List list(SclType type) { " let $latestScl := local:latest-version($db, $id)\n" + " let $version := $latestScl//scl:SCL/scl:Header/@version\n" + " let $name := $latestScl//scl:SCL/scl:Private[@type='" + COMPAS_SCL_EXTENSION_TYPE + "']/compas:" + COMPAS_SCL_NAME_EXTENSION + "\n" + + " order by fn:lower-case($name)\n" + " return '' || $id || '' || $name || '' || $version || ''", sclDataMarshaller::unmarshal); } From 67ae78c100e04cfce72e6b7f3750bc55031703e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Sep 2021 11:19:58 +0000 Subject: [PATCH 2/3] Bump quarkus.platform.version from 2.2.2.Final to 2.2.3.Final Bumps `quarkus.platform.version` from 2.2.2.Final to 2.2.3.Final. Updates `quarkus-universe-bom` from 2.2.2.Final to 2.2.3.Final - [Release notes](https://github.com/quarkusio/quarkus-platform/releases) - [Commits](https://github.com/quarkusio/quarkus-platform/compare/2.2.2.Final...2.2.3.Final) Updates `quarkus-maven-plugin` from 2.2.2.Final to 2.2.3.Final --- updated-dependencies: - dependency-name: io.quarkus:quarkus-universe-bom dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.quarkus:quarkus-maven-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- app/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/pom.xml b/app/pom.xml index 4826d014..669e0293 100644 --- a/app/pom.xml +++ b/app/pom.xml @@ -18,7 +18,7 @@ SPDX-License-Identifier: Apache-2.0 jar - 2.2.2.Final + 2.2.3.Final From 30e5ff7b756725b94b71a3829d62a393bfe39d7c Mon Sep 17 00:00:00 2001 From: Rob Tjalma Date: Mon, 20 Sep 2021 14:47:59 +0200 Subject: [PATCH 3/3] 2.2.2 to 2.2.3 Quarkus version Signed-off-by: Rob Tjalma --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 32dd7b80..27db3a19 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Check [basexhttp on DockerHub](https://hub.docker.com/r/basex/basexhttp/) for a You can run your application in dev mode that enables live coding using: ```shell script -./mvnw package io.quarkus:quarkus-maven-plugin:2.2.2.Final:dev +./mvnw package io.quarkus:quarkus-maven-plugin:2.2.3.Final:dev ``` > **_NOTE:_** Quarkus now ships with a Dev UI, which is available in dev mode only at http://localhost:8080/q/dev/.