This is an automated email from the ASF dual-hosted git repository.
kwin pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git
The following commit(s) were added to refs/heads/trunk by this push:
new 81e14147ad Fix links in known issues documentation page
81e14147ad is described below
commit 81e14147ad0afdbfba2a3d4aed3456fc06906a45
Author: Konrad Windszus <[email protected]>
AuthorDate: Wed Jul 2 14:20:53 2025 +0200
Fix links in known issues documentation page
---
oak-doc/src/site/markdown/known_issues.md | 15 +++++++--------
1 file changed, 7 insertions(+), 8 deletions(-)
diff --git a/oak-doc/src/site/markdown/known_issues.md
b/oak-doc/src/site/markdown/known_issues.md
index 559e35ac25..c5ca02322a 100644
--- a/oak-doc/src/site/markdown/known_issues.md
+++ b/oak-doc/src/site/markdown/known_issues.md
@@ -18,28 +18,27 @@
Known issues
============
All known issues are listed in the Apache
[JIRA](https://issues.apache.org/jira/browse/OAK).
-Changes with respect to Jackrabbit-core are collected in [OAK-14]
-(https://issues.apache.org/jira/browse/OAK-14) and its sub-tasks.
+Changes with respect to Jackrabbit-core are collected in
[OAK-14](https://issues.apache.org/jira/browse/OAK-14)
+and its sub-tasks.
* Workspace Operations:
* Cross workspace operations are not implemented yet
- See [OAK-118](https://issues.apache.org/jira/browse/OAK-118)
+ ([OAK-118](https://issues.apache.org/jira/browse/OAK-118))
* Workspace Management (creating/deleting workspaces) is not implemented
yet
- See [OAK-118](https://issues.apache.org/jira/browse/OAK-118)
+ ([OAK-118](https://issues.apache.org/jira/browse/OAK-118))
* Observation queues handling
* With an excessively large commit rate, the observation queues can fill up
and if not prevented and the queue hits a certain threshold and/or the
limit
then it would result in Local events reported as external event
- [OAK-2683][OAK-2683]
+ ([OAK-2683][OAK-2683])
* Changing an observation listener's filter:
* Prefiltering of observation queues means that if an observation
listener's
filter is changed, that new filter will only fully be applied to newly
added changes to the observation queues. Those changes that potentially
were still in the queue will have gone through both the old prefilter
- and the new (post-)filter. [OAK-5208]
+ and the new (post-)filter ([OAK-5208][OAK-5208])
-[OAK-300]: https://issues.apache.org/jira/browse/OAK-300
[OAK-2683]: https://issues.apache.org/jira/browse/OAK-2683
-[OAK-5208]: https://issues.apache.org/jira/browse/OAK-5208
\ No newline at end of file
+[OAK-5208]: https://issues.apache.org/jira/browse/OAK-5208