Commit Graph

2514 Commits

Author SHA1 Message Date
Timo Westkämper
adc7917cc3 changed null handling to be compatible with Nullable cases 2010-09-22 14:49:01 +00:00
Timo Westkämper
0305cfc361 minor changes 2010-09-22 14:42:32 +00:00
Timo Westkämper
5db211da08 added hibernate apt configuration 2010-09-22 14:39:48 +00:00
Timo Westkämper
03ab886a78 #645255 : fixed hardcoded path separator 2010-09-22 14:32:16 +00:00
Vesa Martilla
c2a2d39be6 Added asserts to ScalaBeanSerializerTest. 2010-09-22 13:25:31 +00:00
Lassi Immonen
766dc48598 Added unique result 2010-09-22 13:06:03 +00:00
Timo Westkämper
5e3ab23fe9 added APT one jar configuration for HibernateAnnotationProcessor 2010-09-22 13:05:37 +00:00
Timo Westkämper
67338a4550 2010-09-22 12:47:37 +00:00
Timo Westkämper
0750fead5e improved output 2010-09-22 12:45:10 +00:00
Timo Westkämper
99951ece9b 2010-09-22 12:38:25 +00:00
Vesa Martilla
aebaaa8372 ScalaMetaDataSerializer: Switched a for-loop to a foreach and java.util.HashSet to scala.collection.mutable.Set. 2010-09-22 12:10:54 +00:00
Timo Westkämper
a5e0fe70f5 simplified BooleanBuilder 2010-09-22 11:47:44 +00:00
Vesa Martilla
21c61ae964 Formatting of all Scala source files follows the Scala conventions more closely now. 2010-09-22 11:37:44 +00:00
Vesa Martilla
0107e914e1 Changed ScalaBeanSerializer.getAnnotationTypes to use scala.collection.mutable.Set[String]. 2010-09-22 11:27:01 +00:00
Vesa Martilla
35cf7d52c7 Changed "for (v <- coll) {...}" into "coll foreach {v => ...}" and some for-loops into .map(...). 2010-09-22 10:44:51 +00:00
Timo Westkämper
3e4a102bf0 updated codegen dependency 2010-09-22 10:35:51 +00:00
Timo Westkämper
6731589018 added Mongodb docs stub 2010-09-22 10:34:38 +00:00
Vesa Martilla
0b3e732866 Replaced for-loops with more Scala-esque usage of map and flatMap. 2010-09-22 09:02:07 +00:00
Vesa Martilla
5d74561f1c Changed vars to vals. 2010-09-22 08:19:32 +00:00
Timo Westkämper
6069f7f57a added mongodb as module into root 2010-09-22 07:39:48 +00:00
Lassi Immonen
e1b9590844 Added iterate test 2010-09-22 05:48:56 +00:00
Lassi Immonen
e993b80737 Added iterate test 2010-09-22 05:44:23 +00:00
Timo Westkämper
e27ace0f2d renamed expr to predicate 2010-09-21 17:38:39 +00:00
Timo Westkämper
c3d954af42 fixed tests 2010-09-21 16:38:09 +00:00
Vesa Martilla
97f5372524 Changed for-loop string concat into a map mkstring combination. 2010-09-21 14:47:06 +00:00
Timo Westkämper
4bcef2164a added test for dumping class signatures 2010-09-21 14:38:33 +00:00
Vesa Martilla
b62fa6e01b JPAIntegrationTest modified entities to be more Scala like, will break the tests due to not being JPA compliant. 2010-09-21 14:03:29 +00:00
Timo Westkämper
a5525aadd4 improved code generation 2010-09-21 14:03:13 +00:00
Timo Westkämper
69046261c4 updated codegen dependency 2010-09-21 14:01:35 +00:00
Vesa Martilla
6bb6ee6deb Added <version>2.8</version> to pom.xml which enables proper build path configuration with Maven's Eclipse plugin. 2010-09-21 13:16:30 +00:00
Timo Westkämper
f959255d00 updated version to 2.0.0-alpha-2-SNAPSHOT 2010-09-21 12:44:29 +00:00
Timo Westkämper
e03b001bb4 updated version to 2.0.0-alpha-2 2010-09-21 12:43:10 +00:00
Timo Westkämper
157790eac3 updated version to 2.0.0-alpha-1-SNAPSHOT 2010-09-21 08:31:03 +00:00
Timo Westkämper
12df540590 updated version to 2.0.0-alpha-1 2010-09-21 08:28:40 +00:00
Timo Westkämper
d7673bd70a slimmed down one-jar 2010-09-21 07:39:00 +00:00
Timo Westkämper
7e9a524812 2010-09-20 19:06:44 +00:00
Timo Westkämper
7b1884cffd added JPA integration test 2010-09-20 19:03:40 +00:00
Timo Westkämper
ee85acd688 updated validation api dependency 2010-09-20 18:50:18 +00:00
Timo Westkämper
581b194443 fixed querydsl-maven-plugin configuration 2010-09-20 17:08:44 +00:00
Timo Westkämper
3f73b746d9 fixed pom 2010-09-20 17:08:11 +00:00
Timo Westkämper
eecb94722c 2010-09-20 16:39:47 +00:00
Timo Westkämper
7e1d9094b0 2010-09-20 15:22:50 +00:00
Timo Westkämper
7a794d835e 2010-09-20 14:41:52 +00:00
Timo Westkämper
63bce0fd7f updated documentation to match new packages and classes 2010-09-20 14:41:19 +00:00
Lassi Immonen
f4f9ece17c Not, regex support 2010-09-20 13:36:21 +00:00
Timo Westkämper
cda5293fb3 #639217 : added single jar bundles for APT Eclipse usage 2010-09-20 13:09:27 +00:00
Samppa Saarela
d9fb0f8a9c Test for not regenerating an up-to-date Q-type 2010-09-20 10:49:30 +00:00
Timo Westkämper
6a08f3d912 added Nullable annotations 2010-09-20 10:30:57 +00:00
Timo Westkämper
a3bc91dc8a 2010-09-20 09:00:48 +00:00
Timo Westkämper
dd7cfc554c 2010-09-20 08:59:55 +00:00