Update at-since in Javadoc, make script work on Mac OS X - #4292
Merged
daniel-beck merged 4 commits intoOct 22, 2019
Conversation
daniel-beck
force-pushed
the
update-at-since-2019-10
branch
from
October 13, 2019 13:37
53dce0e to
8c98a2f
Compare
daniel-beck
commented
Oct 13, 2019
| * @param compression compression to use | ||
| * @return the number of files copied | ||
| * @since TODO | ||
| * @since 2.196 |
Member
Author
There was a problem hiding this comment.
| /** | ||
| * Like {@link #getDependents} but excluding optional dependencies. | ||
| * @since TODO | ||
| * @since 2.181 |
Member
Author
There was a problem hiding this comment.
| /** | ||
| * Like {@link #hasDependents} but excluding optional dependencies. | ||
| * @since TODO | ||
| * @since 2.181 |
Member
Author
There was a problem hiding this comment.
| /** | ||
| * Like {@link #hasDependencies} but omitting optional dependencies. | ||
| * @since TODO | ||
| * @since 2.181 |
Member
Author
There was a problem hiding this comment.
| /** | ||
| * Like {@link #getDependencies} but omits optional dependencies. | ||
| * @since TODO | ||
| * @since 2.181 |
Member
Author
There was a problem hiding this comment.
| * This will lead to an instance vulnerable to SECURITY-1471. | ||
| * | ||
| * @since TODO | ||
| * @since 2.176.4 / 2.197 |
Member
Author
There was a problem hiding this comment.
e2c596c#diff-1439884ddd002c6ca6463d9657412b15R49 (part of a security fix)
| /** | ||
| * Display name used for the GUI. | ||
| * @since TODO | ||
| * @since 2.189 |
Member
Author
There was a problem hiding this comment.
| * This is set to restricted for now, since it is only being used by Jenkins UI at the moment. | ||
| * | ||
| * @since TODO | ||
| * @since 2.175 |
Member
Author
There was a problem hiding this comment.
| /** | ||
| * Same as {@link DetachedPluginsUtil#isDetachedPlugin}. | ||
| * @since TODO | ||
| * @since 2.185 |
Member
Author
There was a problem hiding this comment.
| /** | ||
| * Gets the host name that we advertise protocol clients to connect to. | ||
| * @since TODO | ||
| * @since 2.198 |
Member
Author
There was a problem hiding this comment.
timja
approved these changes
Oct 13, 2019
res0nance
approved these changes
Oct 14, 2019
daniel-beck
force-pushed
the
update-at-since-2019-10
branch
from
October 16, 2019 10:23
8c98a2f to
67a9e8a
Compare
daniel-beck
commented
Oct 16, 2019
| * @see ResourceDomainRootAction | ||
| * | ||
| * @since TODO | ||
| * @since 2.200 |
| * {@link ResourceDomainConfiguration}, except anything going to {@link ResourceDomainRootAction}. | ||
| * | ||
| * @since TODO | ||
| * @since 2.200 |
| * @see ResourceDomainConfiguration | ||
| * | ||
| * @since TODO | ||
| * @since 2.200 |
| * @see ResourceDomainFilter | ||
| * | ||
| * @since TODO | ||
| * @since 2.200 |
| * Useful for encoding URL query parameters in jelly code (as in {@code "...?param=${h.urlEncode(something)}"}). | ||
| * | ||
| * @since TODO | ||
| * @since 2.200 |
Member
Author
There was a problem hiding this comment.
| * @since TODO | ||
| * @since 2.200 | ||
| */ | ||
| protected void makeSearchIndex(SearchIndexBuilder sib) { |
Member
Author
There was a problem hiding this comment.
This file contains hidden or 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
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.
sedon Mac OS requires an argument to-i, which is also supported by GNU sed if there's no space, so just do that. Users will have to manuallyfind . -name '*.java.bak' -deleteor equivalent afterwards, but should be easy enough.