ECLIPSESTORE 1.1 IS OUT

After we released EclipseStore 1.0 in November 2023, we didn’t spend too much time celebrating, but instead started working on the next features. With version 1.1 we provide the first update. The new release comes with brand-new features and some remaining modules from the previous MicroStream open source project.

Monitoring

By utilizing the Java Management Extensions (JMX) framework, EclipseStore provides a means of monitoring. It can be used with the monitoring tools of your choice.
Metrics like lazy references, memory consumption, storage statistics and many more are exposed. JMX provides a standardized way for monitoring, controlling, and managing Java applications and services, their resources, performance, and configuration. It was designed to facilitate the management of Java applications in distributed environments without the need of modifying the code.

Improved Housekeeping

EclipseStore provides a powerful houskeeping function that constantly reorganizes and optimizes the storage behind the scenes to ensure optimal performance, reliability, and robustnes. Most important aspects where houskeeping is relevant are object lifecycle management and garbage collection of unreferenced or obsolete objects in the storage to free up disk space. New: The use of an adaptive housekeeping controller will increase the time budgets on demand if the garbage collector needs more time to reach the sweeping phase.

SPRING BOOT 3 INTEGRATION

EclipseStore 1.1 comes with a Spring Boot 3 integration for configuration, logging, locking and storage manager injection to make using EclipseStore with Spring Boot 3 more convenient.

EclipseStore Is Now a JCache Provider

EclipseStore now provides a JCache (JSR-107) implementation, optionally backed by EclipseStore Storage. JCache is a standard API for caching in Java. It provides a set of common interfaces and behaviour for caching. Here are some scenarios where EclipseStore used as a JCache can be beneficial:

  • Performance improvements of traditional JPA applications,
  • frequently used data that are not expected to change frequently such as reference data, configuration settings or other static information
  • Temporary storage mechanism for holding data that is epensive to compute or fetch,
  • Caching the results of JPA queries
  • Session data caching to reduce the load on the session storage and improving the response-time of the application

EclipseStore’s underlying serialization Eclipse Serializer and storage can be utilized to get the best out of caches. For example, you are not limited to java.io.Serializable types, when storing a value. That means every key-value pair gets copied every time you put and get entries in and out of a cache. If a cache is used with a backing store, EclipseStore’s storage can be used to get the best possible performance. And now, EclipseStore, being a JCache provider, you can use it as a drop-in replacement in your existing JPA application.

Simple Network Communication

EclipseStore provides a module for simple object-based network communication over TCP connections. This module utilizes the Eclipse Serializer engine to serialize and deserialize Java objects and provides additional APIs to set up the required TCP connections.

Other minor improvements like the update of the REST client interface to the latest Vaadin version, the serialization support for Throwable, and bug fixes complete this release. The only two still remaining modules of the previous MicroStream project, Quarkus and CDI integrations, will be ported and released with the upcoming EclipseStore version 1.2.

Please, Promote & Support US

If you like and use EclipseStore, please star us on GitHub. GitHub Stars are the greatest recognition and currency for an open source project. It shows that developers like what we’re doing and this motivates us to continue working on eclipsestore with full enthusiasm. We are also very happy about mentions on blogs, in comments, articles and talks at conferences and user group meetups.

Changelog:
https://docs.eclipsestore.io/manual/intro/changelog.html

Code on GitHub:
https://github.com/eclipse-store/store/releases/tag/1.1.0

Total
0
Shares
Leave a Reply

Your email address will not be published. Required fields are marked *

Previous Post

Feb 29, 17:00 – 21:00 CET EclipseStore Advanced Part 2 – Online Training

Next Post

MARCH 13, 17:00 – 21:00 CET EclipseStore Fundamentals – Online Training

Related Posts
Secured By miniOrange