mysql-connector-java/javac-check.patch
Fridrich Strba 1f16d35ad9 Accepting request 907300 from home:jgrassler:branches:Java:packages
- Remove hibernate-check.patch (fixed upstream)
- Remove mysql-connector-java-jdbc-4.1.patch (fixed upstream)
- Remove disable-testsuite.patch mysql-connector-java-jdbc-4.1.patch (fixed upstream)
- Remove compile-jdk7.patch (fixed upstream)
- Remove mysql-connector-java-sourcetarget.patch (fixed upstream)
- Refresh javac-check.patch
- Depend on log4j rather than log4j-mini and adjust log4j dependencies to
  account for the lack of log4j12 Provides in some code streams.
- Add missing Group tag
- Update to 8.0.25 (SOC-11543)
  Changes in 8.0.25
    * No functional changes: version alignment with MySQL Server 8.0.25.
  Changes in 8.0.24
    * Bug#102188 (32526663), AccessControlException with AuthenticationLdapSaslClientPlugin.
    * Bug#22508715, SETSESSIONMAXROWS() CALL ON CLOSED CONNECTION RESULTS IN NPE.
    * Bug#102131 (32338451), UPDATABLERESULTSET NPE WHEN USING DERIVED QUERIES OR VIEWS.
    * Bug#101596 (32151143), GET THE 'HOST' PROPERTY ERROR AFTER CALLING TRANSFORMPROPERTIES() METHOD.
    * Bug#20391832, SETOBJECT() FOR TYPES.TIME RESULTS IN EXCEPTION WHEN VALUE HAS FRACTIONAL PART.
    * Bug#97730 (31699993), xdev api: ConcurrentModificationException at Session.close.
    * Bug#99708 (31510398), mysql-connector-java 8.0.20 ASSERTION FAILED: Unknown message type: 57 s.close.
    * Bug#32122553, EXTRA BYTE IN COM_STMT_EXECUTE.
    * Bug#101558 (32141210), NULLPOINTEREXCEPTION WHEN EXECUTING INVALID QUERY WITH USEUSAGEADVISOR ENABLED.
    * Bug#102076 (32329915), CONTRIBUTION: MYSQL JDBC DRIVER RESULTSET.GETLONG() THROWS NUMBEROUTOFRANGE.
    * Bug#31747910, BUG 30474158 FIX IMPROVES JDBC COMPLIANCE BUT CHANGES DEFAULT RESULTSETTYPE HANDLING.
    * Bug#102321 (32405590), CALLING RESULTSETMETADATA.GETCOLUMNCLASSNAME RETURNS WRONG VALUE FOR DATETIME.
    * WL#14453, Pluggable authentication: new default behavior & user-less authentications.
    * WL#14392, Improve timeout error messages [classic].
    * WL#14202, XProtocol: Support connection close notification.
  Changes in 8.0.23
    * Bug#21789378, FORCED TO SET SERVER TIMEZONE IN CONNECT STRING.

OBS-URL: https://build.opensuse.org/request/show/907300
OBS-URL: https://build.opensuse.org/package/show/Java:packages/mysql-connector-java?expand=0&rev=57
2021-07-20 11:41:31 +00:00

17 lines
1011 B
Diff

Description: Disable the JDK check
Author: Emmanuel Bourg <ebourg@apache.org>
Forwarded: not-needed
Index: mysql-connector-java-8.0.25/build.xml
===================================================================
--- mysql-connector-java-8.0.25.orig/build.xml
+++ mysql-connector-java-8.0.25/build.xml
@@ -401,7 +401,7 @@ See also com.mysql.cj.conf.PropertyDefin
<!-- Prepares files and settings for compiling driver. -->
- <target name="init" depends="-extra-libs-check, -compiler-check, -init-copy, -init-notices-commercial, -init-notices-gpl, -init-info-files">
+ <target name="init" depends="-extra-libs-check, -init-copy, -init-notices-commercial, -init-notices-gpl, -init-info-files">
<!-- The following is needed for source distributions as the classpath can't be dynamically altered, and not having this directory present causes the
build to fail. -->
<available property="com.mysql.cj.prebuiltDocsPresent" file="${com.mysql.cj.dist.dir.prebuilt.docs}" />