File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
runtime/service/src/main/java/org/apache/polaris/service/legacy Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -32,8 +32,6 @@ request adding CHANGELOG notes for breaking (!) changes and possibly other secti
3232### Upgrade Notes
3333
3434- Amazon RDS plugin enabled, this allows polaris to connect to AWS Aurora PostgreSQL using IAM authentication.
35- - The EclipseLink Persistence implementation has been deprecated since 1.0.0 and will be completely removed
36- in 1.3.0 or in 2.0.0 (whichever happens earlier).
3735
3836### Breaking Changes
3937
@@ -53,6 +51,11 @@ request adding CHANGELOG notes for breaking (!) changes and possibly other secti
5351### Deprecations
5452
5553* The property ` polaris.active-roles-provider.type ` is deprecated and has no effect anymore.
54+ - The EclipseLink Persistence implementation has been deprecated since 1.0.0 and will be completely removed
55+ in 1.3.0 or in 2.0.0 (whichever happens earlier).
56+ - The legacy management endpoints at ` /metrics ` and ` /healthcheck ` have been deprecated in 1.2.0 and will be
57+ completely removed in 1.3.0 or in 2.0.0 (whichever happens earlier). Please use the standard management
58+ endpoints at ` /q/metrics ` and ` /q/health ` instead.
5659
5760### Fixes
5861
Original file line number Diff line number Diff line change 2424import org .eclipse .microprofile .config .inject .ConfigProperty ;
2525
2626@ ApplicationScoped
27+ @ Deprecated (forRemoval = true )
2728public class LegacyManagementEndpoints {
2829
2930 public void registerLegacyManagementRoutes (
You can’t perform that action at this time.
0 commit comments