The recently imposed "must be logged in" restriction is a response to increased bot traffic on the site. This affects search, commits, and vuxml pages.
Search engines are not blocked. Try using "site:www.freshports.org" and your search terms.
The MariaDB java connector is a JDBC 4.5 compatible driver, used to
connect applications developed in Java to MariaDB and MySQL databases.
It is suitable for use with Java 8, 11, 17, 21 and 25.
This port uses a precompiled jar.
databases/mariadb-java-client: Update 3.5.8 => 3.5.10
Release Notes:
https://mariadb.com/docs/release-notes/connectors/java/3.5/3.5.9https://mariadb.com/docs/release-notes/connectors/java/3.5/3.5.10
- Now the .jar file is created without linking, without the filename
having the version appended. This is to help those who just load whole
directories of java classes, and the version installed is in the pkg
anyway, so it's redundant to have it in the filename.
- Add EXTRACT_ONLY= to prevent the .jar file from being unzipped.
PR: 297263
Sponsored by: UNIS Labs
Co-authored-by: Vladimir Druzenko <vvd@FreeBSD.org>
databases/mariadb-java-client: New port: MariaDB JDBC driver for Java
applications (precompiled .jar)
The MariaDB java connector is a JDBC 4.2 compatible driver, used to
connect applications developed in Java to MariaDB and MySQL databases.
PR: 288358
Co-authored-by: Vladimir Druzenko <vvd@FreeBSD.org>