Skip to content

Commit da0e992

Browse files
author
Matt Raible
committed
Upgrade to JHipster 7.0.1
1 parent 9b81489 commit da0e992

File tree

47 files changed

+1419
-1395
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+1419
-1395
lines changed

reactive-jhipster/blog/.yo-rc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"packageName": "com.okta.developer.blog",
2525
"packageFolder": "com/okta/developer/blog",
2626
"applicationType": "microservice",
27-
"jhipsterVersion": "7.0.0",
27+
"jhipsterVersion": "7.0.1",
2828
"clientPackageManager": "npm",
2929
"dtoSuffix": "DTO",
3030
"entitySuffix": "",

reactive-jhipster/blog/README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# blog
22

3-
This application was generated using JHipster 7.0.0, you can find documentation and help at [https://www.jhipster.tech/documentation-archive/v7.0.0](https://www.jhipster.tech/documentation-archive/v7.0.0).
3+
This application was generated using JHipster 7.0.1, you can find documentation and help at [https://www.jhipster.tech/documentation-archive/v7.0.1](https://www.jhipster.tech/documentation-archive/v7.0.1).
44

55
This is a "microservice" application intended to be part of a microservice architecture, please refer to the [Doing microservices with JHipster][] page of the documentation for more information.
66
This application is configured for Service Discovery and Configuration with the JHipster-Registry. On launch, it will refuse to start if it is not able to connect to the JHipster-Registry at [http://localhost:8761](http://localhost:8761). For more information, read our documentation on [Service Discovery and Configuration with the JHipster-Registry][].
@@ -107,12 +107,12 @@ For more information refer to [Using Docker and Docker-Compose][], this page als
107107
To configure CI for your project, run the ci-cd sub-generator (`jhipster ci-cd`), this will let you generate configuration files for a number of Continuous Integration systems. Consult the [Setting up Continuous Integration][] page for more information.
108108

109109
[jhipster homepage and latest documentation]: https://www.jhipster.tech
110-
[jhipster 7.0.0 archive]: https://www.jhipster.tech/documentation-archive/v7.0.0
111-
[doing microservices with jhipster]: https://www.jhipster.tech/documentation-archive/v7.0.0/microservices-architecture/
112-
[using jhipster in development]: https://www.jhipster.tech/documentation-archive/v7.0.0/development/
113-
[service discovery and configuration with the jhipster-registry]: https://www.jhipster.tech/documentation-archive/v7.0.0/microservices-architecture/#jhipster-registry
114-
[using docker and docker-compose]: https://www.jhipster.tech/documentation-archive/v7.0.0/docker-compose
115-
[using jhipster in production]: https://www.jhipster.tech/documentation-archive/v7.0.0/production/
116-
[running tests page]: https://www.jhipster.tech/documentation-archive/v7.0.0/running-tests/
117-
[code quality page]: https://www.jhipster.tech/documentation-archive/v7.0.0/code-quality/
118-
[setting up continuous integration]: https://www.jhipster.tech/documentation-archive/v7.0.0/setting-up-ci/
110+
[jhipster 7.0.1 archive]: https://www.jhipster.tech/documentation-archive/v7.0.1
111+
[doing microservices with jhipster]: https://www.jhipster.tech/documentation-archive/v7.0.1/microservices-architecture/
112+
[using jhipster in development]: https://www.jhipster.tech/documentation-archive/v7.0.1/development/
113+
[service discovery and configuration with the jhipster-registry]: https://www.jhipster.tech/documentation-archive/v7.0.1/microservices-architecture/#jhipster-registry
114+
[using docker and docker-compose]: https://www.jhipster.tech/documentation-archive/v7.0.1/docker-compose
115+
[using jhipster in production]: https://www.jhipster.tech/documentation-archive/v7.0.1/production/
116+
[running tests page]: https://www.jhipster.tech/documentation-archive/v7.0.1/running-tests/
117+
[code quality page]: https://www.jhipster.tech/documentation-archive/v7.0.1/code-quality/
118+
[setting up continuous integration]: https://www.jhipster.tech/documentation-archive/v7.0.1/setting-up-ci/

reactive-jhipster/blog/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ configurations {
146146
resolutionStrategy {
147147
// Inherited version from Spring Boot can't be used because of regressions:
148148
// To be removed as soon as spring-boot use the same version
149-
force 'org.liquibase:liquibase-core:4.3.1'
149+
force 'org.liquibase:liquibase-core:4.3.2'
150150
}
151151
}
152152
}

reactive-jhipster/blog/gradle.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ rootProject.name=blog
22
profile=dev
33

44
# Dependency versions
5-
jhipsterDependenciesVersion=7.0.0
5+
jhipsterDependenciesVersion=7.0.1
66
# The spring-boot version should match the one managed by
7-
# https://mvnrepository.com/artifact/tech.jhipster/jhipster-dependencies/7.0.0
7+
# https://mvnrepository.com/artifact/tech.jhipster/jhipster-dependencies/7.0.1
88
springBootVersion=2.4.4
99
# The hibernate version should match the one managed by
1010
# https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-dependencies/2.4.4 -->
@@ -21,7 +21,7 @@ jibPluginVersion=2.8.0
2121
gitPropertiesPluginVersion=2.2.4
2222
sonarqubePluginVersion=3.1.1
2323
springNoHttpPluginVersion=0.0.5.RELEASE
24-
checkstyleVersion=8.40
24+
checkstyleVersion=8.41.1
2525

2626
# jhipster-needle-gradle-property - JHipster will add additional properties here
2727

0 commit comments

Comments
 (0)