Skip to content

Commit

Permalink
Fixes issue #3370 - Deprecate Piranha Naming modules (#3371)
Browse files Browse the repository at this point in the history
  • Loading branch information
mnriem authored Apr 25, 2023
1 parent a6d5fc5 commit e664be8
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@
* The default Binding NamingEnumeration.
*
* @author Manfred Riem ([email protected])
* @deprecated
*/
@Deprecated(since = "23.5.0", forRemoval = true)
public class DefaultBindingNamingEnumeration implements NamingEnumeration<Binding> {

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,9 @@
* The default InitialContext.
*
* @author Manfred Riem ([email protected])
* @deprecated
*/
@Deprecated(since = "23.5.0", forRemoval = true)
public class DefaultInitialContext implements Context {

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@
* The default InitialContextFactory.
*
* @author Manfred Riem ([email protected])
* @deprecated
*/
@Deprecated(since = "23.5.0", forRemoval = true)
public class DefaultInitialContextFactory implements InitialContextFactory {

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@
* The default NameParser.
*
* @author Manfred Riem ([email protected])
* @deprecated
*/
@Deprecated(since = "23.5.0", forRemoval = true)
public class DefaultNameParser implements NameParser {

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@
* The default NamingEnumeration.
*
* @author Manfred Riem ([email protected])
* @deprecated
*/
@Deprecated(since = "23.5.0", forRemoval = true)
public class DefaultNamingEnumeration implements NamingEnumeration<NameClassPair> {

/**
Expand Down
2 changes: 2 additions & 0 deletions naming/impl/src/main/java/module-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@
* This module delivers the default JNDI integration for Piranha.
*
* @author Manfred Riem ([email protected])
* @deprecated
*/
@Deprecated(since = "23.5.0", forRemoval = true)
module cloud.piranha.naming.impl {

exports cloud.piranha.naming.impl;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@
* The Thread InitialContextFactory.
*
* @author Manfred Riem ([email protected])
* @deprecated
*/
@Deprecated(since = "23.5.0", forRemoval = true)
public class ThreadInitialContextFactory implements InitialContextFactory {

/**
Expand Down
2 changes: 2 additions & 0 deletions naming/thread/src/main/java/module-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@
* This module delivers the Thread-based JNDI integration for Piranha.
*
* @author Manfred Riem ([email protected])
* @deprecated
*/
@Deprecated(since = "23.5.0", forRemoval = true)
module cloud.piranha.naming.thread {

exports cloud.piranha.naming.thread;
Expand Down

0 comments on commit e664be8

Please sign in to comment.