Files
spring-boot/spring-boot-project
Phillip Webb e4164d0143 Fix package tangle in endpoint package
Fix package tangle in the actuator endpoint package by relocating a
few classes.

The `Producible` and `ProducibleOperationArgumentResolver` classes have
been moved from `endpoint.annotation` to `endpoint` since they aren't
directly tied to annotations.

The `ApiVersion` class has been moved from `endpoint.http` to
`endpoint` since it needs to implement `Producible` and isn't really
tied to HTTP.

Closes gh-25914
2021-04-07 16:54:37 -07:00
..
2021-03-30 20:52:38 +01:00
2021-03-29 14:39:17 +01:00
2021-04-06 14:59:13 -07:00
2021-03-16 20:25:41 +00:00
2021-04-04 11:12:03 +02:00