v5.0.1 (2026-07-14)
<dependency>
<groupId>net.hasor</groupId>
<artifactId>hasor-core</artifactId>
<version>5.0.1</version>
</dependency>
This version primarily changes build and release workflows. Core/Web runtime logic and public API signatures remain unchanged.
Scope
- Core/Web source builds and artifact publishing
Changes
- Improved
- Add Gradle multi-module configuration for module dependencies, testing, packaging, and publishing.
- Update version management and release scripts for the new build workflow.
- Correct the return-value documentation of
AppContext.findBindingProviderto match itsSuppliersignature.
Upgrade notes
- Upgrading from 5.0.0 does not require business code changes for this build update; the Java 17 baseline remains unchanged.
- Use the repository Gradle Wrapper when building Hasor from source. Business projects consuming Hasor through Maven do not need to change build tools.