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

Executable war #1457

Closed
banterCZ opened this issue Oct 19, 2023 · 3 comments · Fixed by #1465
Closed

Executable war #1457

banterCZ opened this issue Oct 19, 2023 · 3 comments · Fixed by #1465
Assignees
Labels
dependencies Pull requests that update a dependency file enhancement

Comments

@banterCZ
Copy link
Member

Add embedded tomcat as the provided dependency (to be part of WEB-INF/lib-provided but not lib) and make it possible to run it via java -jar.

@banterCZ banterCZ added enhancement dependencies Pull requests that update a dependency file labels Oct 19, 2023
@jnpsk
Copy link
Collaborator

jnpsk commented Oct 23, 2023

This one runs just fine with the standalone profile on.

  • parent pom has org.apache.tomcat.embed:*:*:*:compile banned

Each component {powerauth-nextstep, powerauth-tpp-engine, powerauth-webflow, powerauth-webflow-client}:

  • java -jar executable iff the standalone profile is active
  • tomcat in scope provided iff the standalone profile is active, excluded from transitive dependencies

@jandusil
Copy link
Contributor

@jnpsk cc @banterCZ We are getting rid of the standalone profile. The issue is still relevant

@jandusil jandusil self-assigned this Oct 24, 2023
@jandusil
Copy link
Contributor

I will take it

jandusil added a commit that referenced this issue Oct 30, 2023
- PA nextstep - executable war
- Clean deps
jandusil added a commit that referenced this issue Oct 30, 2023
- PA tpp engine - executable war
- Clean deps
jandusil added a commit that referenced this issue Oct 30, 2023
- PA web flow - executable war
- Clean deps
jandusil added a commit that referenced this issue Oct 30, 2023
- PA web flow client - executable war
- Clean deps
@jandusil jandusil linked a pull request Oct 30, 2023 that will close this issue
jandusil added a commit that referenced this issue Oct 30, 2023
- Clean deps
- Move deps management to root
jandusil added a commit that referenced this issue Oct 30, 2023
jandusil added a commit that referenced this issue Oct 30, 2023
jandusil added a commit that referenced this issue Oct 31, 2023
- Fix version dep
- Add exclusion
jandusil added a commit that referenced this issue Nov 1, 2023
- More elegant version
jandusil added a commit that referenced this issue Nov 1, 2023
- More elegant version
jandusil added a commit that referenced this issue Nov 1, 2023
- More elegant version
jandusil added a commit that referenced this issue Nov 1, 2023
- Remove log4j-to-slf4j exclusions from spring-boot-starter
jandusil added a commit that referenced this issue Nov 2, 2023
- Remove log4j-to-slf4j exclusions from spring-boot-starter
jandusil added a commit that referenced this issue Nov 2, 2023
- Add exclusions of servlet apis
jandusil added a commit that referenced this issue Nov 2, 2023
* Fix #1457: Executable war
zcgandcomp pushed a commit that referenced this issue Dec 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file enhancement
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants