-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Changed maven compiler to Java 17 Removed findbugs jsr305 dependency in favor of jetbrains annotations to prevent errors in javadoc creation * Fix UnitTest * Fix admin-server tests, formatting etc. * Fix Nullable imports * Set up JDK 17 * Introduce Spring Boot 3 * Introduce Spring Boot 3 * fix wiremock setup * Add explicit eureka-client version New Spring Cloud version for Spring Boot 3 * moved from node-sass to sass * Change java version to 17 in github actions * cleanup versions * set java-version to 17 in release-to-maven-central.yml * use nexus-staging-maven-plugin 1.6.12 * spring-boot-admin-sample-zookeeper deactivated (nexus-staging-maven-plugin fails) * reactivated spring-boot-admin-sample-zookeeper * replace developers in pom by codecentric generic part * chore: update pipeline to use windows-latest * updated nexus-staging-maven-plugin to 1.6.13 * fix: publish package step * feat: merge new UI * chore: update spring boot and spring cloud * chore: fix errors in IDE * chore: update Hazelcast and add shutdown to tests * chore: ceckstyle * chore: fix windows build * chore: update spring boot to 3.0.0-M3 * chore: padding to the panel * fix: base path of build may not start with leading slash for ressources * fix: buttons do not show current selected logging level * fix: toggle button for scope in caches view is shown, even when there is just one instance only * chore: remove logging * feat(AuditEvents): migrate to new UI * chore: nicer panel * fix: show user name in user menu when opened * fix: visibility of services that are down, offline or oos * fix: metadaten overflow * fix: audit events error * fix: debug email address * fix: wallboard display glitch in Safari * fix: application list version jumping * fix: show error message on top of health details * chore: run npm tests in test phase (allows to skip tests) * fetchHealth: validateStatus: null * chore(deps): update spring-cloud version * feat: update spring boot to 3.0.0-M4 * chore: merge changes from master * chore: merge origin/master * fix: remove test data * feat: add toasts and replace some modals * chore: refactoring * chore: remove sba-modal-conform dialog and refactoring * fix: notification-filter-settings.vue * fix: trailing slash in path is not allowed in spring boot 3 anymore * chore: better UX for application actions * feat: adds notification center which allows to manage existing notification settings * chore: refactoring of navigation * chore: toast theming * chore: toast theming * refactoring: composition api * refactoring: notification filters * chore: fix tests * chore: mobile view * refactoring: use composition API * chore: split spring profiles into dedicated files as required by Spring Boot 3 * chore(#2122): check for ApiVersion.V3 * chore: separate buttons in application list item actions * chore(#2122): check for ApiVersion.V3 * chore: set SNAPSHOT versions * chore: add more informative error message to login screen * chore: remove windows build to save resources * chore: fix test * chore: update workflow files * chore: update to Spring Boot 3.0.0-RC1 * chore: fix checkstyle * feat: implement different toast notification center * chore: small adjustments on UI for better browser compatability * feat: nicer docs :) * chore: prettier & linter * chore: adapt docs to Spring Boot 3 * chore: restructure readme and contribution guidlines * chore: fix tests by adding some more * * Path Matcher * Security Config * Added .DS_STORE to gitignore * feat: WebSocketRegistrator * chore: adapt RC2 changes * Fixed import order * Remove "Fixe" :D * WIP - Partially Fixed NavbarLink spec. * chore: update to Spring Boot 3.0.0 GA * do not authorize requests that get dispatched async With spring-projects/spring-security#11107 the default to filter all dispatcher types was changed to true. * Removed deprecated passwordEncoder * formatting for security config * chore: fix user menu * chore: work on login page * feat: improve notifiers * Refactored redundant loading of login settings * formatter fix * chore: do not wrap tags to achieve a nicer ui result * chore: log error when configuring view * chore: zwischenstand * chore: useApplicationStore should not reset refs * pin old version of versions plugin as new version does not work in release * fix group id for plugin * add issue as reference * update spring cloud version * chore: set release version of spring cloud * chore: add tests for useApplicationStore * chore: porting config for toasts * chore: fix test in store.spec.js * chore: show error in wallboard, too, when server connection is lost * normalize homepage url with spring framework 6 the pattern matching does not match trailing slashes by default, so forwarding did not work when running with context path and reloading the page fixes #2175 * do not normalize path to empty string * #2175: Normalized homepage url for serlvet variant * #2175: Generalized normalizing of homepage url + unittest * #2175: Generalized normalizing of homepage url + unittest * #2175: Generalized normalizing of homepage url + unittest * #2183: Fixed urls on about page * #2185: Added new view for Spring Boot 3 Actuator HttpExchanges (#2186) * #2185: Added new view for Spring Boot 3 Actuator HttpExchanges * #2185: Removed view for httptrace since it has been replaced by httpexchange in spring boot 3 actuator * Revert "#2185: Removed view for httptrace since it has been replaced by httpexchange in spring boot 3 actuator" This reverts commit 1dd95c8. * #2185: Revoked deletion of httptrace mock-data since it might still be used in 2.x appplications with sba 3.x * chore: update spring boot to 3.0.1 * support comma-separated tag values (#2179) (cherry picked from commit b9dc801) * add javadoc * fix formatting * clean up pom * remove Jolokia actuator, is not supported by Spring Boot 3 * do not set junit version manually Co-authored-by: ulrichschulte <[email protected]> Co-authored-by: Andreas Fritz <[email protected]> Co-authored-by: Stephan Köninger <[email protected]> Co-authored-by: Stephan Köninger <[email protected]> Co-authored-by: Fedor Bobin <[email protected]>
- Loading branch information
1 parent
b9dc801
commit 0705d47
Showing
670 changed files
with
59,656 additions
and
74,797 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,11 +19,11 @@ jobs: | |
|
||
- uses: actions/checkout@v3 | ||
|
||
- name: Set up JDK 8 | ||
- name: Set up JDK 17 | ||
uses: actions/setup-java@v3 | ||
with: | ||
distribution: 'temurin' | ||
java-version: '8' | ||
distribution: 'adopt' | ||
java-version: '17' | ||
|
||
- name: Cache local Maven repository | ||
uses: actions/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,11 +18,11 @@ jobs: | |
|
||
- uses: actions/checkout@v3 | ||
|
||
- name: Set up JDK 8 | ||
- name: Set up JDK 17 | ||
uses: actions/setup-java@v3 | ||
with: | ||
distribution: 'temurin' | ||
java-version: '8' | ||
distribution: 'adopt' | ||
java-version: '17' | ||
|
||
- name: Cache local Maven repository | ||
uses: actions/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,11 +14,11 @@ jobs: | |
|
||
- uses: actions/checkout@v3 | ||
|
||
- name: Set up JDK 8 | ||
- name: Set up JDK 17 | ||
uses: actions/setup-java@v3 | ||
with: | ||
distribution: 'temurin' | ||
java-version: '8' | ||
distribution: 'adopt' | ||
java-version: '17' | ||
|
||
- name: Cache local Maven repository | ||
uses: actions/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,3 +25,5 @@ node/ | |
|
||
#flattened POMs | ||
.flattened-pom.xml | ||
|
||
.DS_Store |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,8 +26,8 @@ | |
<description>Spring Boot Admin</description> | ||
<url>https://github.com/codecentric/spring-boot-admin/</url> | ||
<properties> | ||
<revision>2.7.7-SNAPSHOT</revision> | ||
<java.version>1.8</java.version> | ||
<revision>3.0.0-SNAPSHOT</revision> | ||
<java.version>17</java.version> | ||
|
||
<maven.compiler.source>${java.version}</maven.compiler.source> | ||
<maven.compiler.target>${java.version}</maven.compiler.target> | ||
|
@@ -36,19 +36,22 @@ | |
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> | ||
|
||
<!-- used dependencies versions --> | ||
<spring-boot.version>2.7.5</spring-boot.version> | ||
<spring-cloud.version>2021.0.4</spring-cloud.version> | ||
<spring-boot.version>3.0.1</spring-boot.version> | ||
<spring-cloud.version>2022.0.0</spring-cloud.version> | ||
<wiremock.version>2.34.0</wiremock.version> | ||
<hazelcast-tests.version>5.1.3</hazelcast-tests.version> | ||
<findbugs-jsr305.version>3.0.2</findbugs-jsr305.version> | ||
<awaitility.version>4.2.0</awaitility.version> | ||
<testcontainers.version>1.17.5</testcontainers.version> | ||
<eureka-client.version>3.1.1</eureka-client.version> | ||
<!-- Wiremock does not yet support jetty 11 (see also https://github.com/wiremock/wiremock/issues/1760). --> | ||
<!--<jetty.version>11.0.6</jetty.version>--> | ||
<jetty.version>9.4.49.v20220914</jetty.version> | ||
|
||
|
||
<!-- plugin versions --> | ||
<build-helper-maven-plugin.version>3.3.0</build-helper-maven-plugin.version> | ||
<maven-compiler-plugin.version>3.10.1</maven-compiler-plugin.version> | ||
<versions-maven-plugin.version>2.13.0</versions-maven-plugin.version> <!-- because of https://github.com/mojohaus/versions/issues/855 --> | ||
<maven-clean-plugin.version>3.2.0</maven-clean-plugin.version> | ||
<maven-site-plugin.version>3.12.1</maven-site-plugin.version> | ||
<maven-dependency-plugin.version>3.3.0</maven-dependency-plugin.version> | ||
|
@@ -103,19 +106,9 @@ | |
</scm> | ||
<developers> | ||
<developer> | ||
<name>Johannes Edmeier</name> | ||
<email>[email protected]</email> | ||
<organization>codecentric AG</organization> | ||
</developer> | ||
<developer> | ||
<name>Thomas Bosch</name> | ||
<email>[email protected]</email> | ||
<organization>codecentric AG</organization> | ||
</developer> | ||
<developer> | ||
<name>Dennis Schulte</name> | ||
<email>[email protected]</email> | ||
<organization>codecentric AG</organization> | ||
<name>codecentric AG</name> | ||
<email>[email protected]</email> | ||
<url>https://www.codecentric.de/</url> | ||
</developer> | ||
</developers> | ||
<build> | ||
|
@@ -245,6 +238,11 @@ | |
</plugins> | ||
<pluginManagement> | ||
<plugins> | ||
<plugin> | ||
<groupId>org.codehaus.mojo</groupId> | ||
<artifactId>versions-maven-plugin</artifactId> | ||
<version>${versions-maven-plugin.version}</version> | ||
</plugin> | ||
<plugin> | ||
<groupId>org.apache.maven.plugins</groupId> | ||
<artifactId>maven-compiler-plugin</artifactId> | ||
|
@@ -518,6 +516,15 @@ | |
</snapshots> | ||
<url>https://repo.spring.io/snapshot</url> | ||
</repository> | ||
<!-- Required for Eureka RC --> | ||
<repository> | ||
<id>netflix-candidates</id> | ||
<name>Netflix Candidates</name> | ||
<url>https://artifactory-oss.prod.netflix.net/artifactory/maven-oss-candidates</url> | ||
<snapshots> | ||
<enabled>false</enabled> | ||
</snapshots> | ||
</repository> | ||
</repositories> | ||
<pluginRepositories> | ||
<pluginRepository> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.