Commit Graph

8 Commits

Author SHA1 Message Date
Ben Hale
de2422fdf5 Per-kind Disabling
Previously, auto-configuration of all kinds of bindings were either enabled or
disabled en-mass.  This level of granularity wasn't really appropriate in
practice as it many use-cases could be served with some bindings but not
others.  This change updates each auto-configuration to watch for a particular
key to be disabled.

[resolves #29]

Signed-off-by: Ben Hale <bhale@vmware.com>
2020-05-11 09:36:54 -07:00
Ben Hale
6c51ac5712 SQLServer JDBC Format
[resolves #11]

Signed-off-by: Ben Hale <bhale@vmware.com>
2020-05-11 08:55:29 -07:00
Ben Hale
81f30595c1 PostgreSQL JDBC Format
[resolves #10]

Signed-off-by: Ben Hale <bhale@vmware.com>
2020-05-11 08:52:28 -07:00
Ben Hale
efcb054ec0 Oracle JDBC Format
[resolves #9]

Signed-off-by: Ben Hale <bhale@vmware.com>
2020-05-11 08:49:55 -07:00
Ben Hale
268be9f7c7 MySQL JDBC Format
[resolves #8]

Signed-off-by: Ben Hale <bhale@vmware.com>
2020-05-11 08:47:35 -07:00
Ben Hale
87a8ac1226 DB2 URL Format
[resolves #4]

Signed-off-by: Ben Hale <bhale@vmware.com>
2020-05-11 08:45:13 -07:00
Ben Hale
30b1a88644 Isolate Boot-specific Processors
Previously, the Boot-specific processors were in the same package as the core
types.  This minimzed the visibility of some constructors used for testing,
but as the list of processors has grown (and will continue to grow), the core
types were being overwhelmed.

This change moves the Boot-specific processors out to an additional package
where they can be easily identified.

Signed-off-by: Ben Hale <bhale@vmware.com>
2020-05-11 07:35:45 -07:00
Ben Hale
ff878c8c95 Single Project
And now we arrive at the end, a single concise project.

Signed-off-by: Ben Hale <bhale@vmware.com>
2020-05-09 09:03:58 -07:00