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

Prepend default imports for injected Groovy language #913

Merged
merged 1 commit into from
Jan 4, 2024

Conversation

mlytvyn
Copy link
Collaborator

@mlytvyn mlytvyn commented Jan 4, 2024

Adding standard imports in ImpEx according to docs: https://help.sap.com/docs/SAP_COMMERCE_CLOUD_PUBLIC_CLOUD/aa417173fe4a4ba5a473c93eb730a417/640172cbde9149ab8eb818180544020a.html?locale=en-US

import de.hybris.platform.core.*
import de.hybris.platform.core.model.user.* 
import de.hybris.platform.core.HybrisEnumValue
import de.hybris.platform.util.* 
import de.hybris.platform.impex.jalo.* 
import de.hybris.platform.jalo.*
import de.hybris.platform.jalo.c2l.Currency
import de.hybris.platform.jalo.c2l.* 
import de.hybris.platform.jalo.user.*
import de.hybris.platform.jalo.flexiblesearch.* 
import de.hybris.platform.jalo.product.ProductManager

@mlytvyn mlytvyn added this to the Release 2023.3.3 milestone Jan 4, 2024
@mlytvyn mlytvyn merged commit c1c1a30 into epam:release/2023.3.3 Jan 4, 2024
1 check passed
@mlytvyn mlytvyn deleted the impex/2023.3.3/gl_imports branch January 4, 2024 20:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant