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

Changelog and version changes for 1.12 release #506

Merged
merged 1 commit into from
May 5, 2022

Conversation

Avery-Dunn
Copy link
Collaborator

No description provided.

@Avery-Dunn Avery-Dunn requested a review from siddhijain May 5, 2022 21:00
@Avery-Dunn Avery-Dunn merged commit 96457fc into dev May 5, 2022
Avery-Dunn added a commit that referenced this pull request May 5, 2022
* Initial commit

* fix: Correct scope for test dependency in POM

The `azure-security-keyvault-secrets` test dependency was include twice
and without the correct `test` scope.

* Updated keyvault secrets version

* Allow client assertion to be a callback and a per-request parameter (#482)

* Allow creating a client assertion from a callback

* Allow client credentials as a per-request parameter

* Minor changes to fix build issues

* Bump version numbers for 1.11.3 release (#484)

* Revert unintentional commit

* Add client_id to http request

* Retrigger the build

* Moving code to be executed for all client_Assertion requests

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Cause the User Principal to be Serializable when held in the HttpSession
as an attribute. This allows the J2EE web.xml "distributable" tag to
work.

https://access.redhat.com/documentation/en-us/red_hat_jboss_enterprise_application_platform/7.0/html/development_guide/clustering_in_web_applications

* Update oauth2-oidc-sdk dependency

* Changes in the relevant classes

* Update error message when Authority does not contain path

* Update IllegalArgumentExceptionMessages.java

fix typo

* Fix java.io.IOException: too many bytes written (#453)

Current implementation relies on system location for getting bytes, and if it is not "UTF-8" underlying outputstream will error with 
```java.io.IOException: too many bytes written```

Also fixed minor bug with wrong message being output

* Add trailing slash to authorities in silent calls (#431)

* Add trailing slash to authorities in silent calls

* Move trailing slash helper method to Authority class

* Silent calls now use cached environment info (#427)

* issue #428 resolution

* Fixed failing tests

* Updated vulnerable libraries' versions

* Revert some changes from the old PR

* Update regional endpoints (#504)

* Minor fixes/enhancements

* Update regional endpoint formatting

* Changelog and version changes for 1.12 release (#506)

Co-authored-by: siddhijain <[email protected]>
Co-authored-by: B. Schellhaas <[email protected]>
Co-authored-by: DidunAyodeji <[email protected]>
Co-authored-by: Dave Smith (Middleware Support) <[email protected]>
Co-authored-by: Matt Mazzola <[email protected]>
Co-authored-by: Marcelo Castro <[email protected]>
@siddhijain siddhijain deleted the avdunn/release-1.12.0 branch October 7, 2022 17:32
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.

2 participants