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

Fix #1457: Executable war #1465

Merged
merged 14 commits into from
Nov 2, 2023
Merged

Fix #1457: Executable war #1465

merged 14 commits into from
Nov 2, 2023

Conversation

jandusil
Copy link
Contributor

No description provided.

- PA nextstep - executable war
- Clean deps
- PA tpp engine - executable war
- Clean deps
- PA web flow - executable war
- Clean deps
- PA web flow client - executable war
- Clean deps
@jandusil jandusil requested a review from banterCZ October 30, 2023 13:32
@jandusil jandusil self-assigned this Oct 30, 2023
@jandusil jandusil linked an issue Oct 30, 2023 that may be closed by this pull request
powerauth-webflow/pom.xml Outdated Show resolved Hide resolved
powerauth-webflow/pom.xml Outdated Show resolved Hide resolved
@banterCZ
Copy link
Member

Please also remove standalone from Developer-How-To-Start.md

- Clean deps
- Move deps management to root
@jandusil jandusil requested a review from banterCZ October 31, 2023 05:13
pom.xml Outdated Show resolved Hide resolved
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
<exclusions>
<exclusion>
Copy link
Member

Choose a reason for hiding this comment

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

I am not sure about this.

Copy link
Contributor Author

@jandusil jandusil Oct 31, 2023

Choose a reason for hiding this comment

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

Otherwise it wont run, failing for missing deps. I think it need to be here

Copy link
Member

Choose a reason for hiding this comment

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

I mean exclusion of log4j-to-slf4j.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@banterCZ I have removed the exclusions of log4j-to-slf4j from other poms as well

Copy link
Member

Choose a reason for hiding this comment

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

🤔 We should revisit all logging dependencies in another issue.

- Fix version dep
- Add exclusion
@jandusil jandusil requested a review from banterCZ October 31, 2023 12:23
pom.xml Outdated Show resolved Hide resolved
- More elegant version
@jandusil jandusil requested a review from banterCZ November 1, 2023 08:16
@jandusil jandusil marked this pull request as draft November 1, 2023 08:18
- More elegant version
@jandusil jandusil marked this pull request as ready for review November 1, 2023 09:33
- More elegant version
powerauth-webflow-authentication/pom.xml Show resolved Hide resolved
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
<exclusions>
<exclusion>
Copy link
Member

Choose a reason for hiding this comment

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

I mean exclusion of log4j-to-slf4j.

- Remove log4j-to-slf4j exclusions from spring-boot-starter
- Remove log4j-to-slf4j exclusions from spring-boot-starter
@jandusil jandusil requested a review from banterCZ November 2, 2023 00:57
powerauth-nextstep/pom.xml Outdated Show resolved Hide resolved
pom.xml Outdated Show resolved Hide resolved
- Add exclusions of servlet apis
@jandusil jandusil requested a review from banterCZ November 2, 2023 07:44
Copy link
Member

@banterCZ banterCZ left a comment

Choose a reason for hiding this comment

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

Looks good. Please double-check that starting on tomcat and java -jar too.

@jandusil jandusil merged commit 7ad6883 into develop Nov 2, 2023
5 checks passed
@jandusil jandusil deleted the issues/1457-executable-war branch November 2, 2023 07:53
zcgandcomp pushed a commit that referenced this pull request Dec 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Executable war
2 participants