You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(core): replace jakarta annotation with jspecify for nullability - Replace jakarta.annotation.Nonnull with org.jspecify.annotations.NonNull - Replace jakarta.annotation.Nullable with org.jspecify.annotations.Nullable - Update build.gradle.kts to use jspecify dependency instead of jakarta.annotation.api - Update libs.versions.toml to reference jspecify version 1.0.0 - Apply jspecify annotations consistently across all affected classes - Remove deprecated jakarta annotation imports from all files
chore(release): bump version to 2.15.0 - Updated project version from 2.13.5 to 2.15.0 in gradle.properties - Prepared for next release cycle with version increment
build(ci): update Sonatype publishing credentials and API endpoint (#824) - Update nexusPublishing configuration with correct API endpoint - Replace MAVEN_USERNAME/PASSWORD with SONATYPE_USERNAME/PASSWORD - Update GitHub Actions workflow to use new credentials