Dark Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Spelling#2041

Open
jsoref wants to merge 39 commits intoNetflix:masterfrom
jsoref:spelling
Open

Spelling#2041
jsoref wants to merge 39 commits intoNetflix:masterfrom
jsoref:spelling

Conversation

Copy link
Contributor

jsoref commented May 21, 2023

This PR corrects misspellings identified by the check-spelling action.

The misspellings have been reported at https://github.com/jsoref/Hystrix/actions/runs/5039485122#summary-13642774871

The action reports that the changes in this PR would make it happy: https://github.com/jsoref/Hystrix/actions/runs/5039485673#summary-13642775939

jsoref added 30 commits May 21, 2023 14:53
Signed-off-by: Josh Soref
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref
Signed-off-by: Josh Soref
Signed-off-by: Josh Soref
Signed-off-by: Josh Soref
Signed-off-by: Josh Soref
Signed-off-by: Josh Soref
Signed-off-by: Josh Soref
Signed-off-by: Josh Soref
Signed-off-by: Josh Soref
Signed-off-by: Josh Soref
Signed-off-by: Josh Soref
Signed-off-by: Josh Soref
Signed-off-by: Josh Soref
Signed-off-by: Josh Soref
Signed-off-by: Josh Soref
Signed-off-by: Josh Soref
Signed-off-by: Josh Soref
Signed-off-by: Josh Soref
Signed-off-by: Josh Soref
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref
Signed-off-by: Josh Soref
Signed-off-by: Josh Soref
Signed-off-by: Josh Soref
Signed-off-by: Josh Soref
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref
jsoref added 9 commits May 21, 2023 15:56
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref
Signed-off-by: Josh Soref
Signed-off-by: Josh Soref
Signed-off-by: Josh Soref
Signed-off-by: Josh Soref
Signed-off-by: Josh Soref
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref
jsoref commented May 21, 2023
### Version 1.5.8 ([Maven Central](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22c om.netflix.hystrix%22%20AND%20v%3A%221.5.8%22), [Bintray](https://bintray.com/netflixoss/maven/Hystrix/1.5.8 /)) ###

* [Pull 1419](https://github.com/Netflix/Hystrix/pull/1419) When user has not opted in to letting core/maximum threadpools diverge, ensure dynamic updates to coreSize apply to both
* [Pull 1419](https://github.com/Netflix/Hystrix/pull/1419) When user has not opted into letting core/maximum threadpools diverge, ensure dynamic updates to coreSize apply to both
Copy link
Contributor Author

jsoref May 21, 2023

Choose a reason for hiding this comment

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

in to -> into changes have been quite controversial.

Happy to drop this.


Some projects don't like changing changelogs...

* [Pull 1382](https://github.com/Netflix/Hystrix/pull/1382) Bump jmh to 1.15. Thanks @monkey-mas!
* [Pull 1380](https://github.com/Netflix/Hystrix/pull/1380) Add jmh test for open-circuit case
* [Pull 1376](https://github.com/Netflix/Hystrix/pull/1376) Clean up documentation around thread keep-alive. Thanks @bitb !
* [Pull 1376](https://github.com/Netflix/Hystrix/pull/1376) Clean up documentation around thread keep-alive. Thanks @bltb !
Copy link
Contributor Author

jsoref May 21, 2023

Choose a reason for hiding this comment

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

notably, the credit here was wrong...

### Version 1.3.11 ([Maven Central](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22c om.netflix.hystrix%22%20AND%20v%3A%221.3.11%22)) ###

* We'll ignore this release ever happened. Exact same binary as 1.3.10. (It helps to push code to Github before releasing.)
* We'll ignore this release ever happened. Exact same binary as 1.3.10. (It helps to push code to GitHub before releasing.)
Copy link
Contributor Author

jsoref May 21, 2023

Choose a reason for hiding this comment

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

brand

* @throws ClassNotFoundException
*/
public Method unbride(final Method bridgeMethod, Class aClass) throws IOException, NoSuchMethodException, ClassNotFoundException {
public Method unbridge(final Method bridgeMethod, Class aClass) throws IOException, NoSuchMethodException, ClassNotFoundException {
Copy link
Contributor Author

jsoref May 21, 2023

Choose a reason for hiding this comment

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

notable. API break?

assertEquals(5L, servoPublisher.getRollingMonitor("timeout", HystrixEventType.TIMEOUT).getValue());
assertEquals(1L, servoPublisher.getRollingMonitor("failure", HystrixEventType.FAILURE).getValue());
assertEquals(6L, servoPublisher.getRollingMonitor("falback_success", HystrixEventType.FALLBACK_SUCCESS).getValue());
assertEquals(6L, servoPublisher.getRollingMonitor("fallback_success", HystrixEventType.FALLBACK_SUCCESS).getValue());
Copy link
Contributor Author

jsoref May 21, 2023

Choose a reason for hiding this comment

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

potentially problematic

Copy link

ThinkingMan007 commented Jun 22, 2023 via email

Hao De ,Wo Yi Shou Dao .

CloneOfAlex approved these changes Apr 9, 2024
Copy link

CloneOfAlex left a comment

Choose a reason for hiding this comment

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

Nicely Done

Copy link

ThinkingMan007 commented Apr 9, 2024 via email

Hao De ,Wo Yi Shou Dao .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

1 more reviewer

CloneOfAlex CloneOfAlex approved these changes

Reviewers whose approvals may not affect merge requirements

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

3 participants