Skip to content

Commit 1c847d7

Browse files
authored
Remove container listener from module template (#236)
1 parent 8278a26 commit 1c847d7

3 files changed

Lines changed: 6 additions & 58 deletions

File tree

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,14 @@ on how to do that, including how to develop and test locally and the versioning
1313

1414
## Release Notes
1515

16+
### 7.X.X
17+
*Released*: TBD
18+
(Earliest compatible LabKey version: 25.10)
19+
- Remove `ContainerListener` from module template
20+
1621
### 7.1.0
1722
*Released*: 17 October 2025
18-
(Earliest compatible LabKeyversion: 25.10)
23+
(Earliest compatible LabKey version: 25.10)
1924
- [Issue 53244](https://www.labkey.org/home/Developer/issues/issues-details.view?issueId=53244): Update `stopLabKey` task to work without Spring's shutdown endpoint
2025
- [Issue 53792](https://www.labkey.org/home/Developer/issues/issues-details.view?issueId=53792): Conditionally enable Java heap dumps in `StartLabKey` task
2126
- Fix output destination of `application.properties` for `DeployApp` task

moduleTemplate/src/org/labkey/MODULE_DIR_NAME/MODULE_NAMEContainerListener.java

Lines changed: 0 additions & 55 deletions
This file was deleted.

moduleTemplate/src/org/labkey/MODULE_DIR_NAME/MODULE_NAMEModule.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,6 @@ protected void init()
6666
@Override
6767
public void doStartup(ModuleContext moduleContext)
6868
{
69-
// add a container listener so we'll know when our container is deleted:
70-
ContainerManager.addContainerListener(new @@MODULE_NAME@@ContainerListener());
7169
}
7270

7371
@Override

0 commit comments

Comments
 (0)