Johannes Rabauer

Results 16 issues of Johannes Rabauer

The backup functionality is great in MicroStream. It saves gigabytes of data within in seconds to the disk. If i zip any backuped folder the gigabytes of data are shrunken...

## Environment Details * MicroStream Version: 05.00.02-MS-GA / 07.00.00-MS-GA * JDK version: 17 * OS: Windows 10 ## Describe the bug Given i have following enum: ``` public enum ExampleEnum...

Currently there is only one character allowed to seperate columns. Unfortunatly you can't use \t to use a tabulator as a seperator

enhancement
help wanted

## What's changed? Tried to write a test for Issue #3978 I could not compile the project unfortunately, because of some problems with gradle. Tried the class in a different...

enhancement

## What version of OpenRewrite are you using? I am using - OpenRewrite v2.6.3 - Maven v3.9.5 - rewrite-maven-plugin 5.21.0 - org.openrewrite:rewrite-java:8.13.4 ## How are you running OpenRewrite? I am...

bug

## Is your feature request related to a problem? Please describe. Whenever you must change some Object-Reference to a Lazy-Reference it is quite difficult, because it is a big change...

## Is your feature request related to a problem? Please describe. For beginners with MicroStream it's kind of hard to understand, what exactly should get stored. (Always store "Reference holder",...

## Is your feature request related to a problem? Please describe. It is possible to store objects in the storage, even if they have no connection to any root-object. This...

enhancement

I'm initialising my MicroStream-Datastore with the following code: ``` public static final EmbeddedStorageFoundation createStorageFoundation( final File directory ) { final EmbeddedStorageFoundation foundation = EmbeddedStorage.Foundation(); foundation.onConnectionFoundation( f -> { f .setTypeDictionaryIoHandler(...

### Expected Behavior The application should have started without logging a warning ### Actual Behaviour After application was configured to use java 21 - at startup, the application logs this...