1
0
mirror of https://git.freebsd.org/ports.git synced 2026-06-02 11:08:52 +00:00
Files
Ronald Klop 20c9c6abed databases/mysql-connector-java51: unpin openjdk8 and deprecate
The build only needed to be less strict in javadoc to compile with modern JDK.

Deprecation:
- superseded by databases/mysql-connector-j
- mysql 5.1 is not in the ports tree anymore
- no users of this port in the tree anymore
- this is the only port keeping deprecated log4j in the ports tree
- this port only copies a jar. There are better ways to get a plain jar
  in your Java project.
- the original reason for this port was "to provide continued support for
  Java 1,6 and 1.7 users". Java 6 and 7 are removed from the ports tree
  in 2016 and 2023.

NB: removed the run depends on java. It is just a library. The final application
will decide the Java version it runs on. No need to install an extra JDK.

PR:	294389
Approved-by:	maintainer timeout (ultima@)
2026-04-24 08:52:36 +02:00
..