Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,14 @@ on how to do that, including how to develop and test locally and the versioning

## Release Notes

### 7.X.X
*Released*: TBD
(Earliest compatible LabKey version: 25.10)
- Remove `ContainerListener` from module template

### 7.1.0
*Released*: 17 October 2025
(Earliest compatible LabKeyversion: 25.10)
(Earliest compatible LabKey version: 25.10)
- [Issue 53244](https://www.labkey.org/home/Developer/issues/issues-details.view?issueId=53244): Update `stopLabKey` task to work without Spring's shutdown endpoint
- [Issue 53792](https://www.labkey.org/home/Developer/issues/issues-details.view?issueId=53792): Conditionally enable Java heap dumps in `StartLabKey` task
- Fix output destination of `application.properties` for `DeployApp` task
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,6 @@ protected void init()
@Override
public void doStartup(ModuleContext moduleContext)
{
// add a container listener so we'll know when our container is deleted:
ContainerManager.addContainerListener(new @@MODULE_NAME@@ContainerListener());
}

@Override
Expand Down