Remove APIs marked as deprecated for removal
Closes gh-33809
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright 2002-2023 the original author or authors.
|
||||
* Copyright 2002-2024 the original author or authors.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
@@ -96,13 +96,6 @@ public class GenericReactiveTransaction implements ReactiveTransaction {
|
||||
this.suspendedResources = suspendedResources;
|
||||
}
|
||||
|
||||
@Deprecated(since = "6.1", forRemoval = true)
|
||||
public GenericReactiveTransaction(@Nullable Object transaction, boolean newTransaction,
|
||||
boolean newSynchronization, boolean readOnly, boolean debug, @Nullable Object suspendedResources) {
|
||||
|
||||
this(null, transaction, newTransaction, newSynchronization, false, readOnly, debug, suspendedResources);
|
||||
}
|
||||
|
||||
|
||||
@Override
|
||||
public String getTransactionName() {
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright 2002-2023 the original author or authors.
|
||||
* Copyright 2002-2024 the original author or authors.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
@@ -102,13 +102,6 @@ public class DefaultTransactionStatus extends AbstractTransactionStatus {
|
||||
this.suspendedResources = suspendedResources;
|
||||
}
|
||||
|
||||
@Deprecated(since = "6.1", forRemoval = true)
|
||||
public DefaultTransactionStatus(@Nullable Object transaction, boolean newTransaction,
|
||||
boolean newSynchronization, boolean readOnly, boolean debug, @Nullable Object suspendedResources) {
|
||||
|
||||
this(null, transaction, newTransaction, newSynchronization, false, readOnly, debug, suspendedResources);
|
||||
}
|
||||
|
||||
|
||||
@Override
|
||||
public String getTransactionName() {
|
||||
|
||||
Reference in New Issue
Block a user