Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: okta/okta-sdk-java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 75c5c7b
Choose a base ref
...
head repository: okta/okta-sdk-java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: f0b7eb9
Choose a head ref
  • 12 commits
  • 21 files changed
  • 5 contributors

Commits on Jan 30, 2024

  1. Release 15.0.0 (#978)

    * [maven-release-plugin] prepare release okta-sdk-root-15.0.0
    
    * [maven-release-plugin] prepare for next development iteration
    arvindkrishnakumar-okta committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    ea16671 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    05e865e View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

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

Commits on Feb 23, 2024

  1. Fix issue #965 - add signed_nonce factor type in discriminator mapp…

    …ing (#985)
    
    Fix issue #965 - add signed_nonce factor type in discriminator mapping
    arvindkrishnakumar-okta committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    fa8537e View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. Fix GroupsAPI missing Custom group profile attributes (#987)

    * Fix GroupsAPI missing Custom group profile attributes
    
    * cleanup unused imports and update license header
    arvindkrishnakumar-okta committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    bfd8297 View commit details
    Browse the repository at this point in the history
  2. Add resource-set and role attributes to Role model (#988) (#989)

    Co-authored-by: Clément Denis <[email protected]>
    Co-authored-by: Can Atalay <[email protected]>
    3 people committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    be778a3 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. Bump com.nimbusds:nimbus-jose-jwt from 9.30.2 to 9.37.2 in /impl (#992)

    Bumps [com.nimbusds:nimbus-jose-jwt](https://bitbucket.org/connect2id/nimbus-jose-jwt) from 9.30.2 to 9.37.2.
    - [Changelog](https://bitbucket.org/connect2id/nimbus-jose-jwt/src/master/CHANGELOG.txt)
    - [Commits](https://bitbucket.org/connect2id/nimbus-jose-jwt/branches/compare/9.37.2..9.30.2)
    
    ---
    updated-dependencies:
    - dependency-name: com.nimbusds:nimbus-jose-jwt
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    fe04676 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. Bump several dependencies and misc refactor (#994)

    * Bump several dependencies and misc refactor
    
    * Bump to next major rev 16.0.0-SNAPSHOT
    
    * Cleanup unused imports
    
    * Updated CCI Image and README
    
    * Cleanup and changes to THIRD-PARTY-NOTICES
    arvindkrishnakumar-okta committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    1f4217f View commit details
    Browse the repository at this point in the history
  2. Upgrade GH Actions Java version to 21 (#995)

    Update development_javadoc.yml to Java 21
    arvindkrishnakumar-okta committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    5d25f6d View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2024

  1. Configuration menu
    Copy the full SHA
    0c75262 View commit details
    Browse the repository at this point in the history
  2. Fix deserialization of polymorphic types when discriminator property …

    …is unknown or null (#981)
    
    Fix deserialization of polymorphic types when discriminator property is unknown or null (#980)
    
    * Cleanup remaining custom polymorphic MixIns
    
    * Add defaultImpl to @JsonTypeInfo annotation
    - Handles cases where the discriminator is null, like Directory Integration apps
    
    Co-authored-by: Clément Denis <[email protected]>
    arvindkrishnakumar-okta and clementdenis committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    5713c56 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f0b7eb9 View commit details
    Browse the repository at this point in the history
Loading