Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
90 commits
Select commit Hold shift + click to select a range
0e10b09
update aesh to 1.11 + move/update readme
stalep Jan 28, 2019
399b008
Fix for #649 close created URLClassLoader's
aloubyansky Jan 28, 2019
6aa6281
Hibernate second-level cache impl
galderz Dec 19, 2018
f61e983
fix variable injection and uber-jar explanation in the getting starte…
cescoffier Jan 29, 2019
91ac664
add a note about having a working docker environment before building …
cescoffier Jan 29, 2019
b808c82
extend a bit the application configuration guide
cescoffier Jan 29, 2019
00036ba
use admonitions
cescoffier Jan 29, 2019
ead2453
move the extension list to a filtered resource directory - otherwise …
cescoffier Jan 29, 2019
6bb3aa8
Various fixes in the input validation guides
cescoffier Jan 29, 2019
cebb3b6
Extend the list of items generated by the create project mojo
cescoffier Jan 29, 2019
9be53bc
Fix typos in the scheduled tasks guide
cescoffier Jan 29, 2019
845fcef
Fix the segfault happening when write buffering is enabled
Sanne Jan 29, 2019
47ec614
Replace reference to the old repository
cescoffier Jan 29, 2019
fc19f4b
Modify the getting started guide to use the project generation capabi…
cescoffier Jan 29, 2019
58c2279
apply the comment made by Guillaume
cescoffier Jan 30, 2019
fb4c0f8
Remove non used methods
cescoffier Jan 30, 2019
60460d4
Gracefully stop rather than hang when there are no steps
FroMage Jan 9, 2019
21775c1
Fix issues #670, #671, #672, #673 and #675
cescoffier Jan 30, 2019
29882ac
Some more reviews:
cescoffier Jan 30, 2019
ca97498
ArC - document "remove unused beans" optimization
mkouba Jan 29, 2019
ac10da2
Entity not found is valid with Hibernate cache, deal with it
galderz Jan 30, 2019
3249147
Merge pull request #666 from cescoffier/features/various-documentatio…
cescoffier Jan 30, 2019
5d0b705
Merge pull request #680 from FroMage/execution-bug-fix
FroMage Jan 30, 2019
9a02236
Set error message when building native image without prior packaging
geoand Jan 30, 2019
83da481
Support Infinispan Client in Protean
wburns Dec 13, 2018
164c9db
Merge pull request #667 from wburns/jdg
Sanne Jan 30, 2019
cc30b91
Remove native image profile for Hibernate cache stress test module
galderz Jan 30, 2019
b1d8215
Merge pull request #674 from mkouba/log-unused-beans-removal
mkouba Jan 30, 2019
c64af78
Revert "ArC - remove LazyValue from ComputingCache"
mkouba Jan 30, 2019
3edb7f6
Fix Bean Validation extension feature name
gsmet Jan 30, 2019
fab1a39
Merge pull request #642 from stalep/master
stalep Jan 30, 2019
02b6fcc
Merge pull request #689 from gsmet/fix-bv-feature-name
gsmet Jan 30, 2019
bdced2d
Merge pull request #659 from galderz/t_infinispan_hibernate_cache_v2
Sanne Jan 30, 2019
5b81063
Merge pull request #688 from mkouba/issue-686
cescoffier Jan 31, 2019
d4612fc
Fix typo in method name
Sanne Jan 31, 2019
cb43eee
Lower logging verbosity of the Hot Rod client extension
Sanne Jan 31, 2019
67ed7ab
Disable an Infinispan 2LC assertion which isn't currently working
Sanne Jan 31, 2019
32eb68c
Merge pull request #693 from Sanne/HotRodPolishing
Sanne Jan 31, 2019
3a2f1e1
Merge pull request #695 from Sanne/DisableInfinispanAssertion
Sanne Jan 31, 2019
0b97056
proposed "specification" for CLI/client behavior
Jan 25, 2019
34748f6
replace freemarker templating with something more svm friendly
Jan 31, 2019
1368833
update aesh to 1.11 + move/update readme
stalep Jan 28, 2019
e65bcdf
replace freemarker templating with something more svm friendly
Jan 31, 2019
54e54d1
fix regression on version
Jan 31, 2019
2e87d2a
Refactor configuration completely
dmlloyd Jan 2, 2019
8897036
Merge pull request #685 from geoand/#684
stuartwdouglas Feb 1, 2019
aee497c
Merge pull request #650 from aloubyansky/close-ucls
stuartwdouglas Feb 1, 2019
0a09e82
Merge pull request #692 from dmlloyd/config-new
dmlloyd Feb 1, 2019
2f9535c
RestClientProcessor - replace generated bean classes with BeanRegistrar
mkouba Jan 30, 2019
151464c
Only rest client interfaces annotated with RegisterRestClient registered
mkouba Jan 31, 2019
63cfd55
Fix Hibernate cache random failures #694
galderz Jan 31, 2019
a0edcf0
Merge pull request #691 from mkouba/issue-690-mp-rest-bean-registrar
mkouba Feb 1, 2019
5d27a98
Align Hibernate cache timeout units
galderz Feb 1, 2019
1e3fde2
Minor cosmetic improvements to the Agroal extension
gsmet Feb 1, 2019
d87168f
We should contribute the driver for reflection not the URL
gsmet Feb 1, 2019
626450d
Be more consistent with JAX-RS extension/feature names
gsmet Feb 1, 2019
588b8e8
Properly sort the feature list
gsmet Feb 1, 2019
88deb44
Upgrade to RESTEasy 4.0.0.Beta8
asoldano Jan 31, 2019
7a529b4
Use the property for OpenAPI Jackson version
gsmet Feb 1, 2019
fe1804b
Create an opinionated JAX-RS - JSON extension
gsmet Feb 1, 2019
34b8ac9
Change the default groupID and packageName to not mention jboss.
cescoffier Feb 1, 2019
98745e6
Restore formatting of license header in shamrock parent pom
Sanne Feb 1, 2019
197d9d4
Caffeine extension
Sanne Feb 1, 2019
b3b4f50
Make the classname optional
cescoffier Feb 1, 2019
031c695
ExtensionAnnotationProcessor: can't delete a resource file in Eclipse
FroMage Feb 1, 2019
25fe38a
Workaround Eclipse APT / jdeparser issues around static nested types
FroMage Feb 1, 2019
60e5429
Fix #706 - Ask the user if he wants to generate the resources
cescoffier Feb 1, 2019
6d8fc2b
Guides must enforce batch mode to avoid user prompts
cescoffier Feb 1, 2019
bb5e12e
Merge pull request #714 from gsmet/agroal-tidying
gsmet Feb 1, 2019
c494f1f
Merge pull request #710 from galderz/t_random_2lcache_failures
Sanne Feb 1, 2019
de6beb3
Merge pull request #697 from evanchooly/master
dmlloyd Feb 1, 2019
3f910fa
Merge pull request #715 from Sanne/Caffeine
gsmet Feb 1, 2019
12a5916
Merge pull request #711 from gsmet/jaxrs-json-extension
gsmet Feb 1, 2019
21f5a16
Merge pull request #716 from FroMage/eclipse-apt-fixes
Sanne Feb 1, 2019
e2dc5c1
Netty extension
Sanne Feb 1, 2019
8fad594
Merge pull request #720 from Sanne/Netty
Sanne Feb 1, 2019
8028283
Disable the interactive mode if the artifactId is set.
cescoffier Feb 2, 2019
fad6a04
Update documentation to reflect the latest changes:
cescoffier Feb 2, 2019
afd7e1e
Remove non used methods
cescoffier Jan 30, 2019
40e9de4
Fix issues #670, #671, #672, #673 and #675
cescoffier Jan 30, 2019
36b64eb
Change the default groupID and packageName to not mention jboss.
cescoffier Feb 1, 2019
f45b51f
Make the classname optional
cescoffier Feb 1, 2019
60854e4
Fix #706 - Ask the user if he wants to generate the resources
cescoffier Feb 1, 2019
a1c3bea
Guides must enforce batch mode to avoid user prompts
cescoffier Feb 1, 2019
9db7350
Disable the interactive mode if the artifactId is set.
cescoffier Feb 2, 2019
486e9c3
Update documentation to reflect the latest changes:
cescoffier Feb 2, 2019
d779210
ClassName and Path can be `null` - avoid npe
cescoffier Feb 2, 2019
bc1f984
Cosmetic - Remove non-used variable
cescoffier Feb 2, 2019
366aab3
Fix testDir when navigation to the generated directory is required
cescoffier Feb 2, 2019
93262c4
Merge branch 'features/fix-maven-generation-regressions' of github.co…
cescoffier Feb 2, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ First, we need a new project. Create a new project with the following command:

[source]
----
mvn org.jboss.shamrock:shamrock-maven-plugin:1.0.0.Alpha1-SNAPSHOT:create \
mvn -B org.jboss.shamrock:shamrock-maven-plugin:1.0.0.Alpha1-SNAPSHOT:create \
-DprojectGroupId=org.acme \
-DprojectArtifactId=application-configuration \
-DclassName="org.acme.config.GreetingResource" \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ First, we need a new project. Create a new project with the following command:

[source, subs=attributes+]
----
mvn org.jboss.shamrock:shamrock-maven-plugin:{shamrock-version}:create \
mvn -B org.jboss.shamrock:shamrock-maven-plugin:{shamrock-version}:create \
-DprojectGroupId=org.acme \
-DprojectArtifactId=application-lifecycle-events \
-DclassName="org.acme.events.GreetingResource" \
Expand Down
5 changes: 4 additions & 1 deletion docs/src/main/asciidoc/ide-configuration.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,16 @@ Then, you can scaffold a new project with:

[source,subs=attributes+]
----
mvn org.jboss.shamrock:shamrock-maven-plugin:{shamrock-version}:create \
mvn -B org.jboss.shamrock:shamrock-maven-plugin:{shamrock-version}:create \
-DprojectGroupId=my-groupId \
-DprojectArtifactId=my-artifactId \
-DprojectVersion=my-version \
-DclassName="org.my.group.MyResource"
----

NOTE: If you just launch `mvn org.jboss.shamrock:shamrock-maven-plugin:{shamrock-version}:create` the Maven plugin ask
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

s/ask/asks/

for user inputs.

The following table lists the attributes you can pass to the `create` command:

[cols=3*,options="header"]
Expand Down
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/json-and-validation-guide.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ First, we need a new project. Create a new project with the following command:

[source, subs=attributes+]
----
mvn org.jboss.shamrock:shamrock-maven-plugin:{shamrock-version}:create \
mvn -B org.jboss.shamrock:shamrock-maven-plugin:{shamrock-version}:create \
-DprojectGroupId=org.acme \
-DprojectArtifactId=input-validation \
-DclassName="org.acme.validation.BookResource" \
Expand Down
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/opentracing-guide.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ First, we need a new project. Create a new project with the following command:

[source, subs=attributes+]
----
mvn org.jboss.shamrock:shamrock-maven-plugin:{shamrock-version}:create \
mvn -B org.jboss.shamrock:shamrock-maven-plugin:{shamrock-version}:create \
-DprojectGroupId=org.acme \
-DprojectArtifactId=using-opentracing \
-DclassName="org.acme.opentracing.TracedResource" \
Expand Down
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/scheduled-guide.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ First, we need a new project. Create a new project with the following command:

[source, subs=attributes+]
----
mvn org.jboss.shamrock:shamrock-maven-plugin:{shamrock-version}:create \
mvn -B org.jboss.shamrock:shamrock-maven-plugin:{shamrock-version}:create \
-DprojectGroupId=org.acme \
-DprojectArtifactId=scheduling-periodic-tasks \
-DclassName="org.acme.scheduling.CountResource" \
Expand Down
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/websocket-guide.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ First, we need a new project. Create a new project with the following command:

[source, subs=attributes+]
----
mvn org.jboss.shamrock:shamrock-maven-plugin:{shamrock-version}:create \
mvn -B org.jboss.shamrock:shamrock-maven-plugin:{shamrock-version}:create \
-DprojectGroupId=org.acme \
-DprojectArtifactId=using-websockets \
-Dextensions="websockets"
Expand Down