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 #566

Merged
merged 35 commits into from
Oct 24, 2024
Merged

Merge develop to master #566

merged 35 commits into from
Oct 24, 2024

Conversation

banterCZ
Copy link
Member

No description provided.

banterCZ and others added 28 commits July 26, 2024 11:10
Fix #530: Set develop version to 1.9.0-SNAPSHOT
Fix #540: Cleanup usage of RequestMapping annotations
Fix #544: Extract methods commitActivation and fetchUserClaimsForUserId in ActivationService
Fix #542: Reduce duplicity and improve exception handling in ActivationService
Bumps [org.springframework.boot:spring-boot-dependencies](https://github.com/spring-projects/spring-boot) from 3.3.2 to 3.3.3.
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.3.2...v3.3.3)

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

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

---
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]>
* Add temporary key ID to service calls

* Added endpoints for requesting temporary key

* Fix exception and controller bean names

* Move temporary key ID to the request body

* Fix supported version support

* Removed unnecessary annotation

* Add version to status endpoint if available

* Improve the structure of the application info in status endpoint

* Add request/response wrapper
Bumps [org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.8.0 to 3.10.0.
- [Release notes](https://github.com/apache/maven-javadoc-plugin/releases)
- [Commits](apache/maven-javadoc-plugin@maven-javadoc-plugin-3.8.0...maven-javadoc-plugin-3.10.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 #548: Simplify ActivationService#createActivation
)

* Fix #532: OIDC: Implement activation using OAuth 2.0, openid scope
* Fix #534: OIDC: Implement PKCE extension
Change log level of DIRECT activation fallback
Bumps [org.springframework.boot:spring-boot-dependencies](https://github.com/spring-projects/spring-boot) from 3.3.3 to 3.3.4.
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.3.3...v3.3.4)

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

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [io.getlime.core:core-bom](https://github.com/wultra/lime-java-core) from 1.11.0-SNAPSHOT to 1.11.0.
- [Release notes](https://github.com/wultra/lime-java-core/releases)
- [Commits](https://github.com/wultra/lime-java-core/commits/1.11.0)

---
updated-dependencies:
- dependency-name: io.getlime.core:core-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.10.0 to 3.10.1.
- [Release notes](https://github.com/apache/maven-javadoc-plugin/releases)
- [Commits](apache/maven-javadoc-plugin@maven-javadoc-plugin-3.10.0...maven-javadoc-plugin-3.10.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
@banterCZ banterCZ requested a review from romanstrobl October 10, 2024 08:33
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.

@banterCZ banterCZ temporarily deployed to internal-publish October 10, 2024 09:32 — with GitHub Actions Inactive
dependabot bot added 2 commits October 14, 2024 07:58
Bumps `powerauth-crypto.version` from 1.9.0-SNAPSHOT to 1.9.0.

Updates `io.getlime.security:powerauth-java-crypto` from 1.9.0-SNAPSHOT to 1.9.0
- [Release notes](https://github.com/wultra/powerauth-crypto/releases)
- [Changelog](https://github.com/wultra/powerauth-crypto/blob/develop/docs/Releases.md)
- [Commits](https://github.com/wultra/powerauth-crypto/commits/1.9.0)

Updates `io.getlime.security:powerauth-java-http` from 1.9.0-SNAPSHOT to 1.9.0
- [Release notes](https://github.com/wultra/powerauth-crypto/releases)
- [Changelog](https://github.com/wultra/powerauth-crypto/blob/develop/docs/Releases.md)
- [Commits](https://github.com/wultra/powerauth-crypto/commits/1.9.0)

---
updated-dependencies:
- dependency-name: io.getlime.security:powerauth-java-crypto
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.getlime.security:powerauth-java-http
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@banterCZ banterCZ temporarily deployed to internal-publish October 24, 2024 09:40 — with GitHub Actions Inactive
Fix #561: Set release version to 1.9.0
@banterCZ banterCZ temporarily deployed to internal-publish October 24, 2024 09:41 — with GitHub Actions Inactive
@banterCZ banterCZ merged commit 5d8679f into master Oct 24, 2024
7 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.

3 participants