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
* Performance fixes
- HTTP_CLIENT is now static and includes a connection timeout
- StackableAuthorizer only constructs a single instance of StackableAccessControlEnforcer
- StackableAccessControlEnforcer does not serialize to JSON twice anymore
- Spotless formatting applied to code
* Dependency updates & spotless run
This updates various dependencies (plugins and normal ones).
One thing of note is that it updates error-prone which requires JDK 17 to build. We can still target Java 11 but the actual JDK executing the build needs to be 17 or later.
It also moves spotless to automatically run at compile time.
Maven version 3.6.3 or up is now required.
* Fix changelog
* Add changelog entry
* Fix changelog entry
* Update POM
* Spotless run
* chore: Add second newline in CHANGELOG.md to make spotless happy
---------
Co-authored-by: Sebastian Bernauer <sebastian.bernauer@stackable.tech>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,9 +8,11 @@ All notable changes to this project will be documented in this file.
8
8
9
9
- Bump okio to 1.17.6 to get rid of CVE-2023-3635 ([#46])
10
10
- Performance fixes ([#50])
11
+
- Updates various dependencies and does a full spotless run. This will now require JDK 17 or later to build (required by later error-prone versions), the build target is still Java 11 [#51]
* Wrapper around {@link UserGroupInformation}, which does not throw random errors during serialization when no primary
22
-
* group is known for the user.
23
-
* "Caused by: com.fasterxml.jackson.databind.JsonMappingException: Unexpected IOException (of type java.io.IOException): There is no primary group for UGI hive/hive-iceberg.default.svc.cluster.local@KNAB.COM (auth:KERBEROS)"
0 commit comments