Releases: jcabi/jcabi-mysql-maven-plugin
Releases · jcabi/jcabi-mysql-maven-plugin
classifiers with a space
refresh
See #127, release log:
- a0d6710 by @yegor256: doc
- a307e85 by @yegor256: codecov
- 4138f2c by @yegor256: arch
- cf77327 by @yegor256: back to ubuntu
- eaadc74 by @yegor256: typo
- 74ccf32 by @yegor256: some doc
- d4aa83d by @yegor256: site
- 7538be7 by @renovate[bot]: Update javahamcrest monorepo t...
- c8b4ae6 by @rultor: Merge branch '__rultor'
- df0e4ea by @rultor: Merge branch '__rultor'
- 8db0624 by @rultor: Merge branch '__rultor'
- 1c0d3f5 by @renovate[bot]: Update dependency org.codehaus...
- 273b4e8 by @rultor: Merge branch '__rultor'
- 3853aef by @rultor: Merge branch '__rultor'
- 4726b82 by @renovate[bot]: Update dependency com.jcabi:my...
- 697bc43 by @rultor: Merge branch '__rultor'
- 958f9d6 by @renovate[bot]: Update dependency org.apache.m...
- e81f455 by @renovate[bot]: Update dependency org.apache.m...
- f2ed308 by @renovate[bot]: Update dependency org.codehaus...
- 351b607 by @renovate[bot]: Update dependency com.jcabi:my...
- and 180 more...
Released by Rultor 1.75.0, see build log
mysql-dist classifier is wrong for 32-bit Linux
Socket file path is too long
See #50, release log:
- 262760d by @null: Merge remote branch 'fork/override-socket'
- 9381060 by @null: #51 fix in rultor config
- b6dd01b by @null: #51 delete target directories after each integration test
- 2c0a197 by @null: Use maven.version (3.2.1) for the enforcer rule, not 3.2.3
- e2f4c16 by @null: Make PMD happy
- ffd0fca by @null: Enforce Maven version >= 3.2.3
- 1c606ba by @null: Merge remote-tracking branch 'origin/master' into override-socket
- f5d69ac by @null: 5.6.14
- efe420a by @null: #51 build is clean
- 7696f29 by @null: Fix checkstyle violations
- a6a1873 by @null: maven version
- 3f6c147 by @null: libaio1 explained
- 29e6546 by @null: Add 'socket' param to override mysql socket location
- a96615a by @null: #44 rultor config fix
- df918b6 by @null: #44 i386 replaced by x86
- 526dd87 by @null: #43 jcabi-jdbc 0.12.1
- 2ac9a54 by @null: #43 documented
- 4ac87ac by @null: wget
- c44a066 by @null: quiet build
- 763af4d by @null: #42 show maven version
- 144929b by @null: #42 show java version
- 41227b6 by @null: travis cache
- 283949c by @null: #39 appveyor config
- e34880e by @null: #39 appveyor badge
- ed50062 by @null: rultor button
- 5b4932c by @null: #36 parent 1.14
- 39898f2 by @null: #36 skin 1.4
- 0db7189 by @null: #36 rultor config
- c2cbab8 by @null: button
Reusable database
See #31. MySQL data can be used between plugin runs.
Instances are public
Class Instances
is made public, as suggested in #28
Non-root user fix
This version fixes the problem with non-root user access granting (see #18)
Custom MySQL credentials
This version introduces an ability to configure MySQL credentials, as explained in http://mysql.jcabi.com/example-credentials.html (see #8 for more details)
Command line options
This version enables configuration of MySQL command line options, as explained here: http://mysql.jcabi.com/example-options.html (implemented in #12)
--no-defaults
This version fixed the bug reported in #11