Commit Graph

33 Commits

Author SHA1 Message Date
Stuart Douglas
eb8f68d17b Apache License Version 2.0 2018-11-22 13:33:06 +11:00
Stuart Douglas
ba6c337c96 Add basic unit test support 2018-11-20 12:33:57 +11:00
Stuart Douglas
d65d610c58 Start work on a unit test framework 2018-11-20 12:06:44 +11:00
Stuart Douglas
4fff5ec6da Change test runner structure 2018-11-20 10:56:41 +11:00
Stuart Douglas
2ee9216453 Remove old core 2018-11-15 16:26:15 +11:00
Sanne Grinovero
c77eb5de23 Avoid Regex for simple char replacements 2018-10-22 15:11:44 +01:00
Stuart Douglas
c700889dd9 Cache transformations so they do not need to be applied if the class has not changed 2018-10-19 12:27:49 +01:00
Sanne Grinovero
4895e62bbe Report stacktraces on Shamrock boot error 2018-10-01 11:32:56 +01:00
Stuart Douglas
473e2e5f22 Add support for using Agroal Datasources in hibernate
If persistence.xml does not have a connection URL defined then the Agroal
datasource will be used instead.
2018-09-26 09:06:36 +02:00
protean-bot
ac1292d753 Set up CI with Azure Pipelines 2018-09-26 10:44:40 +10:00
Stuart Douglas
e7b792346b Add support for JTA transaction scoped entity managers 2018-09-20 15:30:34 +10:00
Stuart Douglas
76f9126266 Initial support for legacy war deployments 2018-09-18 10:38:51 +10:00
Stuart Douglas
932e1bd59d Make strict example use arc 2018-08-31 12:43:48 +10:00
Stuart Douglas
610361aa97 Minor fixes 2018-08-02 20:08:50 +10:00
Stuart Douglas
e2d4e4834b Try and guess the native image location for IDE tests 2018-08-02 20:04:33 +10:00
Stuart Douglas
91342aa6c5 Add initial support for indexing additional classes 2018-08-02 11:50:34 +10:00
Stuart Douglas
c96779471b Add support for bytecode transformation of application classes 2018-08-01 15:47:10 +10:00
Stuart Douglas
e49aafc63e Change the way output is produced 2018-07-26 14:10:35 +10:00
Stuart Douglas
8f1647fe09 Move responsibility for generating native images to a maven plugin
To test the native image you now need to add -Dnative to the command line
2018-07-26 10:06:59 +10:00
Stuart Douglas
55f28fe6a3 Use --no-server 2018-07-26 07:26:57 +10:00
Stuart Douglas
473fe2195b Add support for debug symbols to the graal runner 2018-07-25 09:57:32 +10:00
Stuart Douglas
c786aee187 Changes to the graal runner 2018-07-24 21:04:40 +10:00
Stuart Douglas
863b600958 Add some JAXB stuff
It works, but not in strict mode, and it probably should not be part of JAX-RS
2018-07-24 12:03:50 +10:00
Stuart Douglas
44e70d11f9 Make graal runner a bit less silly 2018-07-24 07:43:28 +10:00
Stuart Douglas
b1c8b2bac0 Json-P test 2018-07-20 11:58:37 +10:00
Stuart Douglas
429ee9d31a re-structure build into strict and non-strict examples 2018-07-20 10:14:59 +10:00
Stuart Douglas
c1cbaa2bf8 Add basic resources support 2018-07-19 14:03:52 +10:00
Stuart Douglas
c347a3b49c Add CDI injection 2018-07-17 10:29:57 +10:00
Stuart Douglas
9f6156c06a Read stderr 2018-07-13 16:38:42 +10:00
Stuart Douglas
24932544a4 Some more changes 2018-07-12 13:54:52 +10:00
Stuart Douglas
2a4189be47 Change runner to generate metadata at runtime 2018-07-12 11:35:57 +10:00
Stuart Douglas
990c4e9f00 Add a super hacky native image runner 2018-07-10 16:35:25 +10:00
Stuart Douglas
6ee10e7a60 Add some tests 2018-07-10 14:28:00 +10:00