-
Notifications
You must be signed in to change notification settings - Fork 297
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' into bugfix/integrated-code-lifecycle/re-init
# Conflicts: # src/main/java/de/tum/cit/aet/artemis/buildagent/service/BuildJobExecutionService.java
- Loading branch information
Showing
208 changed files
with
4,399 additions
and
1,280 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -193,7 +193,7 @@ Refer to [Using JHipster in production](http://www.jhipster.tech/production) for | |
The following command can automate the deployment to a server. The example shows the deployment to the main Artemis test server (which runs a virtual machine): | ||
|
||
```shell | ||
./artemis-server-cli deploy [email protected] -w build/libs/Artemis-7.7.4.war | ||
./artemis-server-cli deploy [email protected] -w build/libs/Artemis-7.7.5.war | ||
``` | ||
|
||
## Architecture | ||
|
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,7 +25,7 @@ plugins { | |
} | ||
|
||
group = "de.tum.cit.aet.artemis" | ||
version = "7.7.4" | ||
version = "7.7.5" | ||
description = "Interactive Learning with Individual Feedback" | ||
|
||
java { | ||
|
@@ -80,7 +80,7 @@ spotless { | |
} | ||
} | ||
importOrderFile "artemis-spotless.importorder" | ||
eclipse("4.28").configFile "artemis-spotless-style.xml" | ||
eclipse("4.33").configFile "artemis-spotless-style.xml" | ||
|
||
removeUnusedImports() | ||
trimTrailingWhitespace() | ||
|
@@ -135,8 +135,8 @@ test { | |
} | ||
testLogging.showStandardStreams = true | ||
reports.html.required = false | ||
minHeapSize = "1024m" // initial heap size | ||
maxHeapSize = "3072m" // maximum heap size | ||
minHeapSize = "2g" // initial heap size | ||
maxHeapSize = "8g" // maximum heap size | ||
} | ||
|
||
tasks.register("testReport", TestReport) { | ||
|
@@ -215,9 +215,6 @@ repositories { | |
} | ||
} | ||
|
||
ext["jackson.version"] = fasterxml_version | ||
ext["junit-jupiter.version"] = junit_version | ||
|
||
dependencies { | ||
|
||
// Note: jenkins-client is not well maintained and includes dependencies to libraries with critical security issues (e.g. CVE-2020-10683 for [email protected]) | ||
|
@@ -260,7 +257,7 @@ dependencies { | |
implementation "org.apache.lucene:lucene-queryparser:${lucene_version}" | ||
implementation "org.apache.lucene:lucene-core:${lucene_version}" | ||
implementation "org.apache.lucene:lucene-analyzers-common:${lucene_version}" | ||
implementation "com.google.protobuf:protobuf-java:4.29.0" | ||
implementation "com.google.protobuf:protobuf-java:4.29.1" | ||
|
||
// we have to override those values to use the latest version | ||
implementation "org.slf4j:jcl-over-slf4j:${slf4j_version}" | ||
|
@@ -540,8 +537,8 @@ dependencies { | |
exclude module: "android-json" | ||
} | ||
|
||
// cannot update due to "Syntax error in SQL statement "WITH ids_to_delete" | ||
// testImplementation "com.h2database:h2:2.3.230" | ||
// NOTE: cannot update due to "Syntax error in SQL statement "WITH ids_to_delete" --> should be resolved when we collapse the changelogs again for Artemis 8.0 | ||
// testImplementation "com.h2database:h2:2.3.232" | ||
testImplementation "com.h2database:h2:2.2.224" | ||
|
||
// Lightweight JSON library needed for the internals of the MockRestServiceServer | ||
|
@@ -553,7 +550,7 @@ dependencies { | |
|
||
dependencyManagement { | ||
imports { | ||
mavenBom "io.zonky.test.postgres:embedded-postgres-binaries-bom:17.0.0" | ||
mavenBom "io.zonky.test.postgres:embedded-postgres-binaries-bom:17.2.0" | ||
} | ||
} | ||
|
||
|
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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.