Skip to content

Commit

Permalink
Fixed MIME production issue in XPages environment
Browse files Browse the repository at this point in the history
Now using JARs for jakarta.mail and jakarta.activation loaded via our own classloaders which also block Domino's default class usage (mail.jar from ndext dir and javax.activation from rt.jar).
  • Loading branch information
klehmann committed Oct 7, 2021
1 parent e4825d5 commit d1f7ef5
Show file tree
Hide file tree
Showing 14 changed files with 707 additions and 49 deletions.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
com.mindoo.domino.jna.xsp.internal.mime.ReflectionJavaXMimeDataAccessService
com.mindoo.domino.jna.xsp.internal.mime.ReflectionJakartaMimeDataAccessService
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
6 changes: 0 additions & 6 deletions com.mindoo.domino.jna.xsp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,6 @@
<version>${domino.version}</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.sun.mail</groupId>
<artifactId>javax.mail</artifactId>
<version>1.5.2</version>
<scope>provided</scope>
</dependency>
</dependencies>

<build>
Expand Down
Loading

0 comments on commit d1f7ef5

Please sign in to comment.