Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dependencies upgrade #1250

Merged
merged 1 commit into from
Aug 2, 2018
Merged

Conversation

dejan2609
Copy link
Contributor

  • bouncycastle: ('bcprov-jdk15on' and 'bcpkix-jdk15on'): 1.57 -->> 1.60
  • groovy: 2.4.11 -->> 2.4.15
  • joda-time: 2.9.9 -->> 2.10
  • JDBC connectors:
    ** mysql-connector-java: 5.1.41 -->> 5.1.46 (see notes and links below)
    ** postgresql: 9.0 -->> 42.2.4 (42.x line supports PostgreSQL 8.2 and higher: https://jdbc.postgresql.org/documentation/faq.html#versioning)

MySQL connector notes:

  • line 5.1.x: it seems that mysql-connector-java 5.1.x line supports MySQL server versions >= 5.1
    ** version 5.1.41 release notes (https://forums.mysql.com/read.php?3,655541) claim that version is 'suitable for use with many MySQL server versions, including 4.1, 5.0, 5.1, 5.4 and 5.5'
    ** version 5.1.46 release notes (https://forums.mysql.com/read.php?3,664948) fail to mention support for versions < 5.5 (presumably, this will encourage users to upgrade their MySQL server(s) to a more recent version). However, compatibility with archived MySQL server versions should be kept (highly likely/almost certainly).
  • line 8.0.x: supports only MySQL server versions >= 5.5 (according to release notes, that is)

Dozen of related links:
* https://dev.mysql.com/downloads/connector/j/5.1.html
* https://insidemysql.com/mysql-connectorj-5-1-41-has-been-released
* https://dev.mysql.com/doc/relnotes/connector-j/5.1/en/news-5-1-41.html
* https://forums.mysql.com/read.php?3,655541 MySQL Connector/J 5.1.41 has been released
* https://insidemysql.com/mysql-connector-java-5-1-46
* https://dev.mysql.com/doc/relnotes/connector-j/5.1/en/news-5-1-46.html
* https://forums.mysql.com/read.php?3,664948 MySQL Connector/Java 5.1.46 GA has been released
* https://dev.mysql.com/downloads/connector/j/8.0.html
* https://insidemysql.com/connector-j-8-0-11-the-face-for-your-brand-new-document-oriented-database
* https://insidemysql.com/mysql-connector-java-8-0-12
* https://dev.mysql.com/doc/relnotes/connector-j/8.0/en/news-8-0-12.html

  * bouncycastle: ('bcprov-jdk15on' and 'bcpkix-jdk15on'): 1.57 -->> 1.60
  * groovy: 2.4.11 -->> 2.4.15
  * joda-time: 2.9.9 -->> 2.10
  * JDBC connectors:
 	 ** mysql-connector-java: 5.1.41 -->> 5.1.46 (see notes and links below)
     ** postgresql: 9.0 -->> 42.2.4 (42.x line supports PostgreSQL 8.2 and higher: https://jdbc.postgresql.org/documentation/faq.html#versioning)

MySQL connector notes:
  * line 5.1.x: it seems that mysql-connector-java 5.1.x line supports MySQL server versions >= 5.1
      ** version 5.1.41 release notes (https://forums.mysql.com/read.php?3,655541) claim that version is 'suitable for use with many MySQL server versions, including 4.1, 5.0, 5.1, 5.4 and 5.5'
      ** version 5.1.46 release notes (https://forums.mysql.com/read.php?3,664948) fail to mention support for versions < 5.5 (presumably, this will encourage users to upgrade their MySQL server(s) to a more recent version). However, compatibility with archived MySQL server versions should be kept (highly likely/almost certainly).
  * line 8.0.x: supports only MySQL server versions >= 5.5 (according to release notes, that is)

Dozen of related links:
    * https://dev.mysql.com/downloads/connector/j/5.1.html
    * https://insidemysql.com/mysql-connectorj-5-1-41-has-been-released
    * https://dev.mysql.com/doc/relnotes/connector-j/5.1/en/news-5-1-41.html
    * https://forums.mysql.com/read.php?3,655541 MySQL Connector/J 5.1.41 has been released
    * https://insidemysql.com/mysql-connector-java-5-1-46
    * https://dev.mysql.com/doc/relnotes/connector-j/5.1/en/news-5-1-46.html
    * https://forums.mysql.com/read.php?3,664948 MySQL Connector/Java 5.1.46 GA has been released
    * https://dev.mysql.com/downloads/connector/j/8.0.html
    * https://insidemysql.com/connector-j-8-0-11-the-face-for-your-brand-new-document-oriented-database
    * https://insidemysql.com/mysql-connector-java-8-0-12
    * https://dev.mysql.com/doc/relnotes/connector-j/8.0/en/news-8-0-12.html
@dejan2609 dejan2609 changed the title [Work in progress] dependencies upgrade dependencies upgrade Aug 2, 2018
@dejan2609 dejan2609 mentioned this pull request Aug 2, 2018
@dejan2609
Copy link
Contributor Author

FYI @asolntsev, @xael-fry

@dejan2609 dejan2609 mentioned this pull request Aug 2, 2018
@asolntsev asolntsev self-requested a review August 2, 2018 20:43
@asolntsev asolntsev merged commit 5efaa08 into playframework:master Aug 2, 2018
@asolntsev
Copy link
Contributor

@dejan2609 Thank you! merged.

@dejan2609 dejan2609 deleted the deps-upgrade branch August 3, 2018 05:24
@xael-fry xael-fry added this to the 1.5.2 milestone Aug 22, 2018
@theo
Copy link

theo commented Aug 22, 2018

@xael-fry question - why do the mysql and postgres driver libs have to be pulled in explicitly by the framework? Shouldn't they be specified depending on the application use case?

Applications reserve the right to pull in their own driver and driver versions, no?

@asolntsev
Copy link
Contributor

@theo Play framework provides these libraries out-of-the-box. This is ok in most cases.
And application can override them if needed. Just declare another version of these libraries in your application's dependencies.yml.

The only thing you really cannot do is to remove some dependency - e.g. if you don't use MySql or Postres at all. But you can achieve it just by calling play deps && rm -fr lib/mysql*.jar

xael-fry added a commit that referenced this pull request Aug 23, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants