[java-plugin-storage-jdbc] branch main updated (0a3cb72 -> b73a5da)

Rod Widdowson rdw at steadingsoftware.com
Wed Jun 1 10:34:34 UTC 2022


This is an automated email from the git hooks/post-receive script.

rdw pushed a change to branch main
in repository java-plugin-storage-jdbc.

    from 0a3cb72  OSJ-342 Investigate Strategies to end of life our use of Hibernate in V5
     new d64b4ad  Reindent and untabify poms
     new 8b79a23  OSJ-342 Investigate Strategies to end of life our use of Hibernate in V5
     new b73a5da  OSJ-342 Investigate Strategies to end of life our use of Hibernate in V5

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 jdbc-storage-api/pom.xml                           |   8 +-
 .../shibboleth/plugin/storage/jdbc/Version.java    |   6 +-
 jdbc-storage-dist/pom.xml                          |   8 +-
 jdbc-storage-dist/src/main/assembly/assembly.xml   |  73 +++----
 jdbc-storage-impl/pom.xml                          |  11 +-
 .../storage/jdbc/impl/JDBCStorageModule.java       |  41 ----
 .../storage/jdbc/impl/JDBCStoragePlugin.java       |   8 +-
 .../storage/jdbc/impl/JDBCStorageService.java      |  45 +++-
 .../services/net.shibboleth.idp.module.IdPModule   |   1 -
 .../idp/plugin/storage/jdbc/conf/placeholder.xml   |   1 -
 .../idp/plugin/storage/jdbc/module.properties      |  14 --
 .../storage/jdbc/impl}/plugin.properties           |   2 +-
 pom.xml                                            | 234 ++++++++++-----------
 13 files changed, 208 insertions(+), 244 deletions(-)
 delete mode 100644 jdbc-storage-impl/src/main/java/net/shibboleth/plugin/storage/jdbc/impl/JDBCStorageModule.java
 delete mode 100644 jdbc-storage-impl/src/main/resources/META-INF/services/net.shibboleth.idp.module.IdPModule
 delete mode 100644 jdbc-storage-impl/src/main/resources/net/shibboleth/idp/plugin/storage/jdbc/conf/placeholder.xml
 delete mode 100644 jdbc-storage-impl/src/main/resources/net/shibboleth/idp/plugin/storage/jdbc/module.properties
 rename jdbc-storage-impl/src/main/resources/net/shibboleth/{idp/plugin/storage/jdbc => plugin/storage/jdbc/impl}/plugin.properties (75%)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list