Skip to content

Commit

Permalink
- CHG: Version bump and dependency update.
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-raubach committed Jun 5, 2024
1 parent 7ca5c89 commit 7676c6b
Show file tree
Hide file tree
Showing 7 changed files with 364 additions and 293 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ apply plugin: 'com.bmuschko.cargo-base'
compileJava.options.encoding = 'UTF-8'

group 'uk.ac.hutton.germinate'
version '4.7.2'
version '4.7.3'

sourceCompatibility = 11

Expand Down
13 changes: 7 additions & 6 deletions docs/setup-example.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ database.port=3306
# We're using the Docker container name of Gatekeeper here.
gatekeeper.url=http://gatekeeper:8080
gatekeeper.username=gatekeeper-username
gatekeeper.username=gatekeeper-username@email.com
gatekeeper.password=gatekeeper-password
# This is only true if trying to access it from the machine running Docker.
Expand All @@ -147,11 +147,12 @@ database.password=gatekeeper-password
# Note, we're not using the 9307 port here. That's only for remote access.
database.port=3306
email.address=
email.username=
email.password=
email.server=
email.port=
# Replace these with actual email properties
email.address=dummyemail@gmail.com
email.username=dummyemail@gmail.com
email.password=mysimplepassword
email.server=smtp.gmail.com
email.port=587
# This is only true if trying to access it from the machine running Docker.
# If you want the setup to be available from the outside world, use whatever your Proxy setup is configured as.
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public class FlywayChecksumGenerator
public static void main(String[] args)
throws IOException
{
System.out.println(getChecksum(new File("src/main/resources/jhi/germinate/server/util/database/migration/V4.24.02.09__update.sql")));
System.out.println(getChecksum(new File("src/main/resources/jhi/germinate/server/util/database/migration/V4.23.08.03__update.sql")));
}

/**
Expand Down
640 changes: 355 additions & 285 deletions src/main/resources/jhi/germinate/server/util/database/init/db_setup.sql

Large diffs are not rendered by default.

0 comments on commit 7676c6b

Please sign in to comment.