Skip to content
This repository has been archived by the owner on May 3, 2023. It is now read-only.

Releases: bcgov/nr-spar-oracle-api

v0.10.0

22 Feb 18:26
02c251c
Compare
Choose a tag to compare

Features

v0.9.10

21 Feb 19:58
e47529a
Compare
Choose a tag to compare
Build(deps): Bump maven-javadoc-plugin from 3.4.1 to 3.5.0 (#81)

Bumps [maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.4.1 to 3.5.0.
- [Release notes](https://github.com/apache/maven-javadoc-plugin/releases)
- [Commits](https://github.com/apache/maven-javadoc-plugin/compare/maven-javadoc-plugin-3.4.1...maven-javadoc-plugin-3.5.0)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-javadoc-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v0.9.9

10 Feb 18:41
c1a16fc
Compare
Choose a tag to compare
chore: update things to match the repository's new name (#76)

Fix: FSADT2-469

v0.9.8

07 Feb 18:02
5f26883
Compare
Choose a tag to compare
Build(deps): Bump checkstyle from 10.6.0 to 10.7.0 (#68)

Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 10.6.0 to 10.7.0.
- [Release notes](https://github.com/checkstyle/checkstyle/releases)
- [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-10.6.0...checkstyle-10.7.0)

---
updated-dependencies:
- dependency-name: com.puppycrawl.tools:checkstyle
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v0.9.7

06 Feb 17:49
1c6b3e3
Compare
Choose a tag to compare
build(docker): ease local development (#59)

* Allow setting Java options when running the application on Docker

* Add a health check made in Java

* Create a folder named artifacts to be used as a volume

v0.9.6

31 Jan 21:55
09a94fe
Compare
Choose a tag to compare
ci(dependabot): activate upgrades for GitHub actions (#67)

v0.9.5

31 Jan 17:54
e7cdc98
Compare
Choose a tag to compare
Build(deps): Bump spring-boot-starter-parent from 3.0.1 to 3.0.2 (#65)

Bumps [spring-boot-starter-parent](https://github.com/spring-projects/spring-boot) from 3.0.1 to 3.0.2.
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](https://github.com/spring-projects/spring-boot/compare/v3.0.1...v3.0.2)

---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-starter-parent
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v0.9.4

24 Jan 14:45
c987264
Compare
Choose a tag to compare
build(database): use org.hibernate.dialect.OracleDialect (#66)

org.hibernate.dialect.Oracle12cDialect is deprecated.

v0.9.3

23 Jan 21:22
dd4ad6a
Compare
Choose a tag to compare
docs(swagger): set up annotation-based documentation (#63)

v0.9.2

23 Jan 19:47
76718a7
Compare
Choose a tag to compare
ci(vault): update hashicorp/vault-action to the latest release (#64)