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

Does not work on jakarta mail 2.1.3 #83

Closed
RobertFloor opened this issue Aug 22, 2024 · 0 comments
Closed

Does not work on jakarta mail 2.1.3 #83

RobertFloor opened this issue Aug 22, 2024 · 0 comments

Comments

@RobertFloor
Copy link

What feature do you want to see added?

We tried to use the lib-mock-java mail with jakarta mail 2.1.3. The method of injecting the Mock Transport via the POM did not work. We confirmed it worked in version 2.1.2 but no in 2.1.3. I assume it is releated to this change in jakarta mail: jakartaee/mail-api#665

            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-surefire-plugin</artifactId>
                <configuration>
                    <systemPropertyVariables>
                        <mail.smtp.class>org.jvnet.mock_javamail.MockTransport</mail.smtp.class

Upstream changes

No response

Are you interested in contributing this feature?

No response

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

No branches or pull requests

1 participant