sirixdb / sirix

SirixDB is an an embeddable, bitemporal, append-only database system and event store, storing immutable lightweight snapshots. It keeps the full history of each resource. Every commit stores a space-efficient snapshot through structural sharing. It is log-structured and never overwrites data. SirixDB uses a novel page-level versioning approach.
https://sirix.io
BSD 3-Clause "New" or "Revised" License
1.13k stars 253 forks source link

Create Jigsaw modules #265

Open JohannesLichtenberger opened 4 years ago

JohannesLichtenberger commented 4 years ago

We have a pending pull request, which failed some time ago... I guess it's not much in order to fix it. We also switched to Gradle in the meantime.

btmalone commented 4 years ago

I can take a look into this if you want

JohannesLichtenberger commented 4 years ago

That would be amazing, thanks :-) Any help is highly welcome.

JohannesLichtenberger commented 4 years ago

The PR: https://github.com/sirixdb/sirix/pull/106

JohannesLichtenberger commented 4 years ago

@btmalone you're going to work on this?

btmalone commented 4 years ago

Hey! Sorry this is so late I am planning on trying to do it all this weekend.

btmalone commented 4 years ago

@JohannesLichtenberger is there the possibility for upgrading to Gradle 6.4 or higher in the near term? It looks like there is better support in for modules introduced in 6.4 as seen in the release notes

JohannesLichtenberger commented 4 years ago

Sure, if you like to you can make a PR? :)

btmalone commented 4 years ago

Sure thing!