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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+74Lines changed: 74 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,80 @@ Notable changes to the ObjectBox Java library.
4
4
5
5
For more insights into what changed in the database libraries, [check the ObjectBox C changelog](https://github.com/objectbox/objectbox-c/blob/main/CHANGELOG.md).
6
6
7
+
## 5.3.0 - 2026-03-10
8
+
9
+
- Gradle plugin: to apply the plugin, it is no longer necessary to add a manual mapping of the plugin ID in your
10
+
projects Gradle settings file. This was resolved by publishing Gradle plugin marker artifacts.
bottom ="Available under the Apache License, Version 2.0 - <i>Copyright © 2017-2025 <a href=\"https://objectbox.io/\">ObjectBox Ltd</a>. All Rights Reserved.</i>"
118
+
overview = customOverview.toString()
119
+
bottom ="Available under the Apache License, Version 2.0 - <i>Copyright © 2017-2026 <a href=\"https://objectbox.io/\">ObjectBox Ltd</a>. All Rights Reserved.</i>"
120
+
// Customize the default stylesheet https://docs.oracle.com/en/java/javase/21/javadoc/javadoc-css-themes.html
121
+
// Note: the javadoc option is "--add-stylesheet", but addStringOption already ads a single dash ("-")
0 commit comments