[Bug 68460] New: mail task fails in Java 17 and Java 21

2024-01-09 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68460

Bug ID: 68460
   Summary: mail task fails in Java 17 and Java 21
   Product: Ant
   Version: 1.10.14
  Hardware: PC
Status: NEW
  Severity: major
  Priority: P2
 Component: Core tasks
  Assignee: notifications@ant.apache.org
  Reporter: kristjanbja...@gmail.com
  Target Milestone: ---

Sending email with the mail task using Ant version 1.10.14 with either Java JDK
17 or Java JDK 21 results in this error:

"Failed to send email: could not instantiate ssl security provider, check that
you have JSSE in your classpath"

Here is the build.xml used to generate the error:





  
  
  Test




After looking at the source code it seems the error is in
JakartaMimeMailer.java and MimeMailer.java:

try {
final Provider p =
Class.forName("com.sun.net.ssl.internal.ssl.Provider")
.asSubclass(Provider.class).getDeclaredConstructor().newInstance();
Security.addProvider(p);
} catch (final Exception e) {
throw new BuildException(
"could not instantiate ssl security provider, check that you have JSSE
in your classpath");
}

According to this bug report for OpenJDK:

https://bugs.openjdk.org/browse/JDK-8240974

referring to "com.sun.net.ssl.internal.ssl.Provider" is no longer supported.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 68459] https://vidmate.biz/

2024-01-09 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68459

--- Comment #1 from vidmate  ---
Created attachment 39510
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=39510=edit
https://vidmate.biz/

Vid mate app was developed by UCWeb. it is a subsidiary of the Chinese
multinational company , Alibaba Group. This app was launch in 2016. Vidmate app
has gained a millions of users downloading videos and music daily.
https://vidmate.biz/

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 68459] New: https://vidmate.biz/

2024-01-09 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68459

Bug ID: 68459
   Summary: https://vidmate.biz/
   Product: Ant
   Version: unspecified
  Hardware: PC
Status: NEW
  Severity: normal
  Priority: P2
 Component: Build Process
  Assignee: notifications@ant.apache.org
  Reporter: astroriaonl...@gmail.com
  Target Milestone: ---

Vid mate app was developed by UCWeb. it is a subsidiary of the Chinese
multinational company , Alibaba Group. This app was launch in 2016. Vidmate app
has gained a millions of users downloading videos and music daily.
https://vidmate.biz/

-- 
You are receiving this mail because:
You are the assignee for the bug.