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

Open
wants to merge 31 commits into
base: master
Choose a base branch
from
Open

Merge develop to master #566

wants to merge 31 commits into from

Commits on Jul 26, 2024

  1. Configuration menu
    Copy the full SHA
    fcd81a2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #538 from /issues/530-version-1.9.0-SNAPSHOT

    Fix #530: Set develop version to 1.9.0-SNAPSHOT
    banterCZ authored Jul 26, 2024
    Configuration menu
    Copy the full SHA
    b09efa9 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. Configuration menu
    Copy the full SHA
    68cee54 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. Merge pull request #541 from wultra/issue/540-cleanup-request-mapping

    Fix #540: Cleanup usage of RequestMapping annotations
    banterCZ authored Aug 7, 2024
    Configuration menu
    Copy the full SHA
    d4f9ad0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    115fbd8 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. Fix #544: Extract methods commitActivation and fetchUserClaimsForUser…

    …Id in ActivationService
    banterCZ committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    bf309b6 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. Merge pull request #545 from /issues/544-extract-methods

    Fix #544: Extract methods commitActivation and fetchUserClaimsForUserId in ActivationService
    banterCZ authored Aug 19, 2024
    Configuration menu
    Copy the full SHA
    e3fb545 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #543 from /issues/542-refactor-ActivationService

    Fix #542: Reduce duplicity and improve exception handling in ActivationService
    banterCZ authored Aug 19, 2024
    Configuration menu
    Copy the full SHA
    d545cc2 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. Bump org.springframework.boot:spring-boot-dependencies

    Bumps [org.springframework.boot:spring-boot-dependencies](https:/spring-projects/spring-boot) from 3.3.2 to 3.3.3.
    - [Release notes](https:/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]>
    dependabot[bot] authored Aug 26, 2024
    Configuration menu
    Copy the full SHA
    699bea9 View commit details
    Browse the repository at this point in the history
  2. Bump org.apache.maven.plugins:maven-deploy-plugin from 3.1.2 to 3.1.3

    Bumps [org.apache.maven.plugins:maven-deploy-plugin](https:/apache/maven-deploy-plugin) from 3.1.2 to 3.1.3.
    - [Release notes](https:/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]>
    dependabot[bot] authored Aug 26, 2024
    Configuration menu
    Copy the full SHA
    d64ddf1 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. Merge pull request #551 from wultra/dependabot/maven/org.apache.maven…

    ….plugins-maven-deploy-plugin-3.1.3
    dependabot[bot] authored Sep 2, 2024
    Configuration menu
    Copy the full SHA
    cc4e88a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #550 from wultra/dependabot/maven/org.springframew…

    …ork.boot-spring-boot-dependencies-3.3.3
    dependabot[bot] authored Sep 2, 2024
    Configuration menu
    Copy the full SHA
    68e56df View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. Implement support for temporary keys (#546)

    * 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
    petrdvorak authored Sep 4, 2024
    Configuration menu
    Copy the full SHA
    2c1ac1e View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.8.0 to 3.10.0

    Bumps [org.apache.maven.plugins:maven-javadoc-plugin](https:/apache/maven-javadoc-plugin) from 3.8.0 to 3.10.0.
    - [Release notes](https:/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]>
    dependabot[bot] authored Sep 5, 2024
    Configuration menu
    Copy the full SHA
    733c412 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #552 from wultra/dependabot/maven/org.apache.maven…

    ….plugins-maven-javadoc-plugin-3.10.0
    dependabot[bot] authored Sep 5, 2024
    Configuration menu
    Copy the full SHA
    f302e80 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    10c03d7 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #549 from /issues/548-simplify-activation-service

    Fix #548: Simplify ActivationService#createActivation
    banterCZ authored Sep 5, 2024
    Configuration menu
    Copy the full SHA
    9e349b3 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. Fix #532: OIDC: Implement activation using OAuth 2.0, openid scope (#547

    )
    
    * Fix #532: OIDC: Implement activation using OAuth 2.0, openid scope
    banterCZ authored Sep 9, 2024
    Configuration menu
    Copy the full SHA
    088eda1 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. Fix #534: OIDC: Implement PKCE extension (#554)

    * Fix #534: OIDC: Implement PKCE extension
    banterCZ authored Sep 10, 2024
    Configuration menu
    Copy the full SHA
    fb4b766 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. Change log level of DIRECT activation fallback

    A follow-up to #532
    banterCZ committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    6037791 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #555 from /issues/532-oidc-logging

    Change log level of DIRECT activation fallback
    banterCZ authored Sep 17, 2024
    Configuration menu
    Copy the full SHA
    ece151c View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. Bump org.springframework.boot:spring-boot-dependencies

    Bumps [org.springframework.boot:spring-boot-dependencies](https:/spring-projects/spring-boot) from 3.3.3 to 3.3.4.
    - [Release notes](https:/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]>
    dependabot[bot] authored Sep 23, 2024
    Configuration menu
    Copy the full SHA
    1482c56 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #556 from wultra/dependabot/maven/org.springframew…

    …ork.boot-spring-boot-dependencies-3.3.4
    dependabot[bot] authored Sep 23, 2024
    Configuration menu
    Copy the full SHA
    a761c6f View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. Bump io.getlime.core:core-bom from 1.11.0-SNAPSHOT to 1.11.0

    Bumps [io.getlime.core:core-bom](https:/wultra/lime-java-core) from 1.11.0-SNAPSHOT to 1.11.0.
    - [Release notes](https:/wultra/lime-java-core/releases)
    - [Commits](https:/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]>
    dependabot[bot] authored Oct 7, 2024
    Configuration menu
    Copy the full SHA
    24d1f19 View commit details
    Browse the repository at this point in the history
  2. Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.10.0 to 3.10.1

    Bumps [org.apache.maven.plugins:maven-javadoc-plugin](https:/apache/maven-javadoc-plugin) from 3.10.0 to 3.10.1.
    - [Release notes](https:/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]>
    dependabot[bot] authored Oct 7, 2024
    Configuration menu
    Copy the full SHA
    03adf70 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0e6c4f3 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #560 from wultra/dependabot/maven/org.apache.maven…

    ….plugins-maven-javadoc-plugin-3.10.1
    dependabot[bot] authored Oct 7, 2024
    Configuration menu
    Copy the full SHA
    448b4b1 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. Fix a typo in the JavaDoc

    A follow-up #532
    banterCZ committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    a58ce62 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #567 from /issues/532-javadoc

    Fix a typo in the JavaDoc
    banterCZ authored Oct 10, 2024
    Configuration menu
    Copy the full SHA
    d667621 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. Bump powerauth-crypto.version from 1.9.0-SNAPSHOT to 1.9.0

    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:/wultra/powerauth-crypto/releases)
    - [Changelog](https:/wultra/powerauth-crypto/blob/develop/docs/Releases.md)
    - [Commits](https:/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:/wultra/powerauth-crypto/releases)
    - [Changelog](https:/wultra/powerauth-crypto/blob/develop/docs/Releases.md)
    - [Commits](https:/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]>
    dependabot[bot] authored Oct 14, 2024
    Configuration menu
    Copy the full SHA
    b7214e1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bafd8d7 View commit details
    Browse the repository at this point in the history