Skip to content

Commit

Permalink
[AMQ-9161] Mark JDBC JournalPersistenceAdapter as deprecated for remo…
Browse files Browse the repository at this point in the history
…val (#989)

Deprecated for removal as this PersistenceAdapter is no longer used and replaced by the JDBCPersistenceAdapter.
  • Loading branch information
mattrpav authored Mar 14, 2023
1 parent 133019d commit 04f589e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,12 @@
* @org.apache.xbean.XBean
*
*/

/**
* Deprecated for removal as this PersistenceAdapter is no longer used and
* replaced by the JDBCPersistenceAdapter.
*/
@Deprecated(forRemoval = true)
public class JournalPersistenceAdapter implements PersistenceAdapter, JournalEventListener, UsageListener, BrokerServiceAware {

private BrokerService brokerService;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,12 @@
* @org.apache.xbean.XBean
*
*/

/**
* Deprecated for removal as this PersistenceAdapter is no longer used and
* replaced by the JDBCPersistenceAdapter.
*/
@Deprecated(forRemoval = true)
public class JournalPersistenceAdapterFactory extends DataSourceServiceSupport implements PersistenceAdapterFactory {

private static final int JOURNAL_LOCKED_WAIT_DELAY = 10 * 1000;
Expand Down

0 comments on commit 04f589e

Please sign in to comment.