PromucFlow_constructor/app
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
..
client Add remove def when updating def (#16580) 2022-09-06 17:21:15 +05:30
rts feat: Fetch Appsmith version when browser tab comes on focus (#16153) 2022-09-01 14:17:29 +05:30
server fix: Fix LinkageError with macOS DNSResolver class (#16581) 2022-09-06 22:00:53 +05:30
shared feat: Extraction of AST Logic (#15892) 2022-08-23 16:39:42 +05:30
util
yarn.lock