PromucFlow_constructor/app/server/appsmith-plugins
Shrikant Sharat Kandula 06c8210a3a
fix: Fix LinkageError with macOS DNSResolver class (#16581)
On macOS, when running a MySQL query, we see the following error:

```
java.lang.ClassCastException: class io.netty.channel.kqueue.KQueueEventLoopGroup cannot be cast to class io.netty.channel.EventLoopGroup
```

This is because of a `LinkageError`, caused because these classes exist both in the parent `server` module classpath, as well as in this plugin's classpath separately. To fix this, we removed this dependency from the server module.

But then, this caused a problem with how the `DNSResolver` class was being, well, resolved by the application class loader, vs the plugin class loader. This is a macOS specific problem, and doesn't affect other operating systems.

For this, we add just this package as a dependency to the MySQL plugin.
2022-09-06 22:00:53 +05:30
..
amazons3Plugin feat: Making the error messages in amazon s3 plugin informative (#15861) 2022-08-15 10:48:20 +05:30
arangoDBPlugin chore: Better server logging infra (#15440) 2022-07-28 09:40:03 +05:30
dynamoPlugin chore: Better server logging infra (#15440) 2022-07-28 09:40:03 +05:30
elasticSearchPlugin fix: Adding checks to prevent disallowed hosts from connecting via Elasticsearch plugin (#15834) 2022-08-08 21:07:15 +05:30
firestorePlugin fix: Modify Form Control Inputs for various Datasource Actions (#15396) 2022-08-09 13:05:59 +00:00
googleSheetsPlugin Fix LinkageError in Saas & GSheets plugins (#16565) 2022-09-06 13:23:04 +05:30
jsPlugin chore: Upgrade dependencies reported by Dependabot (#13735) 2022-07-19 10:23:27 +05:30
mongoPlugin All outgoing requests should go through the configured proxy (#14427) 2022-09-01 11:16:45 +05:30
mssqlPlugin chore: Better server logging infra (#15440) 2022-07-28 09:40:03 +05:30
mysqlPlugin fix: Fix LinkageError with macOS DNSResolver class (#16581) 2022-09-06 22:00:53 +05:30
postgresPlugin chore: bump postgresql from 42.3.3 to 42.4.1 in /app/server/appsmith-plugins/postgresPlugin (#15781) 2022-08-06 12:35:25 +05:30
rapidApiPlugin All outgoing requests should go through the configured proxy (#14427) 2022-09-01 11:16:45 +05:30
redisPlugin chore: Better server logging infra (#15440) 2022-07-28 09:40:03 +05:30
redshiftPlugin fix: fix query failure on simultaneous execution of multiple queries (#15458) 2022-07-28 17:01:17 +05:30
restApiPlugin All outgoing requests should go through the configured proxy (#14427) 2022-09-01 11:16:45 +05:30
saasPlugin Fix LinkageError in Saas & GSheets plugins (#16565) 2022-09-06 13:23:04 +05:30
smtpPlugin fix: Modify Form Control Inputs for various Datasource Actions (#15396) 2022-08-09 13:05:59 +00:00
snowflakePlugin chore: Closing resources to ensure there are no memory leaks (#15343) 2022-07-29 19:51:10 +05:30
pom.xml chore: Upgrade dependencies reported by Dependabot (#13735) 2022-07-19 10:23:27 +05:30