Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

MariaDB4j

Support the 10+ years ongoing maintenance of the MariaDB4j library!
Collective - Host: opensource - https://opencollective.com/mariadb4j - Code: https://github.com/vorburger/MariaDB4j

major: replaced getConnection() in DB with getURL() in

DBConfigurationBuilder. Also improved shutdown logic and logs.

Signed-off-by: Michael Vorburger...

github.com/vorburger/MariaDB4j - e47ad1bd16bd08d9d053d2ad2caf4b38e919a248 authored over 10 years ago by Michael Vorburger <[email protected]>
minor clarified socket selection code

Signed-off-by: Michael Vorburger <[email protected]>

github.com/vorburger/MariaDB4j - a721faa364358ac5e05314dc9d6b7281aa04fdb5 authored over 10 years ago by Michael Vorburger <[email protected]>
minor fixed JUnit @deprecated warnings

Signed-off-by: Michael Vorburger <[email protected]>

github.com/vorburger/MariaDB4j - c44cbd8922e173fa30b908541d90339c23903a5f authored over 10 years ago by Michael Vorburger <[email protected]>
removed unused MariaDB4jException

Signed-off-by: Michael Vorburger <[email protected]>

github.com/vorburger/MariaDB4j - d0bffba1e5c74c11de2f111dd802381a4f8442c1 authored over 10 years ago by Michael Vorburger <[email protected]>
upgraded versions of dependencies; thank you https://www.versioneye.com/

Signed-off-by: Michael Vorburger <[email protected]>

github.com/vorburger/MariaDB4j - 6dd6a9a32b98305355c3134146fca0b5946a4d68 authored over 10 years ago by Michael Vorburger <[email protected]>
minor - slightly clearer error message

Signed-off-by: Michael Vorburger <mike@vorburge>

github.com/vorburger/MariaDB4j - db1ae57a3652688e9f2af960af4f5df814767c13 authored over 10 years ago by Michael Vorburger <mike@vorburge>
FIXED https://github.com/vorburger/MariaDB4j/issues/12. Also upgraded

from 2.0.0-SNAPSHOT (never published) to 2.1.0-SNAPSHOT due to
commons-exec 1.1 to commons-exec 1...

github.com/vorburger/MariaDB4j - c05ec7650afee823f505a530c75945f7e008c54e authored over 10 years ago by Michael Vorburger <[email protected]>
replaced @deprecated waitForConsoleMessage by waitForConsoleMessageMaxMs

in ManagedProcessTest

Signed-off-by: Michael Vorburger <[email protected]>

github.com/vorburger/MariaDB4j - 42af49ba3babc00401f88cd926bd6fc42a33aedd authored over 10 years ago by Michael Vorburger <[email protected]>
Shutdown Hook Threads are more quiet (TBD LATER: have only 1 instead N)

Signed-off-by: Michael Vorburger <[email protected]>

github.com/vorburger/MariaDB4j - 93bdc5f795403601cc277b78042b765d1e44a370 authored over 10 years ago by Michael Vorburger <[email protected]>
more how-to Release in README

Signed-off-by: Michael Vorburger <[email protected]>

github.com/vorburger/MariaDB4j - 8535297984d4ef3564c0cc309d18d853233588d4 authored over 10 years ago by Michael Vorburger <[email protected]>
removed http://repo.springsource.org/release (because according to

http://central.sonatype.org/pages/requirements.html "we discourage the
usage of <repositories> an...

github.com/vorburger/MariaDB4j - 288d85f3cc6e337d2dfbffb0b06aca733d0a5251 authored over 10 years ago by Michael Vorburger <[email protected]>
FIXED *-sources.jar without the HUGE binaries ;)

github.com/vorburger/MariaDB4j - 25c107283c4aa8b1c5378c2225f89e9674ce6673 authored over 10 years ago by Michael Vorburger <[email protected]>
How-to Release in README and some release related fixes

github.com/vorburger/MariaDB4j - 9280761e2fc90e39b3a619a5f4d12013da016af5 authored over 10 years ago by Michael Vorburger <[email protected]>
minor JavaDoc clean up to avoid JavaDoc WARNING in build

github.com/vorburger/MariaDB4j - 2b4e24303f507d555abf6218fb3dea24156d61c1 authored over 10 years ago by Michael Vorburger <[email protected]>
removed un-used old UnknownPlatformException

Signed-off-by: Michael Vorburger <[email protected]>

github.com/vorburger/MariaDB4j - b6c14f5d8ece47391a17d2ed1dddc3350879a34e authored over 10 years ago by Michael Vorburger <[email protected]>
Fixed version for maven-javadoc-plugin & maven-source-plugin

github.com/vorburger/MariaDB4j - ab3a08fa557a26c384c9fa3408c57751c77fea76 authored over 10 years ago by Michael Vorburger <[email protected]>
v2.0 -> v2.0.0 (to allow for future bug fixes)

github.com/vorburger/MariaDB4j - 2fd5eb665f426dae3131a1148841e390208b54b5 authored over 10 years ago by Michael Vorburger <[email protected]>
maven-release-plugin v2.2.2 => v2.5, and -Prelease incl.

maven-source-plugin & maven-javadoc-plugin

github.com/vorburger/MariaDB4j - 1c111145a328f71abdfaa9dea00be1b7b0ebb251 authored over 10 years ago by Michael Vorburger <[email protected]>
added distributionManagement to bintray

github.com/vorburger/MariaDB4j - 016764b6c763b1df92298192db2eae7273f2b310 authored over 10 years ago by Michael Vorburger <[email protected]>
WORKED AROUND @akkie issue #10: Database process hangs sporadically when

running inside an other Java application

Task-Url: https://github.com/vorburger/MariaDB4j/issue...

github.com/vorburger/MariaDB4j - d79c32b1767e8ab7ae50600da24b96ea656ca66a authored over 10 years ago by Michael Vorburger <mike@vorburge>
Seems wiser to do cleanupOnExit() to install shutdown hook BEFORE

waitForConsoleMessage() ..
found in analysing issue #10 (but this in itself won't fix issue #10) ...

github.com/vorburger/MariaDB4j - 37b07da08f821fceb8c36da531ae717752b1a9fa authored over 10 years ago by Michael Vorburger <mike@vorburge>
API change: consoleBufferMaxLines should never have been on

ManagedProcess, but on ManagedProcessBuilder

Signed-off-by: Michael Vorburger <mike@vorburge>

github.com/vorburger/MariaDB4j - b6df6bd1f8142952780446330ee58115b1c44658 authored over 10 years ago by Michael Vorburger <mike@vorburge>
API change: destroyOnShutdown should never have been on ManagedProcess,

but on ManagedProcessBuilder (doesn't actually fix anything, as it was
true by default anyways)

...

github.com/vorburger/MariaDB4j - 16e73e650a416f3c47ba693b5f399f8e49e3ad18 authored over 10 years ago by Michael Vorburger <mike@vorburge>
eclipse: Full (Luna) Errors/Warnings


Signed-off-by: Michael Vorburger <mike@vorburge>

github.com/vorburger/MariaDB4j - dda10e0210ad48856f04073f906423040e73da82 authored over 10 years ago by Michael Vorburger <mike@vorburge>
trivia: @SuppressWarnings("unused") int level arg

Signed-off-by: Michael Vorburger <mike@vorburge>

github.com/vorburger/MariaDB4j - 01b7b8e85952ce0e9b9deb2a4e0dd9012717acf7 authored over 10 years ago by Michael Vorburger <mike@vorburge>
trivia: removed un-used import

Signed-off-by: Michael Vorburger <mike@vorburge>

github.com/vorburger/MariaDB4j - e3b1a61449ff025cde0a29f4b776574d7f514ace authored over 10 years ago by Michael Vorburger <mike@vorburge>
Seems wiser to setDestroyOnShutdown() BEFORE waitForConsoleMessage() ..

found in analysing issue #10 (but this in itself won't fix issue #10)

Signed-off-by: Michael V...

github.com/vorburger/MariaDB4j - c6ff4105054a77187f0d3ea5e0ab5f2732684099 authored over 10 years ago by Michael Vorburger <mike@vorburge>
link to MacOSX Ci @ cloudbees.com

github.com/vorburger/MariaDB4j - f0502f8fc8523ccc56222efaf436dffccf5f81c2 authored over 10 years ago by Michael Vorburger <[email protected]>
builder 101! (To further refine later; e.g. in

https://github.com/vorburger/MariaDB4j/issues/9)

Signed-off-by: Michael Vorburger <mike@vorburge...

github.com/vorburger/MariaDB4j - b32628fbe87eacf2e4cf6f8fd1bf54b743af2814 authored over 10 years ago by Michael Vorburger <[email protected]>
DOC detectFreePort()

github.com/vorburger/MariaDB4j - d20d783daf05889c0e5f0307bc42c43e235079eb authored over 10 years ago by Michael Vorburger <[email protected]>
nada

github.com/vorburger/MariaDB4j - a409b6396cbc36b2812df27211a7f0993612b3d0 authored over 10 years ago by Michael Vorburger <[email protected]>
removed System.setProperty DB_PORT_PROPERTY = "mariadb4j.port" (see

https://github.com/vorburger/MariaDB4j/pull/8 re. why)

github.com/vorburger/MariaDB4j - 3c4f5ef04cdafebc3e29314935234e18c8916eed authored over 10 years ago by Michael Vorburger <[email protected]>
minor: re-intro simple source() without uid/pwd, for backward compat,

and easier to use in trivial cases

github.com/vorburger/MariaDB4j - 2e897f4c164be539901dec27107aa4ed55e9dc5e authored over 10 years ago by Michael Vorburger <[email protected]>
BufferedInputStream

github.com/vorburger/MariaDB4j - cf193dae8f0156d0bd075a19df005b234eb2679f authored over 10 years ago by Michael Vorburger <[email protected]>
upgraded commons-io from 2.1 to 2.4, and commons-lang3 from 3.1 to

3.3.1. Not strictly needed, just noticed new versions while looking for
a util in commons-io (onl...

github.com/vorburger/MariaDB4j - 24cee2c05a86f055a8d928be942d538872fe4f49 authored over 10 years ago by Michael Vorburger <[email protected]>
removing executeScript.sh, which is no longer used now (thanks to

@osimola https://github.com/vorburger/MariaDB4j/pull/8/)

github.com/vorburger/MariaDB4j - f48b68680a7e37e2c3f08e37dd3d2f6d363dd897 authored over 10 years ago by Michael Vorburger <[email protected]>
Adds Juhani's credits to README.

github.com/vorburger/MariaDB4j - 86a70cfb5db7347413027852a905d79763c6efcb authored over 10 years ago by Juhani Simola <[email protected]>
Improved DB.source()

- Does not depend on external shell
- Arguments for username, password and database name

github.com/vorburger/MariaDB4j - 2f9d6a10d36258247268f98917be7c5a3ecc2a55 authored over 10 years ago by Juhani Simola <[email protected]>
More changes to the managed process output stream test.

I found that on some CentOSes /bin/true doesn't have --version switch
and one custom CentOS that...

github.com/vorburger/MariaDB4j - fd3910629d9c46baac86d96686bd49ddab4d3b76 authored over 10 years ago by Juhani Simola <[email protected]>
Autodetect for server port.

- Autodetect works by calling config.detectFreePort or setting port to 0,
analogical to bindin...

github.com/vorburger/MariaDB4j - 21a23ab840c899e002b463667e2033c94c88ac4c authored over 10 years ago by Juhani Simola <[email protected]>
removed old initial (and already no longer used) mariadb-5.3.5/linux.

github.com/vorburger/MariaDB4j - fe4e7ea415852e9e62730c8c41fd4ffbb72e5760 authored over 10 years ago by Michael Vorburger <[email protected]>
Merge branch 'master' of https://github.com/vorburger/MariaDB4j.git

github.com/vorburger/MariaDB4j - cf9c011abcb5fcace47b48f7bdb0a0e15d331cf9 authored over 10 years ago by Michael Vorburger <[email protected]>
ManagedProcess concurrency fixes, as suggested by @osimola in https://github.com/vorburger/MariaDB4j/issues/6

github.com/vorburger/MariaDB4j - e7bebb12e37e474358bd928107988e0eda6e8b28 authored over 10 years ago by Michael Vorburger <[email protected]>
Merge pull request #7 from szermatt/osx_socket

OSX + socket

github.com/vorburger/MariaDB4j - 43d46a1831e87a899c84fa4b7bf5d75f5eac42bc authored over 10 years ago by Michael Vorburger <[email protected]>
Merge branch 'master' of https://github.com/vorburger/MariaDB4j into osx_socket

github.com/vorburger/MariaDB4j - 43e30428ddab0bce681c219de84260f19127c76e authored over 10 years ago by Stephane Zermatten <[email protected]>
Merge pull request #4 from PIH/osx

Adding support for OSX by including mariadb-5.5.34 built via homebrew

github.com/vorburger/MariaDB4j - 4b6b6a8d743f734c91d8f5bc8d2dacb383a24f73 authored over 10 years ago by Michael Vorburger <[email protected]>
Specify unique file path for the MySQL socket on OSX and Linux, instead

of relying on the default.

github.com/vorburger/MariaDB4j - ebe4ee56e3f33fc3a051eba080d8625f16f3429b authored over 10 years ago by Stephane Zermatten <[email protected]>
Merge branch 'osx' of https://github.com/PIH/MariaDB4j

github.com/vorburger/MariaDB4j - 0ca9e1fe105e778ec91988c9e334888a96e002e0 authored over 10 years ago by Stephane Zermatten <[email protected]>
Adding my_print_defaults, and updating readme.txt to indicate that it's necessary

github.com/vorburger/MariaDB4j - 1cd57fa8ab62c9f83c335436a9ba8a6b96563891 authored almost 11 years ago by Darius Jazayeri <[email protected]>
clarifying where to get mysql_install_db from in the OSX distribution

github.com/vorburger/MariaDB4j - d4c279c5fae754fddbc78ce7f193d92c05a9ea35 authored almost 11 years ago by Darius Jazayeri <[email protected]>
Adding support for OSX by including mariadb-5.5.34 built via homebrew

github.com/vorburger/MariaDB4j - 6e2276159218890c54a423f2a47d638f0158772b authored almost 11 years ago by Darius Jazayeri <[email protected]>
Merge pull request #2 from bitdeli-chef/master

Add a Bitdeli Badge to README

github.com/vorburger/MariaDB4j - 79037da36c9cc01912d41bdb557a1d28201dfda9 authored about 11 years ago by Michael Vorburger <[email protected]>
Add a Bitdeli badge to README

github.com/vorburger/MariaDB4j - a27a51863d21b4b82885723a9774cabbe14331de authored about 11 years ago by Bitdeli Chef <[email protected]>
reformatted README

github.com/vorburger/MariaDB4j - e9f0bd4993042025f40f1174dd871e02737d4b75 authored about 11 years ago by Michael Vorburger <[email protected]>
documentation for Configuration.setDataDir()

github.com/vorburger/MariaDB4j - c213a91e6cc6f67d3320ca26d61a15a499098eff authored about 11 years ago by Michael Vorburger <[email protected]>
un-undoing ;) unchecked exception - see comment in

https://github.com/vorburger/MariaDB4j/pull/1

github.com/vorburger/MariaDB4j - 37a294a73b9266481c3d5c2fe82ffba2365c83e6 authored about 11 years ago by Michael Vorburger <[email protected]>
removed COL - see comment in

https://github.com/vorburger/MariaDB4j/pull/1

github.com/vorburger/MariaDB4j - 4ce4bcf165cfd1edbce6fe08a11bd403afcf90af authored about 11 years ago by Michael Vorburger <[email protected]>
add debug messages when attemptig to start mysql server

github.com/vorburger/MariaDB4j - c1d37b1643577f59d9480bb5a21211d2b0df13ea authored about 11 years ago by cospih <[email protected]>
Fix error with permissions on executables on Mac

github.com/vorburger/MariaDB4j - da8dd0a20c73ad0944c7e8c3c0ecd39ce309fdaa authored about 11 years ago by Michael Seaton <[email protected]>
Update the README to reflect the new API

github.com/vorburger/MariaDB4j - 26403c60acd11c986839d62909c6fc655edbc061 authored about 11 years ago by Michael Seaton <[email protected]>
Increase the default max allowed packet to enable sourcing of large setup scripts.

github.com/vorburger/MariaDB4j - 824e8ac4b3dc20f95f286e1abb84641d7601bedf authored about 11 years ago by Michael Seaton <[email protected]>
Upgrade to most recent version of MariaDB (5.5.33a), and also added support for sourcing SQL files for populating tables and inserting data in bulk.

github.com/vorburger/MariaDB4j - 497560d831e245605af1817a49a7300328778f5b authored about 11 years ago by Michael Seaton <[email protected]>
Add convenience factory method that takes only a port number

github.com/vorburger/MariaDB4j - 98736f68bd74052a3d3d46a7c3fd4e1a7571953a authored about 11 years ago by Michael Seaton <[email protected]>
Add the configured port to the various directories in order to facilitate running more than one at a time on different ports.

github.com/vorburger/MariaDB4j - ca5b4d54f9f3a877cd3eafbffd0c57f8cf949579 authored about 11 years ago by Michael Seaton <[email protected]>
Bump up the version number to 2.0-SNAPSHOT due to large amount of changes and non-backwards compatibility. Make unit tests pass again. Add ability to get connection from DB.

github.com/vorburger/MariaDB4j - 5db28129fc4baeb1b3803c4356e0264c0cfad0ec authored about 11 years ago by Michael Seaton <[email protected]>
Relatively extensive re-write, mainly to make things easier for me to follow and to consolidate and organize functionality

github.com/vorburger/MariaDB4j - 9429674b100764dccd658ccec7faa12ebe91cfa8 authored about 11 years ago by Michael Seaton <[email protected]>
Add in first pass at a DBOptions class that allows specifying the port (and any other mysqld command line option) when creating the database.

github.com/vorburger/MariaDB4j - ce584fcfef0da3dc9890e6f29aac0097330164fc authored about 11 years ago by Michael Seaton <[email protected]>
properly formatted README.md

github.com/vorburger/MariaDB4j - 9b2fce5b20b3565dcb1e9c1ff4a0b86abc1c70e4 authored about 11 years ago by Michael Vorburger <[email protected]>
adding link to MariaDB JDBC driver

github.com/vorburger/MariaDB4j - 94411720ca176aa52ee33784219c0b68377c867f authored about 11 years ago by Michael Vorburger <[email protected]>
commented out maven-gpg-plugin, to get

https://travis-ci.org/vorburger/MariaDB4j/ to pass

github.com/vorburger/MariaDB4j - 24a790e72a2c0cfcd2974368fd0a18b12382341b authored over 11 years ago by Michael Vorburger <[email protected]>
Merge branch 'master' of https://github.com/vorburger/MariaDB4j

github.com/vorburger/MariaDB4j - 105e54755c6f157a49227e374c5706f40343bb58 authored over 11 years ago by Michael Vorburger <[email protected]>
Dropping old RAMDisk idea - I'm never going to do that (and it was

stupid anyway).

github.com/vorburger/MariaDB4j - c14d70a3f11fa7c44546863bbc006791689de259 authored over 11 years ago by Michael Vorburger <[email protected]>
Moved MariaDB4jException which was only used by tests from src/main to

src/test

github.com/vorburger/MariaDB4j - 1fa200e14c4167e5e22b8112938c057bfe0cf2ec authored over 11 years ago by Michael Vorburger <[email protected]>
Dropping old RAMDisk idea - I'm never going to do that (and it was

stupid anyway).

github.com/vorburger/MariaDB4j - 24dae27a3faf56a0d7fbd4fc5e2b5c87ad2e232c authored over 11 years ago by Michael Vorburger <[email protected]>
@SuppressWarnings("unused") to avoid "The value of the parameter level

is not used" where that's not a problem.

github.com/vorburger/MariaDB4j - c6ccdd03d6441c8b3dccc22416688e3cfc8b0d7b authored over 11 years ago by Michael Vorburger <[email protected]>
Statement unnecessarily nested within else clause. The corresponding

then clause does not complete.

github.com/vorburger/MariaDB4j - b1919068bceb247b8d6cf3c70525988a1118e1a7 authored over 11 years ago by Michael Vorburger <[email protected]>
nicer, using ```java and ```xml

github.com/vorburger/MariaDB4j - 1e167297acd6637d4c1e43d998ca6bb0a1e455a7 authored about 12 years ago by Michael Vorburger <[email protected]>
travis.ci link

github.com/vorburger/MariaDB4j - d728dfb9f8417332ad1ad729e85519a85d2d4049 authored about 12 years ago by Michael Vorburger <[email protected]>
Trying https://travis-ci.org

github.com/vorburger/MariaDB4j - 44e5bbc20e9423c63c5619c22aa61d94b8147fcc authored about 12 years ago by Michael Vorburger <[email protected]>
Should never @Override fillInStackTrace()

Found while checking a similar class used elsewhere (closed source)

github.com/vorburger/MariaDB4j - 81026990afdef6d7ec9c8fcc4d5150128a1bddeb authored over 12 years ago by Michael Vorburger <[email protected]>
waitFor... methods clarified, documented & simplified

github.com/vorburger/MariaDB4j - 34f7cfa1e0b5e2c3ff02dcf632de7cf7a64fb055 authored over 12 years ago by Michael Vorburger <[email protected]>
just removed TODO for sth which works (and is covered by test) already

github.com/vorburger/MariaDB4j - be12da2c88997faad72c3d14dc1f8d408dbda6a2 authored over 12 years ago by Michael Vorburger <[email protected]>
Clarified JavaDoc, and Test, re. destroy() behaviour if not running

github.com/vorburger/MariaDB4j - 9d34b0f66f38aab15297bc3e4009583b9b2ce8e3 authored over 12 years ago by Michael Vorburger <[email protected]>
waitForAnyExit made safer so that it's less likely to "hang"

github.com/vorburger/MariaDB4j - 914c9676912dee1e5efc13a4a0d85dc57f51f544 authored over 12 years ago by Michael Vorburger <[email protected]>
Doc, after investigating possible improvement in more details

github.com/vorburger/MariaDB4j - 8e5da753ef1a716198ba9fb509e2447549fa4566 authored over 12 years ago by Michael Vorburger <[email protected]>
Environment variables exposed/managed correctly

plus minor method name etc. refactorings following code review with K

github.com/vorburger/MariaDB4j - 23848d1a0d33877b0a8e45c9d285ca8c5404acfa authored over 12 years ago by Michael Vorburger <[email protected]>
Exception Handling cleared up, and some other minor clean up

github.com/vorburger/MariaDB4j - e8021aa83567ada38f6081af782055f3638da779 authored over 12 years ago by Michael Vorburger <[email protected]>
Merge branch 'master' of github.com:vorburger/MariaDB4j

github.com/vorburger/MariaDB4j - f3cd9e51ea417345fa489e361b2a0026397eae3f authored almost 13 years ago by Michael Vorburger <[email protected]>
TODO reviewed

github.com/vorburger/MariaDB4j - 1461e119af7b7071fb8c2c7696d0acb94420a65d authored almost 13 years ago by Michael Vorburger <[email protected]>
UTF-8

github.com/vorburger/MariaDB4j - 6e87cfb8034f802e56a12a336ab35d45fd99a892 authored almost 13 years ago by Michael Vorburger <[email protected]>
Linux OK :) + waitForConsoleMessage more robust + method name refactorings

github.com/vorburger/MariaDB4j - bceddf5309321ac2dbbd9bd24f1594ee5e0e04c9 authored almost 13 years ago by Michael Vorburger <[email protected]>
TXT Guava Service API?

github.com/vorburger/MariaDB4j - 0d15371bddc2ec8d34e647d0536b20356d1f828e authored almost 13 years ago by Michael Vorburger <[email protected]>
WIP Linux support.. still NOK :(

github.com/vorburger/MariaDB4j - fd761701ef1cfa73627854218ecf241217f9b5e9 authored almost 13 years ago by Michael Vorburger <[email protected]>
mariadb-5.3.5/linux distribution; original, except symlink mysql_insstall_db resolved

github.com/vorburger/MariaDB4j - 817346231b435b89f2561505a28d6d26883fd2ab authored almost 13 years ago by Michael Vorburger <[email protected]>
WIP (around chmod +x, for Linux support)

github.com/vorburger/MariaDB4j - 17b6602876baf11872f4b13c56f8b014cc8be0e6 authored almost 13 years ago by Michael Vorburger <[email protected]>
Starting to work on Linux support...

github.com/vorburger/MariaDB4j - 2d1ebcb9c8974b1d7e0a2077f5cd47f36809ae0b authored almost 13 years ago by Michael Vorburger <[email protected]>
IANAL & TXT

github.com/vorburger/MariaDB4j - fa83cbb486dabe59db7f2472f620ac8281ec5df4 authored almost 13 years ago by Michael Vorburger <[email protected]>
set Eclipse project encoding to ISO-8859-1

github.com/vorburger/MariaDB4j - e1282897486e302cdc8d5b3c2c327b7dfc1e851e authored almost 13 years ago by Michael Vorburger <[email protected]>
mariadb-5.3.5/win32 distribution. (Others should work as well.)

github.com/vorburger/MariaDB4j - 4b7506d26a9b57cc5c84dc06565ce544bd104d43 authored almost 13 years ago by Michael Vorburger <[email protected]>
Completed working v0.0.1 during a lone night at a hotel.. ;)

github.com/vorburger/MariaDB4j - 9c03f230f762eafd0ac96b7035df43c31b0c9a3e authored almost 13 years ago by Michael Vorburger <[email protected]>