Update git submodules

* Update barbican from branch 'master'
  to e8f9d4b5ff5719fbe8c6d8b46f7e9243984e217b
  - Merge "db: Replace use of reverse cascades"
  - db: Replace use of reverse cascades
    
    Resolve the following RemovedIn20Warning warning:
    
      "SecretStoreMetadatum" object is being merged into a Session along the
      backref cascade path for relationship "Secret.secret_store_metadata";
      in SQLAlchemy 2.0, this reverse cascade will not take place.  Set
      cascade_backrefs to False in either the relationship() or backref()
      function for the 2.0 behavior; or to set globally for the whole
      Session, set the future=True flag
    
    In effect, this means if you have a model that refers to another model,
    creating/saving the former will no longer create/save the latter. We
    have only one instance of this error - the error message above - and in
    our case we are explicitly saving the 'Secret' instance before saving
    the 'SecretStoreMetadatum' instance. As such, we can opt-in to the 2.0
    behavior with no further changes. We do this for all relationships to be
    safe.
    
    More information on this issue can be found at [1].
    
    [1] https://groups.google.com/g/sqlalchemy/c/VoY-qEiJA3U?pli=1
    
    Change-Id: I4b4fa4c224113863643e16153478183447796146
    Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
This commit is contained in:
Zuul 2023-08-25 20:59:51 +00:00 committed by Gerrit Code Review
parent 1f2de002fc
commit bdcef22ac3
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit c40cb3519529aa12d87894994ba2f24693a3026f
Subproject commit e8f9d4b5ff5719fbe8c6d8b46f7e9243984e217b