Commit Graph

386 Commits

Author SHA1 Message Date
Stuart Douglas
352a9f9ec6 Initial attempt at codeship CI integration 2018-09-24 23:27:10 +10:00
Stuart Douglas
9fc0f9c408 Add support for JPA enums 2018-09-24 19:40:29 +10:00
Stuart Douglas
c55b18439f Add support for default PU injection 2018-09-24 13:54:24 +10:00
Stuart Douglas
83b352eed3 @Transactional support 2018-09-24 09:20:13 +10:00
Stuart Douglas
845e2fe91c Merge pull request #30 from mkouba/issue-29
Arc - make it possible to get interceptor bindings from
2018-09-21 21:42:54 +10:00
Martin Kouba
48df6cf952 Arc - make it possible to get interceptor bindings from
InvocationContext

- resolves #29
2018-09-21 12:05:38 +02:00
Stuart Douglas
b85be0f34a Fix issue with interceptor ctor 2018-09-21 17:58:41 +10:00
Stuart Douglas
224f92fead Don't use fakereplace by default 2018-09-20 20:57:23 +10:00
Stuart Douglas
71d0e20d73 Fix logging error message 2018-09-20 20:51:20 +10:00
Martin Kouba
bb3ab7ec93 Use Common Annotations 1.3 2018-09-20 10:06:05 +02:00
Martin Kouba
9236791e1a Add Capabilities constants holder
- register Arc and Weld capabilities
- remove workaround from the fault tolerance annotation processor
2018-09-20 09:45:16 +02:00
Martin Kouba
584addb55e Arc - support private initializer methods 2018-09-20 09:26:42 +02:00
Stuart Douglas
8566c2dded Merge pull request #25 from stuartwdouglas/emi
Entity Manager injection support
2018-09-20 15:47:51 +10:00
Stuart Douglas
6434562061 Change Undertow priority 2018-09-20 15:31:23 +10:00
Stuart Douglas
912559ccfa More JPA fixes 2018-09-20 15:30:34 +10:00
Stuart Douglas
7f9e398dbe Start EMF eagerly to get early feedback 2018-09-20 15:30:34 +10:00
Stuart Douglas
b1f37e717b More hibernate fixes 2018-09-20 15:30:34 +10:00
Stuart Douglas
f3e873187f Changes to get JTA working 2018-09-20 15:30:34 +10:00
Stuart Douglas
e7b792346b Add support for JTA transaction scoped entity managers 2018-09-20 15:30:34 +10:00
Stuart Douglas
8996c58d94 Add support for injecting the EntityManager 2018-09-20 15:30:34 +10:00
Stuart Douglas
0746ce3223 Don't rely on indexing bean validation 2018-09-20 15:17:44 +10:00
Stuart Douglas
a77564f9e6 Bean validation fixes 2018-09-20 13:27:59 +10:00
Stuart Douglas
61708fc7b0 Merge pull request #27 from mkouba/implicit-bean-archives_2
Modify BeanArchiveProcessor so that implicit bean archives are added to
2018-09-20 07:46:06 +10:00
David M. Lloyd
5694d4cff3 Merge pull request #28 from dmlloyd/thanks-emmanuel
Merge our two divergent heads
2018-09-19 14:36:33 -05:00
Emmanuel Bernard
b30209a96f [jpa] Fetch <class> from Index when available
And thus enlist the class hierarchy
2018-09-19 21:07:05 +02:00
David M. Lloyd
01d572737f Merge remote-tracking branch 'upstream/old-master' 2018-09-19 13:36:04 -05:00
Martin Kouba
a85473c800 Modify BeanArchiveProcessor so that implicit bean archives are added to
the index

- note that an archive that contains an extension and no beans.xml file is
NOT a bean archive
2018-09-19 20:27:48 +02:00
Emmanuel Bernard
9157ab7ada [jpa] Add initial support for persistence.xml.class references 2018-09-19 18:44:22 +02:00
Stuart Douglas
b6197c64f2 Add default welcome pages 2018-09-19 18:24:08 +02:00
Stuart Douglas
4b004279a4 Minor fixes 2018-09-19 18:24:08 +02:00
Stuart Douglas
969cd5eb23 Wire up request scope 2018-09-19 18:24:08 +02:00
Emmanuel Bernard
d6feeec95b Add hibernate-protean to the main pom dependency 2018-09-19 18:06:31 +02:00
Stuart Douglas
13a5e566e5 Add default welcome pages 2018-09-19 18:44:10 +10:00
Stuart Douglas
e065b39cd2 Minor fixes 2018-09-19 18:37:38 +10:00
Stuart Douglas
1972569524 Wire up request scope 2018-09-19 17:31:44 +10:00
Emmanuel Bernard
7438b3727d Move hibernate-protean under the ext directory 2018-09-18 17:23:22 +02:00
Emmanuel Bernard
e0c71734cf Import hibernate-protean history 2018-09-18 17:19:25 +02:00
Emmanuel Bernard
3d1795b0d1 Moved hibernate-protean project under subdir hibernate-protean 2018-09-18 17:18:56 +02:00
Stuart Douglas
7942c6beba Allow injection of EMF into CDI beans 2018-09-18 16:15:58 +02:00
Stuart Douglas
77bacdd497 Don't expect everything to be a CDI bean 2018-09-19 00:00:38 +10:00
Stuart Douglas
2c3a4235f3 Fix shamrock:run 2018-09-18 23:46:35 +10:00
Emmanuel Bernard
7182f8f7ee Add options to change log levels via logback.xml 2018-09-18 15:31:49 +02:00
Stuart Douglas
3cbaeec769 Add uberjar support 2018-09-18 23:27:50 +10:00
Stuart Douglas
906cb3339e Use the TCCL for class loading 2018-09-18 18:10:53 +10:00
Stuart Douglas
76f9126266 Initial support for legacy war deployments 2018-09-18 10:38:51 +10:00
Stuart Douglas
c81e38be1b Merge pull request #22 from emmanuelbernard/JPABoot
Integrate JPA into Shamrock
2018-09-18 09:43:47 +10:00
Sanne Grinovero
a26d1049f9 [jpa] Start PostgreSQL from Docker container in project phase 2018-09-17 20:35:23 +02:00
Sanne Grinovero
c315ce79a9 Introducing JPA integration tests, progress with the Hibernate integration 2018-09-17 17:10:13 +02:00
Emmanuel Bernard
491f682ba3 Added javax.annotations exclusion to avoid Maven dependency convergence issues
Please Martin or Stuart, go do the real fix
2018-09-17 17:07:50 +02:00
Martin Kouba
f0b4d52ccc Arc - fix observers resolution 2018-09-17 16:21:26 +02:00