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

Bump spring-boot-starter-webflux from 2.0.2.RELEASE to 2.5.12 in /authentication/authentication-hotlistfilter-impl #863

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 31, 2022

Bumps spring-boot-starter-webflux from 2.0.2.RELEASE to 2.5.12.

Release notes

Sourced from spring-boot-starter-webflux's releases.

v2.5.12

🐞 Bug Fixes

  • MustacheAutoConfiguration in a Servlet web application fails with a ClassNotFoundException when Spring MVC is not on the classpath #30456

📔 Documentation

  • Javadoc of org.springframework.boot.gradle.plugin.ResolveMainClassName.setClasspath(Object) is inaccurate #30468
  • Document that @DefaultValue can be used on a record component #30460

🔨 Dependency Upgrades

  • Upgrade to Jackson Bom 2.12.6.20220326 #30477
  • Upgrade to Spring Framework 5.3.18 #30491

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

v2.5.11

⭐ New Features

  • Add EIGHTEEN to JavaVersion enum #29524

🐞 Bug Fixes

  • Thymeleaf auto-configuration in a reactive application can fail due to duplicate templateEngine beans #30384
  • ConfigurationPropertyName#equals is not symmetric when adapt has removed trailing characters from an element #30317
  • server.tomcat.keep-alive-timeout is not applied to HTTP/2 #30267
  • Setting spring.mustache.enabled to false has no effect #30250
  • bootWar is configured eagerly #30211
  • Actuator @ReadOperation on Flux cancels request after first element emitted #30095
  • No metrics are bound for R2DBC ConnectionPools that have been wrapped #30090
  • Unnecessary allocations in Prometheus scraping endpoint #30085
  • Condition evaluation report entry for a @ConditionalOnSingleCandidate that does not match due to multiple primary beans isn't as clear as it could be #30073
  • Generated password are logged without an "unsuitable for production use" note #30061
  • Files in META-INF are not found when deploying a Gradle-built executable war to a servlet container #30026
  • spring-boot-configuration-processor fails compilation due to @DefaultValue with a long value and generates invalid metadata for byte and short properties with out-of-range default values #30020
  • Dependency management for Netty tcNative is incomplete leading to possible version conflicts #30010
  • Dependency management for Apache Kafka is incomplete #29023

📔 Documentation

  • Fix JsonSerializer example in reference guide #30329
  • Default value of spring.thymeleaf.reactive.media-types is not documented #30280
  • Add Netty in "Enable HTTP Response Compression" #30234

... (truncated)

Commits
  • 35105a0 Release v2.5.12
  • 17936b8 Polish
  • 94c40c7 Upgrade to Spring Framework 5.3.18
  • 2e90fd2 Upgrade CI to Docker 20.10.14
  • 6cded5b Upgrade Java 18 version in CI image
  • 06c5e26 Upgrade to Jackson Bom 2.12.6.20220326
  • c0c32d8 Merge pull request #30456 from candrews
  • 8cb11b7 Polish "Make MustacheViewResolver bean back off without Spring MVC"
  • 7101b50 Make MustacheViewResolver bean back off without Spring MVC
  • 05b7bef Fix javadoc of ResolveMainClassName setClasspath(Object)
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 31, 2022
* Added default filter attributes to configuration (#596)

* Added default filter attributes to configuration

* Code updated

* Mosip 18119 auto allow new dynamic attributes for authentication (#598)

* Fixes in demo auth dynamic attributes

* Fixed error message for decoding failure

* Fix in fetching postal code for auth anonym profile

* WIP for dynamic attribute auto match

* Allow new dynamic attrib for auth without mapping

* Removed unwanted comment

* Fix age not match err msg (#599)

* Fixes in demo auth dynamic attributes

* Fixed error message for decoding failure

* Fix in fetching postal code for auth anonym profile

* WIP for dynamic attribute auto match

* Allow new dynamic attrib for auth without mapping

* Removed unwanted comment

* Fix in age not match error msg

* Fix bio auth type check issue due to case sensitive check (#600)

* Fix bio auth type check issue due to case sensitive check

* Minor fix

* junit test cases for AuthAnonymousProfileServiceImpl.java (#604)

* Mosip 18252 dsl bio auth fix (#609)

* Fix bio auth type check issue due to case sensitive check

* Minor fix

* Added missing Face for ekyc request in filter

* Fixed otp kyc filter NPE issue due to null bio (#615)

* Fixed multi modal auth cbeff load issue (#617)

* Fixed ekyc face retrival issue (#619)

* MOSIP-18366,MOSIP-18370 bio type subtype error message correction (#621)

* Fixed biotype,biosubtype related error messages

* Fix NPE for null idtype

* Test fixes

* Revert debug code for idserviceimpl

* test cases updated (#620)

* IdInfoHelper Test cases updated (#623)

* Fix dynamic attribute language code issue (#624)

* KycController updated with test cases (#625)

* Fixed test case failure (#626)

* updated test cases (#627)

* Revert "updated test cases" (#628)

This reverts commit 5cb0b79758ede70509ff7e0cbe864e9589434cff.

* Mosip 18411,MOSIP-17587 fix filter attrip for ekyc (#632)

* Fixed keymanager bean loading issue

* MOSIP-18411 fixed kyc attribute filtered out issue

* MOSIP-17587-Fix status for ekyc auth in anonym profile

* Mosip 18191 fix bio auth segment timestamp validation issue (#633)

* Fix duplicate type code in kyc auth txn entry

* MOSIP-18191 fix segment timestamp validation not working

* Added null check for auth type code duplicate condition

* MOSIP-18265 Added column to key alias table (#638)

* CredentialServiceImplTest (#636)

Co-authored-by: Vipul Dhurve <[email protected]>

* MOSIP-18053-fixed duplicate match inputs for multiple dynamic attrib in auth req (#640)

* MOSIP-18053-fixed duplicate match inputs for multiple dynamic attrib in req

* added jdoc

* [MOSIP-18119] Updated Notification timestamp based on timezone in prop (#641)

* [MOSIP-18119] Updated Notification timestamp based on timezone in prop (#643)

* [MOSIP-18119] Updated Notification timestamp based on timezone in prop

* [MOSIP-18119] Fixed test case failures

* Removed unnecessary db call (#645)

* MOSIP-18377 Column addition to indices (#649)

* MOSIP-16182 Add unique constraint to cert thumbprint column (#651)

* CredentialStoreServiceImplTest (#654)

* CredentialStoreServiceImplTest update

* CredentialStoreServiceImplTest update

Co-authored-by: Vipul Dhurve <[email protected]>

* MatchInputBuilderTest test cases (#655)

* [MOSIP-17776] added temp logging for debugging (#658)

* [MOSIP-17776] reverted debugging code (#659)

* [MOSIP-17776] added temp logging for debugging

* [MOSIP-17776] reverted debugging code

* [MOSIP-17776] reverted debugging code

* AuthTransactionHelperTest updated with test cases (#657)

* [MOSIP-9803] Updated swagger to accept Authorization header (#661)

* [MOSIP-17776] added temp logging for debugging

* [MOSIP-17776] reverted debugging code

* [MOSIP-17776] reverted debugging code

* [MOSIP-9803] Updated swagger to accept Authorization header

* [MOSIP-17776] added temp logging for debugging

* [MOSIP-9803] Updated swagger to accept Authorization header

* Created test class for HotlistServiceImpl (#660)

* CredentialStoreServiceImplTest update

* CredentialStoreServiceImplTest update

* Created Test class for HotlistServiceImpl: HotlistServiceImplTest

* Created Test class for HotlistServiceImpl: HotlistServiceImplTest

* Created Test class for HotlistServiceImpl: HotlistServiceImplTest

* Created Test class for HotlistServiceImpl: HotlistServiceImplTest

* Created Test class for HotlistServiceImpl: HotlistServiceImplTest

* Created Test class for HotlistServiceImpl: HotlistServiceImplTest

Co-authored-by: Vipul Dhurve <[email protected]>

* Mosip 18419 integrate with auth adapter for offline token validation (#656)

* Using RestHelper from ID Repo Core

* Fixes in rest helper config

* Added auth adapter download in docker cmd

* Fix compilation issue

* Mosip 18419 integrate with auth adapter for offline token validation 2 (#662)

* Using RestHelper from ID Repo Core

* Fixes in rest helper config

* Added auth adapter download in docker cmd

* Fix compilation issue

* Fixed missing env declaration in dockerfile

* Mosip 18419 integrate with auth adapter for offline token validation 3 (#663)

* Using RestHelper from ID Repo Core

* Fixes in rest helper config

* Added auth adapter download in docker cmd

* Fix compilation issue

* Fixed missing env declaration in dockerfile

* Added jar to classpath

* Mosip 18523 perf fixes (#665)

* Add cacheable to uin hash salt repo

* Minor refactor

* Fix to cache key

* MOSIP-16182 Composite unique key for ca cert store (#667)

* Created test class for WebSubHelper (#669)

* CredentialStoreServiceImplTest update

* CredentialStoreServiceImplTest update

* Created Test class for HotlistServiceImpl: HotlistServiceImplTest

* Created Test class for HotlistServiceImpl: HotlistServiceImplTest

* Created Test class for HotlistServiceImpl: HotlistServiceImplTest

* Created Test class for HotlistServiceImpl: HotlistServiceImplTest

* Created Test class for HotlistServiceImpl: HotlistServiceImplTest

* Created Test class for HotlistServiceImpl: HotlistServiceImplTest

* Created Test class for WebSubHelper: WebSubHelperTest

* Created Test class for WebSubHelper: WebSubHelperTest

* Created Test class for WebSubHelper: WebSubHelperTest

Co-authored-by: Vipul Dhurve <[email protected]>

* Integrate with resthelper-issue-fix (#671)

* Fix perf issue to use substring based logic for salt key calculation instead of modulo (#670)

* Added @transactional to handle duplicate requests (#678)

* Merge sonar coverage (#680)

* updated test cases

* updated test cases

* KycFacadeImplTest class test cases updated

* Test fix

Co-authored-by: Neosoft_MamtaA <[email protected]>

* Merge sonar coverage 2 (#681)

* updated test cases

* updated test cases

* KycFacadeImplTest class test cases updated

* Test fix

* Added json to classpath

Co-authored-by: Neosoft_MamtaA <[email protected]>

* Merge sonar coverage 2 (#682)

* updated test cases

* updated test cases

* KycFacadeImplTest class test cases updated

* Test fix

* Added json to classpath

* Test fix

Co-authored-by: Neosoft_MamtaA <[email protected]>

* Created Test class for MissingCredentialsItemReader => MissingCredentialsItemReaderTest (#683)

Co-authored-by: Vipul Dhurve <[email protected]>

* Created Test Class for IdAuthFraudAnalysisEventManager (#684)

* Created Test class for MissingCredentialsItemReader => MissingCredentialsItemReaderTest

* Created Test Class for IdAuthFraudAnalysisEventManager =>IdAuthFraudAnalysisEventManagerTest

Co-authored-by: Vipul Dhurve <[email protected]>

* Created Test class for PartnerServiceCallbackController (#685)

* Created Test class for MissingCredentialsItemReader => MissingCredentialsItemReaderTest

* Created Test Class for IdAuthFraudAnalysisEventManager =>IdAuthFraudAnalysisEventManagerTest

* Created Test Class for PartnerServiceCallbackController =>PartnerServiceCallbackControllerTest

* Created Test Class for PartnerServiceCallbackController =>PartnerServiceCallbackControllerTest

Co-authored-by: Vipul Dhurve <[email protected]>

* Created test class for PartnerServiceEventsInitializer (#686)

* Created Test class for MissingCredentialsItemReader => MissingCredentialsItemReaderTest

* Created Test Class for IdAuthFraudAnalysisEventManager =>IdAuthFraudAnalysisEventManagerTest

* Created Test Class for PartnerServiceCallbackController =>PartnerServiceCallbackControllerTest

* Created Test Class for PartnerServiceCallbackController =>PartnerServiceCallbackControllerTest

* Created test class for PartnerServiceEventsInitializer => PartnerServiceEventsInitializerTest

Co-authored-by: Vipul Dhurve <[email protected]>

* Fix in setting the policy metadata for authToken issue (#687)

* Mosip 18612 perf fix resp to map conversion 3 (#690)

* Fixed repeated request body parsing

* WIP - updated controller side

* Added missing class

* setting id version on respnse obj creation

* Fixed respTime, transaction ID Store, send Error

* Store auth txn and anonym profile

* Test fixes

* Fix to load missing bean

* WIP - Fixes in id version and anonym prof

* Fix in errors in anonym prof

* Reverted debug idserviceimpl

* Fix for error code in anonym prof for match failure

* Fixes to store auth txn and anonym prof on err

* Revert debug idserviceimpl

* Fix test failure

* reated test class for IdChangeEventsInitializer  (#692)

* Created Test class for MissingCredentialsItemReader => MissingCredentialsItemReaderTest

* Created Test Class for IdAuthFraudAnalysisEventManager =>IdAuthFraudAnalysisEventManagerTest

* Created Test Class for PartnerServiceCallbackController =>PartnerServiceCallbackControllerTest

* Created Test Class for PartnerServiceCallbackController =>PartnerServiceCallbackControllerTest

* Created test class for PartnerServiceEventsInitializer => PartnerServiceEventsInitializerTest

* Created test class for IdChangeEventsInitializer => IdChangeEventsInitializerTest

Co-authored-by: Vipul Dhurve <[email protected]>

* Moved test classes to test src (#693)

* Mosip 17586 sonar fix (#694)

* Moved test classes to test src

* fix package

* Fix unique ID creation logic (#696)

Co-authored-by: Nagarjuna K <[email protected]>
Co-authored-by: mamta-344 <[email protected]>
Co-authored-by: rambhatt1591 <[email protected]>
Co-authored-by: vipuldhurve02 <[email protected]>
Co-authored-by: Vipul Dhurve <[email protected]>
Co-authored-by: Manoj SP <[email protected]>
Co-authored-by: Neosoft_MamtaA <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/maven/authentication/authentication-hotlistfilter-impl/org.springframework.boot-spring-boot-starter-webflux-2.5.12 branch from bf80151 to c9076ba Compare October 1, 2022 10:34
@Mohanraj209 Mohanraj209 force-pushed the master branch 2 times, most recently from ec5651b to 1b8de17 Compare July 5, 2023 13:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants