Skip to content

Commit

Permalink
SHIBUI-1262 [1307 WIP]
Browse files Browse the repository at this point in the history
  • Loading branch information
dima767 committed May 28, 2019
1 parent 7d87657 commit dcf2ec2
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -168,12 +168,4 @@ class DevConfig {
EntityDescriptorRepository entityDescriptorRepository) {
return EntityDescriptorVersionService.stubImpl(entityDescriptorService, entityDescriptorRepository)
}

@Transactional
@EventListener
void edForVersioningDev(ApplicationStartedEvent e) {
if (e.applicationContext.environment.activeProfiles.contains('dev-ed-versioning')) {
this.entityDescriptorRepository.save(EntityDescriptors.prebakedEntityDescriptor(openSamlObjects))
}
}
}

0 comments on commit dcf2ec2

Please sign in to comment.