Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
S
spring-boot
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
DEMO
spring-boot
Commits
134edf9f
Commit
134edf9f
authored
Jul 03, 2018
by
Andy Wilkinson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Upgrade to Jooq 3.11.2
Closes gh-13675
parent
fba7ff29
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
pom.xml
spring-boot-project/spring-boot-dependencies/pom.xml
+1
-1
TangleFreeGeneratorStrategy.java
...in/java/sample/jooq/util/TangleFreeGeneratorStrategy.java
+3
-3
No files found.
spring-boot-project/spring-boot-dependencies/pom.xml
View file @
134edf9f
...
...
@@ -108,7 +108,7 @@
<joda-time.version>
2.10
</joda-time.version>
<jolokia.version>
1.6.0
</jolokia.version>
<johnzon-jsonb.version>
1.1.8
</johnzon-jsonb.version>
<jooq.version>
3.1
0.8
</jooq.version>
<jooq.version>
3.1
1.2
</jooq.version>
<jsonassert.version>
1.5.0
</jsonassert.version>
<json-path.version>
2.4.0
</json-path.version>
<jstl.version>
1.2
</jstl.version>
...
...
spring-boot-samples/spring-boot-sample-jooq/src/main/java/sample/jooq/util/TangleFreeGeneratorStrategy.java
View file @
134edf9f
/*
* Copyright 2012-201
6
the original author or authors.
* Copyright 2012-201
8
the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
...
...
@@ -16,8 +16,8 @@
package
sample
.
jooq
.
util
;
import
org.jooq.
util
.DefaultGeneratorStrategy
;
import
org.jooq.
util
.Definition
;
import
org.jooq.
codegen
.DefaultGeneratorStrategy
;
import
org.jooq.
meta
.Definition
;
/**
* Custom {@link DefaultGeneratorStrategy} that doesn't produce tangled packages. Too
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment