Skip to content

Commit

Permalink
automatic project update for v8.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mraible committed Nov 1, 2024
1 parent 6409e57 commit ba5f200
Show file tree
Hide file tree
Showing 13 changed files with 27 additions and 28 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
// maven and gradle wrappers are used by default, we don't need them installed globally
// "INSTALL_MAVEN": "true",
// "INSTALL_GRADLE": "false",
"NODE_VERSION": "20.18.0"
"NODE_VERSION": "22.11.0"
}
},

Expand Down
2 changes: 1 addition & 1 deletion .yo-rc.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"entitySuffix": "",
"hibernateCache": "ehcache",
"jhiPrefix": "jhi",
"jhipsterVersion": "8.7.2",
"jhipsterVersion": "8.7.3",
"jwtSecretKey": "bXktc2VjcmV0LWtleS13aGljaC1zaG91bGQtYmUtY2hhbmdlZC1pbi1wcm9kdWN0aW9uLWFuZC1iZS1iYXNlNjQtZW5jb2RlZAo=",
"languages": ["en"],
"messageBroker": false,
Expand Down
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# jhipsterSampleApplication

This application was generated using JHipster 8.7.2, you can find documentation and help at [https://www.jhipster.tech/documentation-archive/v8.7.2](https://www.jhipster.tech/documentation-archive/v8.7.2).
This application was generated using JHipster 8.7.3, you can find documentation and help at [https://www.jhipster.tech/documentation-archive/v8.7.3](https://www.jhipster.tech/documentation-archive/v8.7.3).

## Project Structure

Expand Down Expand Up @@ -267,13 +267,13 @@ For more information refer to [Using Docker and Docker-Compose][], this page als
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.

[JHipster Homepage and latest documentation]: https://www.jhipster.tech
[JHipster 8.7.2 archive]: https://www.jhipster.tech/documentation-archive/v8.7.2
[Using JHipster in development]: https://www.jhipster.tech/documentation-archive/v8.7.2/development/
[Using Docker and Docker-Compose]: https://www.jhipster.tech/documentation-archive/v8.7.2/docker-compose
[Using JHipster in production]: https://www.jhipster.tech/documentation-archive/v8.7.2/production/
[Running tests page]: https://www.jhipster.tech/documentation-archive/v8.7.2/running-tests/
[Code quality page]: https://www.jhipster.tech/documentation-archive/v8.7.2/code-quality/
[Setting up Continuous Integration]: https://www.jhipster.tech/documentation-archive/v8.7.2/setting-up-ci/
[JHipster 8.7.3 archive]: https://www.jhipster.tech/documentation-archive/v8.7.3
[Using JHipster in development]: https://www.jhipster.tech/documentation-archive/v8.7.3/development/
[Using Docker and Docker-Compose]: https://www.jhipster.tech/documentation-archive/v8.7.3/docker-compose
[Using JHipster in production]: https://www.jhipster.tech/documentation-archive/v8.7.3/production/
[Running tests page]: https://www.jhipster.tech/documentation-archive/v8.7.3/running-tests/
[Code quality page]: https://www.jhipster.tech/documentation-archive/v8.7.3/code-quality/
[Setting up Continuous Integration]: https://www.jhipster.tech/documentation-archive/v8.7.3/setting-up-ci/
[Node.js]: https://nodejs.org/
[NPM]: https://www.npmjs.com/
[Gatling]: https://gatling.io/
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
"eslint-plugin-prettier": "5.2.1",
"eslint-webpack-plugin": "4.2.0",
"folder-hash": "4.0.4",
"generator-jhipster": "8.7.2",
"generator-jhipster": "8.7.3",
"globals": "15.11.0",
"husky": "9.1.6",
"jest": "29.7.0",
Expand All @@ -148,14 +148,14 @@
"swagger-ui-dist": "5.17.14",
"ts-jest": "29.2.5",
"typescript": "5.5.4",
"typescript-eslint": "8.11.0",
"typescript-eslint": "8.12.2",
"wait-on": "8.0.1",
"webpack-bundle-analyzer": "4.10.2",
"webpack-merge": "6.0.1",
"webpack-notifier": "1.15.0"
},
"engines": {
"node": ">=20.18.0"
"node": ">=22.11.0"
},
"cacheDirectories": [
"node_modules"
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
-->
<maven.version>3.2.5</maven.version>
<java.version>17</java.version>
<node.version>v20.18.0</node.version>
<node.version>v22.11.0</node.version>
<npm.version>10.9.0</npm.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
Expand Down
8 changes: 7 additions & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ sonar.javascript.lcov.reportPaths = target/test-results/lcov.info
sonar.sourceEncoding = UTF-8
sonar.exclusions = src/main/webapp/content/**/*.*, src/main/webapp/i18n/*.js, target/classes/static/**/*.*

sonar.issue.ignore.multicriteria = S6437,S1192,S125,S2187,S3437,S4502,S4684,S5145,UndocumentedApi
sonar.issue.ignore.multicriteria = S6437,S1192,S125,S2187,S3437,S4502,S4684,S5145,S7027-domain,S7027-dto,UndocumentedApi

# Rule https://rules.sonarsource.com/java/RSPEC-6437 is ignored, hardcoded passwords are provided for development purposes
sonar.issue.ignore.multicriteria.S6437.resourceKey = src/main/resources/config/*
Expand All @@ -37,6 +37,12 @@ sonar.issue.ignore.multicriteria.S4684.ruleKey = java:S4684
# Rule https://rules.sonarsource.com/java/RSPEC-5145 log filter is applied
sonar.issue.ignore.multicriteria.S5145.resourceKey = src/main/java/**/*
sonar.issue.ignore.multicriteria.S5145.ruleKey = javasecurity:S5145
# Rule https://rules.sonarsource.com/java/RSPEC-7027 is ignored for entities
sonar.issue.ignore.multicriteria.S7027-domain.resourceKey = src/main/java/io/github/jhipster/sample/domain/**/*
sonar.issue.ignore.multicriteria.S7027-domain.ruleKey = javaarchitecture:S7027
# Rule https://rules.sonarsource.com/java/RSPEC-7027 is ignored for dtos
sonar.issue.ignore.multicriteria.S7027-dto.resourceKey = src/main/java/io/github/jhipster/sample/service/dto/**/*
sonar.issue.ignore.multicriteria.S7027-dto.ruleKey = javaarchitecture:S7027
# Rule https://rules.sonarsource.com/java/RSPEC-1176 is ignored, as we want to follow "clean code" guidelines and classes, methods and
# arguments names should be self-explanatory
sonar.issue.ignore.multicriteria.UndocumentedApi.resourceKey = src/main/java/**/*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;

@Generated(value = "JHipster", comments = "Generated by JHipster 8.7.2")
@Generated(value = "JHipster", comments = "Generated by JHipster 8.7.3")
@Retention(RetentionPolicy.SOURCE)
@Target({ ElementType.TYPE })
public @interface GeneratedByJHipster {
Expand Down
Binary file modified src/main/resources/config/tls/keystore.p12
Binary file not shown.
4 changes: 1 addition & 3 deletions src/main/webapp/app/admin/health/health.model.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ export type HealthKey = 'binders' | 'diskSpace' | 'mail' | 'ping' | 'livenessSta

export interface Health {
status: HealthStatus;
components: {
[key in HealthKey]?: HealthDetails;
};
components?: Partial<Record<HealthKey, HealthDetails>>;
}

export interface HealthDetails {
Expand Down
7 changes: 1 addition & 6 deletions src/main/webapp/app/admin/metrics/metrics.model.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,7 @@ export interface GarbageCollector {
classesUnloaded: number;
}

export type Services = Record<
string,
{
[key in HttpMethod]?: MaxMeanCount;
}
>;
export type Services = Record<string, Record<HttpMethod, MaxMeanCount>>;

export enum HttpMethod {
Post = 'POST',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
/**
* Performance test for the BankAccount entity.
*
* @see <a href="https://github.com/jhipster/generator-jhipster/tree/v8.7.2/generators/gatling#logging-tips">Logging tips</a>
* @see <a href="https://github.com/jhipster/generator-jhipster/tree/v8.7.3/generators/gatling#logging-tips">Logging tips</a>
*/
public class BankAccountGatlingTest extends Simulation {

Expand Down
2 changes: 1 addition & 1 deletion src/test/java/gatling/simulations/LabelGatlingTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
/**
* Performance test for the Label entity.
*
* @see <a href="https://github.com/jhipster/generator-jhipster/tree/v8.7.2/generators/gatling#logging-tips">Logging tips</a>
* @see <a href="https://github.com/jhipster/generator-jhipster/tree/v8.7.3/generators/gatling#logging-tips">Logging tips</a>
*/
public class LabelGatlingTest extends Simulation {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
/**
* Performance test for the Operation entity.
*
* @see <a href="https://github.com/jhipster/generator-jhipster/tree/v8.7.2/generators/gatling#logging-tips">Logging tips</a>
* @see <a href="https://github.com/jhipster/generator-jhipster/tree/v8.7.3/generators/gatling#logging-tips">Logging tips</a>
*/
public class OperationGatlingTest extends Simulation {

Expand Down

0 comments on commit ba5f200

Please sign in to comment.