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.
-
Added JPA configuration for SocketAdded
SocketEzyJpaConfigurationto automatically initialize and provide a sharedDataSourcefor applications and plugins running on the Socket Server. This simplifies database connectivity and eliminates the need for each module to initialize its own DataSource. -
Added Shared DataSource reuseIf the
sharedDataSourcebean has already been registered, the platform automatically reuses the existing DataSource. Otherwise, EzyPlatform automatically creates a newDataSourceusing thedatasourceconfiguration group, providing a consistent database configuration mechanism across applications and plugins. -
Updated EzyFox BootUpgraded
ezyfox-bootfrom1.1.2to1.1.5, allowing EzyPlatform to benefit from the latest improvements and updates available in EzyFox Boot.