What's new in EzyPlatform 1.4.4?

This release focuses on improving database connection configuration and DataSource sharing for applications and plugins running on the Socket Server, while also updating the EzyFox Boot version.
  1. Added JPA configuration for Socket
    Added SocketEzyJpaConfiguration to automatically initialize and provide a shared DataSource for applications and plugins running on the Socket Server. This simplifies database connectivity and eliminates the need for each module to initialize its own DataSource.
  2. Added Shared DataSource reuse
    If the sharedDataSource bean has already been registered, the platform automatically reuses the existing DataSource. Otherwise, EzyPlatform automatically creates a new DataSource using the datasource configuration group, providing a consistent database configuration mechanism across applications and plugins.
  3. Updated EzyFox Boot
    Upgraded ezyfox-boot from 1.1.2 to 1.1.5, allowing EzyPlatform to benefit from the latest improvements and updates available in EzyFox Boot.