Skip to content

feat(probe,playground): split connector bundles, duckdb probe and Jav… - #57

Merged
stbischof merged 1 commit into
eclipse-daanse:mainfrom
stbischof:feat/rowset-packages-split
Aug 17, 2026
Merged

feat(probe,playground): split connector bundles, duckdb probe and Jav…#57
stbischof merged 1 commit into
eclipse-daanse:mainfrom
stbischof:feat/rowset-packages-split

Conversation

@stbischof

Copy link
Copy Markdown
Contributor

…a 25

The probe serves the split connector bundles, without which a request type is not recognised. Its stand-in identity carries the role Administrator, since roles are intersected with the catalog's own and a name no catalog knows leaves the caller with none. Two system properties choose the port and whether the endpoint challenges.

The probe database moves from H2 to duckdb, in memory and reading its CSVs itself. The playground picks up the same connector split.

The start scripts refuse anything below Java 25: every bundle declares osgi.ee=JavaSE-25, and on an older runtime the framework comes up while most bundles never resolve and the endpoint is simply absent.

…a 25

The probe serves the split connector bundles, without which a request type is
not recognised. XMLA runs on the single Jetty whiteboard server (8080, /xmla);
the separate JDK HTTP server is gone. The stand-in identity carries the role
Administrator, since roles are intersected with the catalog's own and a name
no catalog knows leaves the caller with none. The system property
daanse.probe.requireLogin chooses whether the endpoint challenges.

The probe database moves from H2 to duckdb, in memory and reading its CSVs
itself; the container image is Debian based since the DuckDB natives need
glibc. The playground picks up the same connector split.

The start scripts refuse anything below Java 25: every bundle declares
osgi.ee=JavaSE-25, and on an older runtime the framework comes up while most
bundles never resolve and the endpoint is simply absent.

Signed-off-by: Stefan Bischof <stbischof@bipolis.org>
@stbischof
stbischof merged commit 3991e8f into eclipse-daanse:main Aug 17, 2026
6 of 9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant