Commit Graph

48 Commits

Author SHA1 Message Date
Lukas Eder
5268c59103 Release 3.3.0-SNAPSHOT 2013-10-28 17:13:41 +01:00
Lukas Eder
fb176af7df Release 3.2.0 2013-10-09 19:24:30 +02:00
Lukas Eder
2918b30ed2 Fixed parent pom.xml 2013-10-08 13:44:39 +02:00
Lukas Eder
7725787591 Merge branch 'master' of git@github.com:jOOQ/jOOQ.git
Conflicts:
	jOOQ-test/src/org/jooq/test/_/testcases/CRUDTests.java
	pom.xml
2013-10-01 13:05:28 +02:00
Lukas Eder
13758c5e4e Commented out jooq-gradle dependency for the time being 2013-10-01 09:44:09 +02:00
Lukas Eder
66c0eadb16 Removed reference to gradle contribution. It doesn't build ootb 2013-09-17 17:27:19 +02:00
Lukas Eder
0de43e50a1 Settle for final multi-licensing model: ASL 2.0 / Commercial 2013-09-17 12:01:08 +02:00
Lukas Eder
34c8ff98ed New Licensor: Data Geekery GmbH
- Transferred license from Lukas Eder to Data Geekery GmbH
- Changed license from ASL 2.0 to
  - LGPL + Commercial for jOOQ
  - AGPL + Commercial for jOOQ-codegen, jOOQ-meta, jOOQ-scala and others
2013-09-16 10:12:45 +02:00
Lukas Eder
370ee44667 Commented out "risky" references of third-party Maven repositories 2013-08-27 11:38:14 +02:00
Lukas Eder
69a8b14a6f Added gradle jooq-codegen-gradle dependency to main pom.xml 2013-08-27 11:37:51 +02:00
Lukas Eder
0b382989ac [#2287] Added Ben Manes to the contributors list 2013-08-27 11:03:31 +02:00
Lukas Eder
289bbd59ca Merge pull request #2711 from ben-manes/master
Integrated @ben-manes's Gradle plugin contribution
2013-08-27 01:59:19 -07:00
Lukas Eder
bbc390f4f9 Release 3.2.0-SNAPSHOT 2013-08-26 16:45:55 +02:00
Lukas Eder
afc1c4fec1 Release 3.2.0-alpha-01 - jooq-console will no longer ship with standard
distribution in 3.2
2013-08-26 14:38:34 +02:00
Lukas Eder
634be94da7 Release 3.2.0-alpha-01 2013-08-26 13:58:24 +02:00
Ben Manes
9f160d5e86 Contribute Gradle plugin
Contributing the [Gradle plugin](https://github.com/ben-manes/gradle-jooq-plugin) required,
 - Updating to the package names
 - Adding to the Maven build. The Gradle plugin dependencies piggyback
   on Flyway's repository, as Gradle does not officially publish the
   dependencies for building plugins in another build tool.
 - Assigning copyright

This contribution is not tested due to a broader build failure in
`FlashbackTable`.

Note that this plugin took a simple and fast approach by leveraging
Groovy's XML markeup syntax. This provided a concise extension, at
the cost of flexibility to customize the plugin in multiple build
scripts (e.g. subproject adding data type converters). A richer
plugin should be created, but exceeded the scope of what was needed
at the time of development.
2013-08-26 03:05:05 -07:00
Lukas Eder
c9426b5a78 Added GA to Javadoc 2013-07-22 12:16:02 +02:00
Lukas Eder
66c71583f3 Release 3.2.0-SNAPSHOT 2013-07-02 10:52:33 +02:00
Lukas Eder
5827083e4e Release 3.1.0 2013-06-30 15:55:46 +02:00
Lukas Eder
1fda450d0e Noop 2013-05-17 19:43:36 +02:00
Lukas Eder
d10cd42caf [#2413] Suppress warnings in generated code (@SuppressWarnings("all")
doesn't suppress "rawtypes" warnings with javac)
2013-05-03 11:55:56 +02:00
Lukas Eder
21569fda4f Release 3.1.0-SNAPSHOT 2013-05-01 18:04:58 +02:00
Lukas Eder
e23d2af072 Release 3.0.0 2013-04-28 11:49:58 +02:00
Lukas Eder
fb7a0c535f Release 3.0.0-RC3: Version increment 2013-04-12 15:29:22 +02:00
Lukas Eder
abe43ec2c2 Release 3.0.0-SNAPSHOT 2013-04-05 11:20:59 +02:00
Lukas Eder
c4cb32ee5e Release 3.0.0-RC2 2013-03-08 10:30:08 +01:00
Lukas Eder
244f82c49f Release 3.0.0-SNAPSHOT 2013-02-28 10:33:51 +01:00
Lukas Eder
4a8ffaea3b Release 3.0.0-RC1 - Added generated test classes to the test source
paths in Maven
2013-02-18 11:54:45 +01:00
Lukas Eder
8576e1d56d Release 3.0.0-RC1 2013-02-16 14:28:59 +01:00
Lukas Eder
9c81396726 Give credit to Ed Schaller for his contributions to the unsigned data
types
2012-10-26 18:27:54 +02:00
Lukas Eder
589ea09f8e Fixed URLs 2012-10-26 15:16:03 +02:00
Lukas Eder
b1bd104fd0 Release 3.0.0-SNAPSHOT 2012-10-26 15:13:19 +02:00
Lukas Eder
dc14cea30b Release 2.6.0 2012-10-26 12:26:20 +02:00
Lukas Eder
9010596b87 Added Ivan to the contributor list 2012-09-08 01:15:56 +02:00
Lukas Eder
cd8894e5d1 [#1773] Add a new jOOQ-Scala project and jooq-scala artefactId, to
contain jOOQ extensions in the Scala language - Added more operators
2012-09-01 10:49:01 +02:00
Lukas Eder
7d569a9e54 Release 2.6.0-SNAPSHOT 2012-08-28 19:45:25 +02:00
Lukas Eder
22fd40c248 Release 2.5.0 - Give credits to Sugiharto Lim for his Firebird
integration contribution
2012-08-26 13:37:05 +02:00
Lukas Eder
c8a212cc5e Release 2.5.0 2012-08-25 22:47:03 +02:00
Lukas Eder
28b06d7301 Release 2.5.0-SNAPSHOT 2012-07-11 22:24:09 +02:00
Lukas Eder
6a254af74a Release 2.4.0 2012-07-08 17:22:34 +02:00
Lukas Eder
39f4307406 [#1498] Removed enforcer plugin. jOOQ can be built with JDK 7 2012-07-06 16:49:23 +02:00
Lukas Eder
83e5b1a39a Added Aaron as a contributor 2012-07-01 10:27:38 +02:00
Lukas Eder
688401785d [#1500] Enforce Java 1.6 in parent POM. GitHub Issue #17 2012-06-28 12:37:34 +02:00
Lukas Eder
37c3e7dcd1 No op 2012-06-03 15:56:58 +02:00
Lukas Eder
892a8191f8 Added Robin as a contributor 2012-05-22 19:17:41 +02:00
Lukas Eder
a3429bf5be [#1440] Add top-level pom.xml for jooq-parent artefact (GitHub Issue
#14) - Fixed some issues
2012-05-22 19:08:12 +02:00
Lukas Eder
7d5a66bff8 [#1440] Add top-level pom.xml for jooq-parent artefact (GitHub Issue
#14) - Added missing developers, contributors
2012-05-22 19:01:14 +02:00
peter
ea85e102af add parent pom.xml to project 2012-05-22 00:16:28 +02:00