From: Juri L. <no...@gi...> - 2025-05-02 14:16:23
|
Branch: refs/heads/release/exist-6.3.1 Home: https://github.com/eXist-db/exist Commit: 35b8c4f740ddf7e69f8ac8e6dde4726402e226ca https://github.com/eXist-db/exist/commit/35b8c4f740ddf7e69f8ac8e6dde4726402e226ca Author: Dannes Wessels <di...@us...> Date: 2025-05-02 (Fri, 02 May 2025) Changed paths: M exist-core/src/main/java/org/exist/webstart/JnlpJarFiles.java Log Message: ----------- [bugfix] Repair JNLP interface, use correct BC library Commit: 3f0031a8200fa2d16700acb21652335f3015ebe2 https://github.com/eXist-db/exist/commit/3f0031a8200fa2d16700acb21652335f3015ebe2 Author: Juri Leino <gi...@li...> Date: 2025-05-02 (Fri, 02 May 2025) Changed paths: M exist-core/src/test/java/org/exist/xquery/functions/transform/TransformFromPkgTest.java Log Message: ----------- [hotfix] fix and extend TransformFromPkgTest - load the module from existdb instead of an external source - test with and without xmldb: scheme - fix template under test to actually do something - ensure that the output is checked for correctness Commit: 4b3b4c5cdbdc67316e601c91ca069d6bab5a9c55 https://github.com/eXist-db/exist/commit/4b3b4c5cdbdc67316e601c91ca069d6bab5a9c55 Author: duncdrum <d.p...@me...> Date: 2025-05-02 (Fri, 02 May 2025) Changed paths: M .github/workflows/ci-deploy.yml M exist-docker/pom.xml Log Message: ----------- [feature] add multi-arch images see #5450 close #4151 close #5532 close #4153 Commit: 505f2010c0f26df5b8944f0410144f483e8127a8 https://github.com/eXist-db/exist/commit/505f2010c0f26df5b8944f0410144f483e8127a8 Author: duncdrum <d.p...@me...> Date: 2025-05-02 (Fri, 02 May 2025) Changed paths: M .github/workflows/ci-deploy.yml M exist-docker/pom.xml M exist-docker/src/main/resources-filtered/Dockerfile M exist-docker/src/main/resources-filtered/Dockerfile-DEBUG Log Message: ----------- [feature] multi arch for release set :release to develop-6.x.x branch Commit: 9a39bb79e2dddd46047c64a6e64ae628b6e24d45 https://github.com/eXist-db/exist/commit/9a39bb79e2dddd46047c64a6e64ae628b6e24d45 Author: duncdrum <d.p...@me...> Date: 2025-05-02 (Fri, 02 May 2025) Changed paths: M exist-docker/src/main/resources-filtered/Dockerfile M exist-docker/src/main/resources-filtered/Dockerfile-DEBUG Log Message: ----------- [fix] adjust container v6 Commit: 870a7d543f78eb61123fdeb7fc7e0769782637cf https://github.com/eXist-db/exist/commit/870a7d543f78eb61123fdeb7fc7e0769782637cf Author: duncdrum <d.p...@me...> Date: 2025-05-02 (Fri, 02 May 2025) Changed paths: M exist-docker/src/main/resources-filtered/Dockerfile Log Message: ----------- [fix] modify Docker file see fabric8io/docker-maven-plugin#1289 Commit: 8f935fec2ba890ba8a0cd4e474101eba4f98ac16 https://github.com/eXist-db/exist/commit/8f935fec2ba890ba8a0cd4e474101eba4f98ac16 Author: duncdrum <d.p...@me...> Date: 2025-05-02 (Fri, 02 May 2025) Changed paths: M .github/workflows/ci-deploy.yml Log Message: ----------- [ignore] deploy from ci Commit: b14000558b8c2b39986472e2b63bfeb97445cb5f https://github.com/eXist-db/exist/commit/b14000558b8c2b39986472e2b63bfeb97445cb5f Author: duncdrum <d.p...@me...> Date: 2025-05-02 (Fri, 02 May 2025) Changed paths: M .github/workflows/ci-deploy.yml Log Message: ----------- [ignore] disable experimental Commit: 850c9926ebc05c72dbc669f44a3eda0bdcd8bf72 https://github.com/eXist-db/exist/commit/850c9926ebc05c72dbc669f44a3eda0bdcd8bf72 Author: duncdrum <d.p...@me...> Date: 2025-05-02 (Fri, 02 May 2025) Changed paths: M .github/workflows/ci-deploy.yml Log Message: ----------- [fix] new tag dev6 keep :latest and :release tags aligned add dev:6 tag for snapshots from develop-6.x.x see #3953 Commit: cb4e4fac23a53b2057eb3dca33c5995175256792 https://github.com/eXist-db/exist/commit/cb4e4fac23a53b2057eb3dca33c5995175256792 Author: Juri Leino <gi...@li...> Date: 2025-05-02 (Fri, 02 May 2025) Changed paths: M exist-core/src/main/java/org/exist/source/SourceFactory.java M exist-core/src/main/java/org/exist/xquery/XQueryContext.java A exist-core/src/test/java/org/exist/xquery/ModuleImportTest.java A exist-core/src/test/resources-filtered/org/exist/xquery/conf.xml Log Message: ----------- [bugfix] allow module imports in one-off xqueries fixes #5525 fixes #5530 - add functx to autodeploy for xquery tests - add tests for one-off queries with module imports - of a registered module without location hint - of a module with location hint - change XQueryContext to allow imports again - change SourceFactory to work with contextPath set to "." Commit: 17ae3eb8f264844cd1e26388e2dfd6e8f880ca3e https://github.com/eXist-db/exist/commit/17ae3eb8f264844cd1e26388e2dfd6e8f880ca3e Author: Juri Leino <gi...@li...> Date: 2025-05-02 (Fri, 02 May 2025) Changed paths: M exist-core/src/main/java/org/exist/xslt/XsltURIResolverHelper.java A exist-core/src/test/java/org/exist/xquery/functions/transform/ImportStylesheetTest.java R exist-core/src/test/java/org/exist/xquery/functions/transform/TransformFromPkgTest.java Log Message: ----------- [bugfix] registered import-uris have precedence When importing stylesheets the URIs are resolved in order - registered import-uris in package repo - XMLDB-locations (relative, absolute and with or without scheme) - any other location is treated as an exteranal source The test class and its cases were renamed to reflect their purpose. Some inline comments were added to help describing the intent. Commit: 367860ff8eed51778473a8fc4eb74324169fd13c https://github.com/eXist-db/exist/commit/367860ff8eed51778473a8fc4eb74324169fd13c Author: Patrick Reinhart <pa...@re...> Date: 2025-05-02 (Fri, 02 May 2025) Changed paths: M exist-parent/pom.xml Log Message: ----------- [bugfix] Update IzPack to 5.2.4 to fix #5661 Signed-off-by: Patrick Reinhart <pa...@re...> Commit: ab6ce4525146acb7532fd359594e13d153437ef4 https://github.com/eXist-db/exist/commit/ab6ce4525146acb7532fd359594e13d153437ef4 Author: Patrick Reinhart <pa...@re...> Date: 2025-05-02 (Fri, 02 May 2025) Changed paths: M exist-installer/src/main/izpack/UnixShortcutSpec.xml M exist-installer/src/main/izpack/custom.eng.xml M exist-installer/src/main/izpack/install.xml M exist-installer/src/main/izpack/shortcutSpec.xml M exist-installer/src/main/izpack/userInput.xml Log Message: ----------- [bugfix] Backport IzPack validation fixes Signed-off-by: Patrick Reinhart <pa...@re...> Commit: 8640ec6ae93f947c4a78404d38f02b1d76065759 https://github.com/eXist-db/exist/commit/8640ec6ae93f947c4a78404d38f02b1d76065759 Author: Dannes Wessels <di...@us...> Date: 2025-05-02 (Fri, 02 May 2025) Changed paths: M exist-parent/pom.xml Log Message: ----------- [6.x.x] Upgrade to latest jetty 9.x version Commit: 67adb72f5fefc8f44c538c63dd0e00308cd67d05 https://github.com/eXist-db/exist/commit/67adb72f5fefc8f44c538c63dd0e00308cd67d05 Author: Dannes Wessels <di...@us...> Date: 2025-05-02 (Fri, 02 May 2025) Changed paths: M exist-core/pom.xml M exist-parent/pom.xml M extensions/modules/compression/pom.xml Log Message: ----------- [6.x.x] Upgrade third party libraries Commit: 6fcdf45068b530f42dc69fcb83b16d150d78b8c2 https://github.com/eXist-db/exist/commit/6fcdf45068b530f42dc69fcb83b16d150d78b8c2 Author: Juri Leino <gi...@li...> Date: 2025-05-02 (Fri, 02 May 2025) Changed paths: M exist-parent/pom.xml Log Message: ----------- [bugfix] reenable builds by switching to a different nexus Commit: 7e2742cc1a2912a008a49b10061ee3ceebb52e82 https://github.com/eXist-db/exist/commit/7e2742cc1a2912a008a49b10061ee3ceebb52e82 Author: Juri Leino <gi...@li...> Date: 2025-05-02 (Fri, 02 May 2025) Changed paths: M .github/workflows/ci-test.yml Log Message: ----------- [ci] increase timeout for maven build In order to populate caches the timeout for the build step is increased from 10 to 30 minutes. Commit: 4d97a218938160996d8148aecec59ceba665ca18 https://github.com/eXist-db/exist/commit/4d97a218938160996d8148aecec59ceba665ca18 Author: Juri Leino <gi...@li...> Date: 2025-05-02 (Fri, 02 May 2025) Changed paths: M exist-parent/pom.xml Log Message: ----------- [bugfix] add maven central repository mirror Commit: 70b0704f6e72467e21bcb55655250c7968675bfb https://github.com/eXist-db/exist/commit/70b0704f6e72467e21bcb55655250c7968675bfb Author: Juri Leino <gi...@li...> Date: 2025-05-02 (Fri, 02 May 2025) Changed paths: M .github/workflows/ci-test.yml Log Message: ----------- [ci] force reresolution of maven dependencies Commit: 9ab11b064b52a1fda5f09c282c9af7aa96b89c6e https://github.com/eXist-db/exist/commit/9ab11b064b52a1fda5f09c282c9af7aa96b89c6e Author: Juri Leino <gi...@li...> Date: 2025-05-02 (Fri, 02 May 2025) Changed paths: M exist-core/src/main/java/org/exist/xquery/FunctionSignature.java M exist-core/src/test/xquery/maps/maps.xqm Log Message: ----------- [fix] improve FunctionSignature.equals fixes #5685 Erroneous comparison of signatures of anonymous functions lead to wrong tail call optimizations that lead to an NPE further down the call stack. Commit: d50ccf7797d143f8d2225d5889ebc1b7097a1848 https://github.com/eXist-db/exist/commit/d50ccf7797d143f8d2225d5889ebc1b7097a1848 Author: Juri Leino <gi...@li...> Date: 2025-05-02 (Fri, 02 May 2025) Changed paths: M exist-core/src/main/java/org/exist/xquery/UserDefinedFunction.java Log Message: ----------- [fix] dump and toString methods of UserDefinedFunction Output argument names and add "as" before function return type. Commit: c26eae149611b7b85d54bde1c6fdcc04e5ae4def https://github.com/eXist-db/exist/commit/c26eae149611b7b85d54bde1c6fdcc04e5ae4def Author: Juri Leino <gi...@li...> Date: 2025-05-02 (Fri, 02 May 2025) Changed paths: M exist-core/src/main/java/org/exist/xquery/UserDefinedFunction.java Log Message: ----------- [ignore] cleanup of UserDefinedFunction - make variables final - reorder methods - add code to XPathException constructor - add annotations - fix formatting Commit: 8c791328fe0769c3efc45835b7fe4825568a1844 https://github.com/eXist-db/exist/commit/8c791328fe0769c3efc45835b7fe4825568a1844 Author: Juri Leino <gi...@li...> Date: 2025-05-02 (Fri, 02 May 2025) Changed paths: M exist-core/src/main/java/org/exist/xquery/FunctionSignature.java Log Message: ----------- [refactor] small tweaks in FunctionSignature - final value in addMetadata - simplify and combine conditions in equals - fix output of toString (" as " before returntype) - rename char constant var to ANON_VAR Commit: 4a13f8d8cf9dc10bb3df5038d503b60372840051 https://github.com/eXist-db/exist/commit/4a13f8d8cf9dc10bb3df5038d503b60372840051 Author: Juri Leino <gi...@li...> Date: 2025-05-02 (Fri, 02 May 2025) Changed paths: M exist-core/src/main/java/org/exist/xquery/FunctionSignature.java Log Message: ----------- [refactor] reorder and format FunctionSignature Commit: 2af5e37486fff1195fa4c2402964894b7bdad051 https://github.com/eXist-db/exist/commit/2af5e37486fff1195fa4c2402964894b7bdad051 Author: Juri Leino <gi...@li...> Date: 2025-05-02 (Fri, 02 May 2025) Changed paths: M .github/workflows/ci-test.yml Log Message: ----------- [ci] do not force depencency revalidation anymore Since the change to the new maven nexus is completed this will limit requests to it. Commit: 40f6c7dda505491abcc06292fd836998394c3088 https://github.com/eXist-db/exist/commit/40f6c7dda505491abcc06292fd836998394c3088 Author: Juri Leino <gi...@li...> Date: 2025-05-02 (Fri, 02 May 2025) Changed paths: M exist-installer/pom.xml Log Message: ----------- [build] only include specific props into izpack installer Compare: https://github.com/eXist-db/exist/compare/4755e2bf580e...40f6c7dda505 To unsubscribe from these emails, change your notification settings at https://github.com/eXist-db/exist/settings/notifications |