Skip to content

Commit 5afaa99

Browse files
tamsin johnsongkellogg
authored andcommitted
reinstate RDF::Repository::Implementation::SerializedTransaction
readds compatiblity for public name RDF::Repository::Implementation::SerializedTransaction. with the release of 3.2.0/3.2.1, downstream applications see failing builds due to the removal of this name. at first glance, it appears that readding the name reinstates compatibility.
1 parent b591da6 commit 5afaa99

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

lib/rdf/repository.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,10 @@ def begin_transaction(mutable: false, graph_name: nil)
244244
# @see RDF::Repository
245245
module Implementation
246246
DEFAULT_GRAPH = false
247+
248+
##
249+
# @deprecated moved to {RDF::Transaction::SerializedTransaction}
250+
SerializedTransaction = RDF::Transaction::SerializedTransaction
247251

248252
##
249253
# @private

0 commit comments

Comments
 (0)