store icon indicating copy to clipboard operation
store copied to clipboard

High-Performance Java-Native-Persistence. Store and load any Java Object Graph or Subgraphs partially, Relieved of Heavy-weight JPA. Microsecond Response Time. Ultra-High Throughput. Minimum of Latenc...

Results 69 store issues
Sort by recently updated
recently updated
newest added

## Environment Details * EclipseStore Version: 1.0.0 * JDK version: /eclipse_adoptium-21-amd64-linux/jdk-21.0.1+12 * OS: os.arch = amd64 os.name = Linux os.version = 6.1.61-85.141.amzn2023.x86_64 * Used frameworks: None. ## Describe the bug...

Eclipse Store seems to add a lot of additional objects in memory. Is there an option to load a real "read-only" model without that overhead? The "Read-Only" mode seems only...

The layer entity generator can handle this: ```java public interface Product extends ProductItem { List> items(); } ``` but no this - **why**? ```java public interface Product extends ProductItem {

**Please consider adding the below example code to the relevant ES documentation sections - it may save Gradle users headaches and frustrations.** A Gradle user migth attempt to add ES...

## Environment Details * EclipseStore Version: 1.3.1 * JDK version: 21.0.2 * OS: MacOs Sonoma ## Describe the bug **This is not really a bug, but rather a suggestion to...

## Environment Details * EclipseStore Version: 1.3.1 * JDK version:17 * OS:Linux * Used frameworks: e.g. MicroFramework X, SpringBoot 3.2.3 ## Describe the bug Restarted my docker and got this...

Excuse me, if I directly use the following case, I will report a null exception. What is the problem? //Application specific root instance Final DataRoot root=new DataRoot(); //Initialize a storage...

### Discussed in https://github.com/eclipse-store/store/discussions/203 Originally posted by **hrstoyanov** April 16, 2024 Hello, I register a ```TsidHandler``` into ES: ```java return EmbeddedStorageFoundation.New() .setConfiguration(StorageConfiguration.Builder() .setStorageFileProvider(storageLiveFileProvider) .setChannelCountProvider(StorageChannelCountProvider.New(channelCount)) .setBackupSetup(storageBackupSetup) .createConfiguration()) .onConnectionFoundation(BinaryHandlersJDK8::registerJDK8TypeHandlers) .onConnectionFoundation(BinaryHandlersJDK17::registerJDK17TypeHandlers) .onConnectionFoundation(f ->...

bug

thanks @hg-ms do you think it might be of interest for you guys to incorporate some sort of a listener API for this inside the code? I am thinking about...

enhancement

Consider using this (perfectly legit ) java hack : ``` public interface ExceptionUtils { /** * Rethrow an {@link java.lang.Throwable} preserving the stack trace but making it unchecked. * *...

enhancement