Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create own Jackson module for Spring Boot Admin Server (codecentric#1404 … #5

Merged
merged 53 commits into from
Aug 4, 2020

Conversation

igit-cn
Copy link
Owner

@igit-cn igit-cn commented Aug 4, 2020

Create own Jackson module for Spring Boot Admin Server (codecentric#1404

srempfer and others added 30 commits April 27, 2020 08:22
* Fix code style issue

* Create own Jackson module for Spring Boot Admin Server

preparation for #1348
…sn't accidentally recognized as "homepath"

fixes #1342
This commit adds a Jackson module, which allows for easy (de-)serialization of the InstanceEvents.

fixes #1348
Had to change some LegacyEndpointConvertersTest fixtures because of: https://github.com/FasterXML/jackson/wiki/Jackson-Release-2.11#changes-behavior
* had to remove Wiremock @rule as there is no official equivalent for
JUnit5
closes #1428

Co-authored-by: Dušan Markovič <[email protected]>
When server.servlet.context-path is set the context-path is used as base
href and therefore in order for the browser to correctly resolve the url
the path for the extensions must not start with /

fixes #1426
The logfile related property names to activate the logfile actuator endpoints have changed in Spring Boot 2.3.0. This commit updates the documentation to reflect this.
Lursun and others added 23 commits June 2, 2020 09:51
this fixes important beans for background tasks not
being initialized when having lazy initialization enabled

fixes #1444
Use the axios object (which sets the baseUrl) instead of the axios module itself.

fixes #1338 #1341
When using eureka in combination with other service discovery implementations,
we are more lenient by just using the default conversion for the health-url.

fixes #1448
align with  org.springframework.http.codec.FormHttpMessageReader#readMono
The Pyctuator project allows integrating Python web applications with
Spring Boot Admin. This commit updates the documentation with a short
example and pointers to further documentation on Pyctuator's main
repository.
when using org.springframework.core.io.buffer.DataBufferFactory#wrap(java.nio.ByteBuffer),
the underground ByteBuf is wrapped, it'll cause use the released ByteBuf. which can be reproduced use a large size object.
when not released as the last version, it also has the same problem when the body use
more than once. Refer to org.springframework.core.codec.ByteBufferDecoder#decode
Currently, the DefaultServiceInstanceConverter is accessing the metadata to override the address, port and path for management access. There is not way to override the scheme, this is purely set based on getServiceUrl's scheme.

With this change, the scheme is overridable too. Without setting management.scheme to override it, the previous behavior is not breaking.
@igit-cn igit-cn merged commit e1d82f0 into igit-cn:master Aug 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.