This is an automated email from the ASF dual-hosted git repository.
ahuber pushed a commit to branch v4
in repository https://gitbox.apache.org/repos/asf/causeway.git
The following commit(s) were added to refs/heads/v4 by this push:
new 17cd1c27924 Bump org.webjars:datatables from 2.3.0 to 2.3.2 (part 2)
17cd1c27924 is described below
commit 17cd1c279249c9eafd0ba021ae8efa971f15286d
Author: Andi Huber <[email protected]>
AuthorDate: Mon Aug 4 07:15:22 2025 +0200
Bump org.webjars:datatables from 2.3.0 to 2.3.2 (part 2)
---
.../causeway/core/config/environment/CausewaySystemEnvironment.java | 3 ++-
.../viewer/wicket/ui/pages/common/datatables/DatatablesDotNet.java | 2 +-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git
a/core/config/src/main/java/org/apache/causeway/core/config/environment/CausewaySystemEnvironment.java
b/core/config/src/main/java/org/apache/causeway/core/config/environment/CausewaySystemEnvironment.java
index 132244f9cba..9aff22a04ea 100644
---
a/core/config/src/main/java/org/apache/causeway/core/config/environment/CausewaySystemEnvironment.java
+++
b/core/config/src/main/java/org/apache/causeway/core/config/environment/CausewaySystemEnvironment.java
@@ -45,7 +45,8 @@
* Represents configuration, that is required in an early bootstrapping phase.
* Regarded immutable during an application's life-cycle.
*
- * @implNote acts as the framework's bootstrapping entry-point for Spring
+ * @apiNote acts as the framework's bootstrapping entry-point for Spring
+ * @implNote not a record, since {@link SpringContextHolder} reference is
cleared on pre-destroy
* @since 2.0
*/
@Service
diff --git
a/viewers/wicket/ui/src/main/java/org/apache/causeway/viewer/wicket/ui/pages/common/datatables/DatatablesDotNet.java
b/viewers/wicket/ui/src/main/java/org/apache/causeway/viewer/wicket/ui/pages/common/datatables/DatatablesDotNet.java
index 892f34edb7b..bf13106d201 100644
---
a/viewers/wicket/ui/src/main/java/org/apache/causeway/viewer/wicket/ui/pages/common/datatables/DatatablesDotNet.java
+++
b/viewers/wicket/ui/src/main/java/org/apache/causeway/viewer/wicket/ui/pages/common/datatables/DatatablesDotNet.java
@@ -25,7 +25,7 @@
@RequiredArgsConstructor
enum DatatablesDotNet {
- VERSION("2.3.0");
+ VERSION("2.3.2");
@Getter @Accessors(fluent = true)
private final String literal;