Skip to content

Commit

Permalink
prevent null key in bundleToBeanDeploymentArchive map
Browse files Browse the repository at this point in the history
  • Loading branch information
lprimak committed Feb 23, 2025
1 parent 48e0efa commit e156f35
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -398,9 +398,8 @@ public WeldApplicationContainer load(WeldContainer container, DeploymentContext
beanDeploymentArchive.getServices().add(EEModuleDescriptor.class, eeModuleDescriptor);
}
}
bundleToBeanDeploymentArchive.put(bundle, beanDeploymentArchive);
}

bundleToBeanDeploymentArchive.put(bundle, beanDeploymentArchive);
}

applicationInfo.addTransientAppMetaData(WELD_DEPLOYMENT, deploymentImpl);
Expand Down

0 comments on commit e156f35

Please sign in to comment.