Bump up mysql connector version to be able to run in Java 11#20373
Merged
Conversation
nollymar
approved these changes
May 10, 2021
jdotcms
approved these changes
May 11, 2021
freddyucv
approved these changes
May 11, 2021
erickgonzalez
approved these changes
May 11, 2021
fmontes
pushed a commit
that referenced
this pull request
May 21, 2021
* Upgrading webcomponents version to 0.0.25 * Issue 20329 osgi not working java 8 (#20360) * Switch byte-buddy version depending on java used to run * Remove echo * Issue 19646 improvment memory space consumption (#20370) * #19646 Improvment heap scape consumption generating a bundle * #19646 Testing * Change ee version in dependencies.properties * Revert DotSubmitterchange and validate empty file * Rever dependencies.properties change * run-all * Bump up mysql connector version to be able to run in Java 11 (#20373) * Bump up mysql connector version to be able to run in Java 11 * run-all * #20358 earlier releases had a metadata column which isn't used anymore… (#20372) * #20358 earlier releases had a metadata column which isnt used anymore and it needs to be removed. * #20358 doc test * run-all * run-all * adding doc * run-all * #20336 Improving task performance (#20374) * #20336 Improving task performance * run-all * run-all * Removing semicolon in oracle script * run-all * run-all * Adding missing semicolon * run-all * run-oracle Co-authored-by: Nollymar Longa <> * #20312 Upserts (#20367) * #20312 Upserts * run-all * #20312 sql merge clean up * #20312 fixing typos * run-all * run-all * run-all * #20312 removing empty class * #20312 format code * run-all * #20312 removing trash file * #20312 log debug * run-all * #20312 safety measure to prevent constrint violation when removing data chunks * run-all * #20312 typo * run-oracle * run-all * #20364 xml is not longer allowed on content resource (#20381) * #20364 xml is not longer allowed on content resource * #20364 adding comments * #20364 minor refactor * run-all (#20375) * Avoid Out of Memory with huge file (#20392) * #20313 making es read only monitor less noisy (#20398) * Not use RestClient as a singleton (#20385) * Not use RestClient as a singleton * Removing this.restClient variable * Closing Rest Client * Issue 20386 index discrepancies metadata folder remove task (#20396) * #20386 fixing index discrepancies + metaData dir * #20386 relocating log * #20083 Update full starter with inline editing (#20409) * #20420 adding the none version to validation type on saml (#20421) * #19646 Log error nicely (#20419) * #19646 Log error nicely * remove import * Rename AddFileNotPossibleException to FileCreationException Co-authored-by: Nollymar Longa <> Co-authored-by: Daniel Silva <daniel.silva@dotcms.com> Co-authored-by: Freddy Rodriguez <freddy0309@gmail.com> Co-authored-by: fabrizzio-dotCMS <fabrizzio@dotCMS.com> Co-authored-by: Fabrizzio Araya <37148755+fabrizzio-dotCMS@users.noreply.github.com> Co-authored-by: Nollymar Longa <nollymar.longa@dotcms.com> Co-authored-by: Jonathan <jonathan.sanchez@dotcms.com> Co-authored-by: Victor Alfaro <victor.alfaro@dotcms.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Automated tests were not running on MySQL and the db was logging a
Bad _handshake.After reproducing locally against our mysql docker-compose (same one used for tests), it was determined that the error happens when running on java 11 only.
Bumping up the version of the
mysql-connector-javafrom8.0.18to8.0.19makes possible to run both in Java 8 and 11.