This website requires JavaScript.
Explore
关于
Help
Register
Sign In
github
/
halo
mirror of
https://github.com/halo-dev/halo
Watch
1
Star
0
Fork
You've already forked halo
0
Code
Issues
Releases
Wiki
Activity
release-2.6
halo
/
gradle.properties
3 lines
49 B
Properties
Raw
Permalink
Normal View
History
Unescape
Escape
Bump up to Halo 2.6.1 (#4027)
2023-06-01 09:03:48 +00:00
version
=
2.6.1-SNAPSHOT
Replace R2DBC MySQL driver to io.asyncer:r2dbc-mysql (#3918) #### What type of PR is this? /kind improvement /area core #### What this PR does / why we need it: Replace R2DBC MySQL driver to io.asyncer:r2dbc-mysql. See https://github.com/halo-dev/halo/issues/3804 for more. Please note that there will be an error like below when starting up Halo on MacOS: ```java 2023-05-09T14:24:45.161+08:00 ERROR 4668 --- [ restartedMain] i.n.r.d.DnsServerAddressStreamProviders : Unable to load io.netty.resolver.dns.macos.MacOSDnsServerAddressStreamProvider, fallback to system defaults. This may result in incorrect DNS resolutions on MacOS. Check whether you have a dependency on 'io.netty:netty-resolver-dns-native-macos'. Use DEBUG level to see the full stack: java.lang.UnsatisfiedLinkError: failed to load the required native library ``` After manual test, I haven't found any problems caused by the error. And this only occurs on MacOS when developing. #### Which issue(s) this PR fixes: Fixes https://github.com/halo-dev/halo/issues/3804 #### Special notes for your reviewer: Steps to test: 1. Start up a MySQL server, e.g.: ```bash docker run -it --rm --name halodb -p 3306:3306 -e MYSQL_ROOT_PASSWORD=openmysql -e MYSQL_DATABASE=halo mysql:8 ``` 3. Start Halo with mysql profile active ```bash make -C console dev ./gradlew bootRun --args="--spring.profiles.active=dev,mysql --halo.plugin.runtime-mode=deployment" ``` 5. Check the functionality of Halo #### Does this PR introduce a user-facing change? ```release-note 替换 R2DBC MySQL 驱动为:io.asyncer:r2dbc-mysql ```
2023-05-31 06:41:03 +00:00
r2dbc-mysql.version
=
1.0.2