Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## 8.1.14 - 2025-11-25
### Changed
- Remove metric relocations for apiary-gluesync-listener because Spring doesn't find those in bean initialisation.

## 8.1.13 - 2025-11-13
### Changed
- Upgrade maven shade plugin to `3.6.1` (was `3.1.1`).
Expand Down
10 changes: 0 additions & 10 deletions hive-event-listeners/apiary-gluesync-listener/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -175,16 +175,6 @@
<pattern>org.apache.http</pattern>
<shadedPattern>${shade.prefix}.org.apache.http</shadedPattern>
</relocation>
<!-- Micrometer and prometheus are not part of Hive Metastore libraries.
Ensuring version take precedence -->
<relocation>
<pattern>io.micrometer</pattern>
<shadedPattern>${shade.prefix}.io.micrometer</shadedPattern>
</relocation>
<relocation>
<pattern>io.prometheus</pattern>
<shadedPattern>${shade.prefix}.io.prometheus</shadedPattern>
</relocation>
</relocations>
</configuration>
</execution>
Expand Down
Loading