Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JDF 159 - Demonstrate usage of Deactivateable from Deltaspike updating relevant Quickstarts that uses Extension #371

Closed
wants to merge 7 commits into from

Conversation

rafabene
Copy link
Contributor

No description provided.

@rafabene
Copy link
Contributor Author

The Deactivateable feature was added to cdi-portable-extension and cdi-veto quickstarts. But I'm now wondering if we should keep just on cdi-portable-extension to avoid any confusion that could exist mixing a veto with deactivateable. What you think?

@LightGuard
Copy link
Member

I don't think we want it on every CDI extension, just the ones using DeltaSpike. Pulling in DS for two classes in an already small extension seems overkill to me. The idea is they demonstrate one concept, so we shouldn't needlessly be confusing the users.

Sent from my iPhone

On Dec 10, 2012, at 7:48, Rafael Benevides notifications@github.com wrote:

The Deactivateable feature was added to cdi-portable-extension and cdi-veto quickstarts. But I'm now wondering if we should keep just on cdi-portable-extension to avoid any confusion that could exist mixing a veto with deactivateable. What you think?


Reply to this email directly or view it on GitHub.

@rafabene
Copy link
Contributor Author

Ok. So I'll revert the cdi-veto quickstart and keep on cdi-portable-extension only. Thanks

@rafabene rafabene closed this Dec 19, 2012
@rafabene
Copy link
Contributor Author

Will create another QS that shows how to deactivate an existing DeltaSpike extension

@rafabene rafabene reopened this Dec 20, 2012
What is it?
-----------

DeltaSpike artifacts can be deactivated manually (e.g. to improve the performance if a part isn't needed, to provide a custom implementation if the default implementation isn't pluggable by default or to bypass an implementation which causes an issue).
Copy link
Contributor

Choose a reason for hiding this comment

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

As we are demonstrating this facility, we should say "DeltaSpike allows..."

@pmuir
Copy link
Contributor

pmuir commented Dec 22, 2012

Looks good beyond the minor issues commented on.

@@ -0,0 +1,122 @@
DeltaSpike Deactivateable: Demonstrate usage of Deactivateable
Copy link
Contributor

Choose a reason for hiding this comment

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

Use quickstart name before colon.
s/deactivateable/deactivatable

For example:
deltaspike-deactivatable: Demonstrate use of DeltaSpike Deactivatable

@sgilda
Copy link
Contributor

sgilda commented Jan 2, 2013

There are a few minor typos in the README file and pom.xml files where deactivatable is mistyped as 'deactivateable`.

README typos:

  1. In the header - deltaspike-deactivatable: Demonstrate usage of Deactivateable
  2. Summary: Demonstrate usage of Deactivateable

pom.xml typos:

  1. JBoss AS Quickstarts: DeltaSpike Deactivateable
  2. DeltaSpike Deactivateable: Demonstrate usage of Deactivateable

Other than that, this looks good to me.

@sgilda
Copy link
Contributor

sgilda commented Jan 15, 2013

Looks good to me if @LightGuard and @pmuir are OK with this one.

@pmuir
Copy link
Contributor

pmuir commented Jan 16, 2013

I'm happy :-)

@sgilda
Copy link
Contributor

sgilda commented Jan 16, 2013

Rebased upstream, squashed commits, and merged.

@sgilda sgilda closed this Jan 16, 2013
@rafabene rafabene deleted the JDF-159 branch January 17, 2013 11:52
emmartins added a commit that referenced this pull request Jun 15, 2020
WFLY-13021 adding servlet dependency in pom.xml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
4 participants