Skip to content

Update at-since in Javadoc, make script work on Mac OS X - #4292

Merged
daniel-beck merged 4 commits into
jenkinsci:masterfrom
daniel-beck:update-at-since-2019-10
Oct 22, 2019
Merged

Update at-since in Javadoc, make script work on Mac OS X#4292
daniel-beck merged 4 commits into
jenkinsci:masterfrom
daniel-beck:update-at-since-2019-10

Conversation

@daniel-beck

@daniel-beck daniel-beck commented Oct 13, 2019

Copy link
Copy Markdown
Member

sed on 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 manually find . -name '*.java.bak' -delete or equivalent afterwards, but should be easy enough.

@daniel-beck
daniel-beck force-pushed the update-at-since-2019-10 branch from 53dce0e to 8c98a2f Compare October 13, 2019 13:37
* @param compression compression to use
* @return the number of files copied
* @since TODO
* @since 2.196

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

/**
* Like {@link #getDependents} but excluding optional dependencies.
* @since TODO
* @since 2.181

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

/**
* Like {@link #hasDependents} but excluding optional dependencies.
* @since TODO
* @since 2.181

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

/**
* Like {@link #hasDependencies} but omitting optional dependencies.
* @since TODO
* @since 2.181

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

/**
* Like {@link #getDependencies} but omits optional dependencies.
* @since TODO
* @since 2.181

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

* This will lead to an instance vulnerable to SECURITY-1471.
*
* @since TODO
* @since 2.176.4 / 2.197

@daniel-beck daniel-beck Oct 13, 2019

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

/**
* Display name used for the GUI.
* @since TODO
* @since 2.189

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

* This is set to restricted for now, since it is only being used by Jenkins UI at the moment.
*
* @since TODO
* @since 2.175

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

/**
* Same as {@link DetachedPluginsUtil#isDetachedPlugin}.
* @since TODO
* @since 2.185

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

/**
* Gets the host name that we advertise protocol clients to connect to.
* @since TODO
* @since 2.198

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

Comment thread update-since-todo.sh Outdated
@res0nance res0nance added internal skip-changelog Should not be shown in the changelog labels Oct 14, 2019
@daniel-beck
daniel-beck force-pushed the update-at-since-2019-10 branch from 8c98a2f to 67a9e8a Compare October 16, 2019 10:23
* @see ResourceDomainRootAction
*
* @since TODO
* @since 2.200

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

* {@link ResourceDomainConfiguration}, except anything going to {@link ResourceDomainRootAction}.
*
* @since TODO
* @since 2.200

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

* @see ResourceDomainConfiguration
*
* @since TODO
* @since 2.200

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

* @see ResourceDomainFilter
*
* @since TODO
* @since 2.200

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

* Useful for encoding URL query parameters in jelly code (as in {@code "...?param=${h.urlEncode(something)}"}).
*
* @since TODO
* @since 2.200

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

* @since TODO
* @since 2.200
*/
protected void makeSearchIndex(SearchIndexBuilder sib) {

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

@daniel-beck
daniel-beck merged commit 987ca98 into jenkinsci:master Oct 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

internal skip-changelog Should not be shown in the changelog

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants