[java-opensaml] branch dev/JSPT-98 updated (07dfaaeab -> 60ff6b8f7)
Rod Widdowson
rdw at steadingsoftware.com
Fri Jul 1 11:02:05 UTC 2022
This is an automated email from the git hooks/post-receive script.
rdw pushed a change to branch dev/JSPT-98
in repository java-opensaml.
discard 07dfaaeab JSPT-98 Integrate lifecycle checking methods in base classes
discard 7e0881d29 JSPT-98 Integrate lifecycle checking methods in base classes
discard 8cf6bea0b JSPT-98 Integrate lifecycle checking methods in base classes
discard 96291c8db JSPT-98 Integrate lifecycle checking methods in base classes
discard d83cac8d1 Checkstyle
discard 71b174c16 JSPT-98 Integrate lifecycle checking methods in base classes
discard b994525a5 JSPT-98 Integrate lifecycle checking methods in base classes
discard fc8d7a30d JSPT-98 Integrate lifecycle checking methods in base classes
discard a26716bd1 JSPT-98 Integrate lifecycle checking methods in base classes
discard 63f817ad0 JSPT-98 Integrate lifecycle checking methods in base classes
discard ffdd31c32 JSPT-98 Integrate lifecycle checking methods in base classes
discard 7e5622d80 JSPT-98 Integrate lifecycle checking methods in base classes
discard 5b78acad3 JSPT-98 Integrate lifecycle checking methods in base classes
discard 799b80cb5 JSPT-98 Integrate lifecycle checking methods in base classes
add 792de935f OSJ-342 Investigate Strategies to end of life our use of Hibernate in V5
add 8f0b7261c JJDBC-8 Update with no expiration fails
add 5d7315b1d OSJ-355: ConcatKDF parameter requirements too restrictive in ECDH
new bd47cd048 JSPT-98 Integrate lifecycle checking methods in base classes
new 3fb45c974 JSPT-98 Integrate lifecycle checking methods in base classes
new c8dc57074 JSPT-98 Integrate lifecycle checking methods in base classes
new f6d86d48f JSPT-98 Integrate lifecycle checking methods in base classes
new 8756d1cd1 JSPT-98 Integrate lifecycle checking methods in base classes
new 96bd4a2b0 JSPT-98 Integrate lifecycle checking methods in base classes
new 69d1c7dbb JSPT-98 Integrate lifecycle checking methods in base classes
new bffad6db1 JSPT-98 Integrate lifecycle checking methods in base classes
new e0345951c JSPT-98 Integrate lifecycle checking methods in base classes
new 2588935ea Checkstyle
new 1b2f7b9dd JSPT-98 Integrate lifecycle checking methods in base classes
new 3c330d3e8 JSPT-98 Integrate lifecycle checking methods in base classes
new 98881bc29 JSPT-98 Integrate lifecycle checking methods in base classes
new 60ff6b8f7 JSPT-98 Integrate lifecycle checking methods in base classes
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (07dfaaeab)
\
N -- N -- N refs/heads/dev/JSPT-98 (60ff6b8f7)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
The 14 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:
.../storage/testing/StorageServiceTest.java | 24 +
opensaml-storage-impl/pom.xml | 13 -
.../opensaml/storage/impl/JPAStorageRecord.java | 239 -------
.../opensaml/storage/impl/JPAStorageService.java | 746 ---------------------
.../storage/impl/JPAStorageServiceTest.java | 273 --------
.../opensaml/xmlsec/derivation/impl/ConcatKDF.java | 24 +-
.../xmlsec/derivation/impl/ConcatKDFTest.java | 107 ++-
7 files changed, 143 insertions(+), 1283 deletions(-)
delete mode 100644 opensaml-storage-impl/src/main/java/org/opensaml/storage/impl/JPAStorageRecord.java
delete mode 100644 opensaml-storage-impl/src/main/java/org/opensaml/storage/impl/JPAStorageService.java
delete mode 100644 opensaml-storage-impl/src/test/java/org/opensaml/storage/impl/JPAStorageServiceTest.java
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list