Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Iso19115 3 #5

Merged
merged 2 commits into from
Oct 5, 2023
Merged

Iso19115 3 #5

merged 2 commits into from
Oct 5, 2023

Conversation

utas-raymondng
Copy link
Contributor

No description provided.

@utas-raymondng utas-raymondng merged commit 22315e3 into main Oct 5, 2023
Comment on lines +10 to +18
@Bean("metadataJaxb")
public JaxbUtils<au.org.aodn.metadata.iso19115_3_2018.MDMetadataType> createJaxbUtilsForMDMetadataType() throws JAXBException {
return new JaxbUtils<>(au.org.aodn.metadata.iso19115_3_2018.MDMetadataType.class);
}

@Bean("metadataJaxb.2018")
public JaxbUtils<au.org.aodn.metadata.iso19115_3.MDMetadataType> createJaxbUtilsForMDMetadataType2018() throws JAXBException {
return new JaxbUtils<>(au.org.aodn.metadata.iso19115_3.MDMetadataType.class);
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

just want to double check that the bean names are correct? e.g @Bean("metadataJaxb") using au.org.aodn.metadata.iso19115_3_2018.MDMetadataType.class or au.org.aodn.metadata.iso19115_3.MDMetadataType.class

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants