Skip to content

Ensure CXF WebClient to use async conduit #153

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

Open
wants to merge 43 commits into
base: 3_0_X
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
99c5aa5
[SYNCOPE-1805] Upgrading Spring Framework and Security to latest vers…
ilgrosso Feb 19, 2024
8fae108
Upgrading OpenSearch and PostgreSQL, MariaDB, MS SQL JDBC drivers
ilgrosso Feb 21, 2024
746efbd
Adjusting OpenSearch Docker image conf for IT
ilgrosso Feb 21, 2024
8da6bc3
Upgrading Flowable
ilgrosso Feb 22, 2024
994acf8
Upgrading Elasticsearch, OpenSearch and exec-maven-plugin
ilgrosso Feb 23, 2024
255820f
Upgrading java-uuid-generator and modernizer-maven-plugin, requiring …
ilgrosso Feb 26, 2024
4a71a5f
Upgrading stCarolas/setup-maven for GH actions workflows
ilgrosso Feb 26, 2024
3a33e31
[SYNCOPE-1807] Propagate status changes coming from SCIM extension (#…
SamuelGaro Feb 26, 2024
ef8ca35
Upgrading Woodstox
ilgrosso Feb 27, 2024
94c778b
Bump org.webjars:swagger-ui from 5.10.3 to 5.11.8 (#634)
dependabot[bot] Feb 28, 2024
bd0b9d8
[SYNCOPE-1808] fix location for group in ResourceTypes SCIMv2 service…
SamuelGaro Mar 1, 2024
f4f4d0f
Upgrading Groovy
ilgrosso Mar 4, 2024
32d7190
Bump io.github.git-commit-id:git-commit-id-maven-plugin (#638)
dependabot[bot] Mar 5, 2024
f847c58
Ensure to initialize the Audit table for additional domains
ilgrosso Mar 5, 2024
6af89e6
Fixing Elasticsearch and OpenSearch ILIKE / IEQ for values with under…
ilgrosso Mar 5, 2024
b67cfff
[SYNCOPE-1806] Fixing all dynamic memberships refresh: Realms, Groups…
ilgrosso Mar 6, 2024
1926165
[SYNCOPE-1806] Fixing tests
ilgrosso Mar 6, 2024
55e7ed9
[SYNCOPE-1809] Remove uidOnCreate attribute on delete propagation (#640)
andrea-patricelli Mar 6, 2024
c5c1b12
New Swagger UI version does not render some schemas (as ConnInstanceT…
ilgrosso Mar 9, 2024
f5b13ff
Fixing deprecations
ilgrosso Mar 9, 2024
abc5286
Upgrading asciidoctorj-pdf
ilgrosso Mar 11, 2024
6407127
Upgrading git-commit-id-maven-plugin maven-assembly-plugin maven-gpg-…
ilgrosso Mar 11, 2024
6f3ed67
Upgrading CXF and Swagger UI
ilgrosso Mar 13, 2024
17efc18
[SYNCOPE-1786] Allowing domain selection for Keymaster API via Swagge…
ilgrosso Mar 13, 2024
2b4ee37
Upgrading OpenSearch and sonar-maven-plugin
ilgrosso Mar 14, 2024
0e98ff9
Upgrading Groovy, PDFBox and PostgreSQL JDBC driver
ilgrosso Mar 15, 2024
b9c5651
Upgrading asciidoctorj-pdf
ilgrosso Mar 18, 2024
19481b8
Upgrading Tomcat
ilgrosso Mar 18, 2024
6628b41
Upgrading maven-gpg-plugin
ilgrosso Mar 18, 2024
a114881
Upgrading Swagger UI and maven-compiler-plugin
ilgrosso Mar 19, 2024
106926c
Upgrading Wicket
ilgrosso Mar 19, 2024
ad106f7
Upgrading Spring framework and Security
ilgrosso Mar 19, 2024
cf6617b
Upgrading Swagger JAX-RS, git-commit-id-maven-plugin and maven-assemb…
ilgrosso Mar 20, 2024
43f4828
Upgrading WicketStuff
ilgrosso Mar 21, 2024
43f2f48
Upgrading cyclonedx-maven-plugin
ilgrosso Mar 24, 2024
d32c569
Upgrading Elasticsearch, Swagger UI and maven-gpg-plugin
ilgrosso Mar 27, 2024
f55f7ff
[SYNCOPE-1811] MFA bypass properties (#665)
mdisabatino Mar 27, 2024
4eae0c4
force keymaster cxf web client to use async conduit
andrea-patricelli Mar 27, 2024
9dcb9fe
standardized client creation with async conduit default configuration
andrea-patricelli Mar 27, 2024
948b028
refactoring
andrea-patricelli Mar 27, 2024
4b288dc
fix build
andrea-patricelli Mar 27, 2024
0988adc
added license
andrea-patricelli Mar 27, 2024
47261b8
restored old client
andrea-patricelli Mar 27, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Bump org.webjars:swagger-ui from 5.10.3 to 5.11.8 (apache#634)
Bumps [org.webjars:swagger-ui](https://github.com/webjars/swagger-ui) from 5.10.3 to 5.11.8.
- [Commits](webjars/swagger-ui@swagger-ui-5.10.3...swagger-ui-5.11.8)

---
updated-dependencies:
- dependency-name: org.webjars:swagger-ui
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored and ilgrosso committed Feb 28, 2024
commit 94c778ba79b01757fa5037352b11c0665cf2649e
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@ under the License.
<h2.version>2.2.224</h2.version>

<swagger-core.version>2.2.20</swagger-core.version>
<swagger-ui.version>5.10.3</swagger-ui.version>
<swagger-ui.version>5.11.8</swagger-ui.version>

<jquery-slimscroll.version>1.3.8</jquery-slimscroll.version>
<jquery-cookie.version>1.4.1-1</jquery-cookie.version>
Expand Down