Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge develop to master #333

Merged
merged 97 commits into from
Sep 25, 2023
Merged

Merge develop to master #333

merged 97 commits into from
Sep 25, 2023

Conversation

banterCZ
Copy link
Member

Preparation for release.

banterCZ and others added 30 commits December 22, 2022 14:05
Fix #269: Set develop version to 1.5.0-SNAPSHOT
Stop using revision property for project version
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](apache/maven-javadoc-plugin@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] <[email protected]>
* Fix #280: Update Wultra dependencies to snapshot
* Change signatureFormat to signatureConfiguration
Bumps [maven-deploy-plugin](https://github.com/apache/maven-deploy-plugin) from 3.0.0 to 3.1.0.
- [Release notes](https://github.com/apache/maven-deploy-plugin/releases)
- [Commits](apache/maven-deploy-plugin@maven-deploy-plugin-3.0.0...maven-deploy-plugin-3.1.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Bumps `spring-boot.version` from 2.7.6 to 2.7.9.

Updates `spring-boot-dependencies` from 2.7.6 to 2.7.9
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.7.6...v2.7.9)

Updates `spring-boot-maven-plugin` from 2.7.6 to 2.7.9
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.7.6...v2.7.9)

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

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [maven-surefire-plugin](https://github.com/apache/maven-surefire) from 2.22.2 to 3.0.0.
- [Release notes](https://github.com/apache/maven-surefire/releases)
- [Commits](apache/maven-surefire@surefire-2.22.2...surefire-3.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
….plugins-maven-surefire-plugin-3.0.0

Bump maven-surefire-plugin from 2.22.2 to 3.0.0
….plugins-maven-deploy-plugin-3.1.0

Bump maven-deploy-plugin from 3.0.0 to 3.1.0
Bumps `spring-boot.version` from 2.7.9 to 2.7.10.

Updates `spring-boot-dependencies` from 2.7.9 to 2.7.10
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.7.9...v2.7.10)

Updates `spring-boot-maven-plugin` from 2.7.9 to 2.7.10
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.7.9...v2.7.10)

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

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [maven-deploy-plugin](https://github.com/apache/maven-deploy-plugin) from 3.1.0 to 3.1.1.
- [Release notes](https://github.com/apache/maven-deploy-plugin/releases)
- [Commits](apache/maven-deploy-plugin@maven-deploy-plugin-3.1.0...maven-deploy-plugin-3.1.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
Fix #292: Prefer Base64 Java 8 APIs over Guava
Fix #294: Coverity: Null pointer dereferences
Fix #298: Adapt changes of restful-integration
Bumps [bcprov-jdk18on](https://github.com/bcgit/bc-java) from 1.72 to 1.73.
- [Release notes](https://github.com/bcgit/bc-java/releases)
- [Changelog](https://github.com/bcgit/bc-java/blob/master/docs/releasenotes.html)
- [Commits](https://github.com/bcgit/bc-java/commits)

---
updated-dependencies:
- dependency-name: org.bouncycastle:bcprov-jdk18on
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Fix #343: Restrict import of javax.annotation
@banterCZ banterCZ temporarily deployed to internal-publish September 20, 2023 08:19 — with GitHub Actions Inactive
* Fix #331: Update to non-snapshot dependencies
@banterCZ banterCZ temporarily deployed to internal-publish September 20, 2023 08:28 — with GitHub Actions Inactive
@banterCZ banterCZ temporarily deployed to internal-publish September 21, 2023 13:20 — with GitHub Actions Inactive
@romanstrobl romanstrobl temporarily deployed to internal-publish September 21, 2023 14:00 — with GitHub Actions Inactive
Fix #332: Set release version to 1.5.0
@romanstrobl romanstrobl temporarily deployed to internal-publish September 21, 2023 14:01 — with GitHub Actions Inactive
@romanstrobl romanstrobl marked this pull request as ready for review September 21, 2023 16:31
@romanstrobl romanstrobl temporarily deployed to internal-publish September 22, 2023 07:09 — with GitHub Actions Inactive
@banterCZ banterCZ temporarily deployed to internal-publish September 22, 2023 17:23 — with GitHub Actions Inactive
Fix #354: Incompatibility with PowerAuth stack 1.4.x
@romanstrobl romanstrobl temporarily deployed to internal-publish September 25, 2023 08:39 — with GitHub Actions Inactive
banterCZ and others added 4 commits September 25, 2023 12:49
Use an existing endpoint instead of misleading general prefix. Retrieving list is easier than creating and approving operation.
Fix #359: Remove version 2 from documentation
@romanstrobl romanstrobl temporarily deployed to internal-publish September 25, 2023 18:31 — with GitHub Actions Inactive
Fix #357: Improve documentation of Validate Token
@romanstrobl romanstrobl temporarily deployed to internal-publish September 25, 2023 18:32 — with GitHub Actions Inactive
Copy link
Member

@romanstrobl romanstrobl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved.

@romanstrobl romanstrobl merged commit ce3ef97 into master Sep 25, 2023
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants