mycollab
mycollab copied to clipboard
An open source, free, high performance, stable and secure Java Application Business Platform of Project Management and Document
Bumps poi from 4.1.0 to 4.1.1. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Hi, Do you support POSTGRESQL in 2022 ? Regards
Bumps commons-beanutils from 1.9.3 to 1.9.4. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Hi, Do you support POSTGRESQL in 2022 ? Regards
Bumps [postgresql](https://github.com/pgjdbc/pgjdbc) from 42.2.5 to 42.3.3. Changelog Sourced from postgresql's changelog. Changelog Notable changes since version 42.0.0, read the complete History of Changes. The format is based on Keep a...
Bumps [h2](https://github.com/h2database/h2database) from 1.4.197 to 2.1.210. Release notes Sourced from h2's releases. Version 2.1.210 Two security vulnerabilities in H2 Console (CVE-2022-23221 and possible DNS rebinding attack) are fixed. Persistent databases...
In https://github.com/MyCollab/mycollab/blob/277d55732e6a139cfaaaf89eae3ab3d677131bbe/mycollab-server-runner/src/main/java/com/mycollab/installation/servlet/DatabaseValidateServlet.kt The connection line is val dbUrl = "jdbc:mysql://$databaseServer/$databaseName?useUnicode=true&characterEncoding=utf-8&autoReconnect=true&rewriteBatchedStatements=true&useCompression=true&useServerPrepStmts=false&verifyServerCertificate=false&useSSL=false&allowPublicKeyRetrieval=true&serverTimezone=UTC" I think useSSL=false is incorrect. It should be sslMode=false https://jar-download.com/artifacts/mysql/mysql-connector-java/8.0.16/source-code/com/mysql/cj/conf/PropertyKey.java https://jar-download.com/artifacts/mysql/mysql-connector-java/8.0.13/source-code/com/mysql/cj/protocol/a/NativeAuthenticationProvider.java if (((serverCapabilities & NativeServerSession.CLIENT_SSL) != 0) && this.propertySet. getEnumProperty(PropertyKey.sslMode).getValue()...
Bumps vaadin-bom from 8.8.5 to 8.14.1. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Bumps [jsoup](https://github.com/jhy/jsoup) from 1.11.3 to 1.14.2. Release notes Sourced from jsoup's releases. jsoup 1.14.2 Caught by the fuzz! jsoup 1.14.2 is out now, and includes a set of parser bug...
I would like to compile this program for my raspberry pi 4 (8gb ram) running raspberry pi os (using the xfce desktop environment, but that should not be a factor...