-
-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
- Loading branch information
Showing
8 changed files
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> { | ||
|
||
/** | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 { | ||
|
||
/** | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 { | ||
|
||
/** | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 { | ||
|
||
/** | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> { | ||
|
||
/** | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 { | ||
|
||
/** | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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; | ||
|