Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
spring-boot-admin
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
openSource
spring-boot-admin
Commits
92ac376d
Commit
92ac376d
authored
Apr 17, 2018
by
Johannes Edmeier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated the section on changes for 2.x
parent
70780924
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
10 deletions
+18
-10
changes-2.x.adoc
spring-boot-admin-docs/src/main/asciidoc/changes-2.x.adoc
+18
-10
No files found.
spring-boot-admin-docs/src/main/asciidoc/changes-2.x.adoc
View file @
92ac376d
...
...
@@ -2,7 +2,7 @@
== Monitoring Spring Boot 1.5.x ==
It is possible to monitor Spring Boot 1.5.x applications with Spring Boot Admin 2.x. The old Spring Boot Admin Client is
able to register at a newer server. Since the API has slight changes, you need to set the following property:
able to register at a newer server. Since the API has slight changes, you need to set the following property
on old clients
:
. Reconfigure the api path for Spring Boot Admin Client 1.5.x:
+
...
...
@@ -17,26 +17,34 @@ As some of the actuator endpoints changed with the Spring Boot 2 release not all
== Changes with 2.x ==
* Added stable automatic-module-name to all jars
=== UI
* Rewritten ui using vue.js
* Integrated ui-login module into the main ui module
* Removed ui-activiti module, as it was only used rarely
* Removed Hystrix-Dashboard integration (subject to change)
* Added support for the session endpoint
* Added display of the
registered
metadata
* Added display of the
(sanitized)
metadata
* Added option to reset loglevels
* Added wallboard view
=== Backend
* Moved all classes to the `spring.boot.admin.server` package
* Added stable automatic-module-name
* Redesigned backend based on event sourcing principles
* Moved endpoint detection to the backend by querying the `/actuator`-index
* Added the concept of applications (consisting of 1 to n instances) to the backend
* Removed Zuul
* Redesigned backend using event sourcing principles
* Added concept of applications (consisting of 1 to n instances)
* Moved endpoint detection to the backend by querying the `/actuator`-index or by probing via OPTIONS request
* Replaced Zuul with a custom proxy using the WebClient
* Removed dependency on spring-cloud-starter
* Added CompositeHttpHeadersProvider to support multiple HttpHeadersProviders
* Added `CompositeHttpHeadersProvider` to support multiple `HttpHeadersProviders` at the same time
* Added `InstanceExchangeFilterFunction`s which allows to intercept/modify the requests to the monitored instances
* Added out-of-the-box support for CloudFoundry
* Added support for Spring Boot 1.5.x actuator endpoints using `LegacyEndpointConverters`
* Update `OpsGenieNotifier` to api v2
* Rewritten the `MailNotifier` to use Thymeleaf templates
=== Client
* Moved all properties to `spring.boot.admin.client.*` and `spring.boot.admin.client.instance.*`
* Moved all classes to the `spring.boot.admin.client` package
* Added s
table automatic-module-name
*
Supports webflux and servlet based applications
* Added s
upport webflux applications
*
Added out-of-the-box support for CloudFoundry
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment