-
Notifications
You must be signed in to change notification settings - Fork 597
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 logic in where builds push to DHE #4
Merged
cbridgha
merged 1 commit into
OpenLiberty:integration
from
ewhoch:push-nightly-from-release
Sep 18, 2017
Merged
Fix logic in where builds push to DHE #4
cbridgha
merged 1 commit into
OpenLiberty:integration
from
ewhoch:push-nightly-from-release
Sep 18, 2017
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Code analysis and actionsDO NOT DELETE THIS COMMENT.
|
cbridgha
approved these changes
Sep 18, 2017
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good
navidsh
pushed a commit
to navidsh/open-liberty
that referenced
this pull request
Jan 17, 2018
Changed the annotation reader logic for Info annotation
anjumfatima90
pushed a commit
to anjumfatima90/open-liberty
that referenced
this pull request
Feb 7, 2018
Index dependencies
AidanPolese
pushed a commit
to AidanPolese/open-liberty
that referenced
this pull request
Sep 24, 2018
More kernel test projects
herman-kailey
pushed a commit
to herman-kailey/open-liberty
that referenced
this pull request
Sep 26, 2019
removing lambda in ArtifactDownloaderUtils
volosied
pushed a commit
to volosied/open-liberty
that referenced
this pull request
Mar 23, 2020
# This is the 1st commit message: Setup transform task Enable transform in build add el-4.0 jakarta feature and api add jsp 3.0 feature change servlet 5 symbolic bundle name to jakartaee; update servlet-5.0/resources/l10n descriptions package & rule corrections update kind=noship Update transformer version rename fixes & add jsp resources update jsp 3.0 bnd.bnd buildpath Add Jak 9 feature and upgrade transformer Setup transform task Enable transform in build add el-4.0 jakarta feature and api add jsp 3.0 feature change servlet 5 symbolic bundle name to jakartaee; update servlet-5.0/resources/l10n descriptions package & rule corrections update kind=noship Update transformer version rename fixes & add jsp resources # This is the commit message OpenLiberty#2: update jsp 3.0 bnd.bnd buildpath # This is the commit message OpenLiberty#3: RemoveExtra feature file # This is the commit message OpenLiberty#4: update jakarta servlet version rule; correct servlet5 eclipse package name # This is the commit message OpenLiberty#5: delete jakarta jar before transformatiton
brenthdaniel
added a commit
to brenthdaniel/open-liberty
that referenced
this pull request
Jul 11, 2022
Update README
volosied
added a commit
to volosied/open-liberty
that referenced
this pull request
Aug 16, 2022
# This is the 1st commit message: drop 3.1 code # This is the commit message OpenLiberty#2: update jsp.3.1 to jakarta # This is the commit message OpenLiberty#3: enable failing el tests # This is the commit message OpenLiberty#4: Update spec level for 3.1 bundle # This is the commit message OpenLiberty#5: Fix transformations with new 3.1 bundle # This is the commit message OpenLiberty#6: Working pages 3.1 feature # This is the commit message OpenLiberty#7: groudwork for errorOnELNotFound # This is the commit message OpenLiberty#8: add .project # This is the commit message OpenLiberty#9: create page directive errorOnELNotFound # This is the commit message OpenLiberty#10: create page directive errorOnELNotFound - 23.1 bundle # This is the commit message OpenLiberty#11: WIP: jsp prop group for erroronelnotfound # This is the commit message OpenLiberty#12: Fix jsp 3.1 bnd # This is the commit message OpenLiberty#13: Fix jsp prop group finally # This is the commit message OpenLiberty#14: Almost workking jsp.factories ( need to fix getErrorOnELNotFound ) in interface
benjamin-confino
referenced
this pull request
in benjamin-confino/open-liberty
Jan 29, 2024
refactor to remove 2.0.common
BerksanAtes
added a commit
to BerksanAtes/open-liberty
that referenced
this pull request
Jun 18, 2024
# This is the 1st commit message: CXF Original # This is the commit message OpenLiberty#2: Traces are added # This is the commit message OpenLiberty#3: Remove FAT bundle changes # This is the commit message OpenLiberty#4: WIP
utle
pushed a commit
to utle/open-liberty
that referenced
this pull request
Oct 10, 2024
add common crypto to ssl feature
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Previously the logic was
isRelease -> Release
isContinuous -> Nightly
really it should be
isRelease -> Nightly
and the isContinuous part can just go away. Still requires the property set "published.package.release"