This is an automated email from the ASF dual-hosted git repository.
ahuber pushed a commit to branch maintenance-branch
in repository https://gitbox.apache.org/repos/asf/causeway.git
The following commit(s) were added to refs/heads/maintenance-branch by this
push:
new d27066bee00 [v2] adds to changelog (docs)
d27066bee00 is described below
commit d27066bee0083f669c285b903086abe2ec6ce3fc
Author: andi-huber <[email protected]>
AuthorDate: Tue Jan 20 06:59:14 2026 +0100
[v2] adds to changelog (docs)
---
adoc/changelog.adoc | 1 +
adoc/ci-instructions.adoc | 14 ++++++++++++++
2 files changed, 15 insertions(+)
diff --git a/adoc/changelog.adoc b/adoc/changelog.adoc
index cb4be85de74..17352b77b9c 100644
--- a/adoc/changelog.adoc
+++ b/adoc/changelog.adoc
@@ -7,6 +7,7 @@
⭐ New Features
+- bringing in some API changes from v4, deprecating API in v2
https://issues.apache.org/jira/browse/CAUSEWAY-3955[CAUSEWAY-3955]
- (re-)enables CI test jobs for v2 commits and pull requests
- cleaning up POMs, e.g. removes release related profiles
diff --git a/adoc/ci-instructions.adoc b/adoc/ci-instructions.adoc
index 2f87bb3fa76..b4e6b58d696 100644
--- a/adoc/ci-instructions.adoc
+++ b/adoc/ci-instructions.adoc
@@ -1,6 +1,20 @@
One can setup a gitlab repository just for the purpose of
building and deploying _Causeway_ artifacts.
+== Gitlab Runner Configuration
+
+[source,yaml]
+.config.toml
+----
+[[runners]]
+...
+output_limit -> limits the max output log size of the build, defaults to
(4096) 4MB, we recommend 10000
+----
+
+see also https://docs.gitlab.com/runner/configuration/advanced-configuration/
+
+== Pipeline Definition
+
A build script could look like:
[source,yaml]