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

feat(master):pull master #1

Merged
merged 1,425 commits into from
Mar 17, 2019
Merged

Conversation

itcrazy0717
Copy link
Owner

No description provided.

izeye and others added 30 commits February 8, 2019 08:41
* pr/22373:
  Fix casing for GitHub in the contributing guide
* pr/22382:
  Polish contribution
  Polish warning message
…ent on the same line as '*/' (#22392)

* Test for multi-line comment block where the comment end delimiter occurs on a line starting with the single-line comment prefix
* ScriptUtils successfully parses a SQL script containing a multi-line comment block where the comment-end delimiter occurs on a line starting with the single-line comment prefix.
This class is only known to be used in spring-data-jdbc-ext project
which was never upgraded to Spring Framework 5.x and is no longer
actively developed.

Closes gh-11647
This class is only known to be used in spring-data-jdbc-ext project
which was never upgraded to Spring Framework 5.x and is no longer
actively developed.

Closes gh-22402
Prior to this commit, the `ExchangeFilterFunction` instances configured
on a `WebClient` instance would be executed as soon as the `exchange`
method would be called. This behavior is not consistent with the server
side and can confuse filter developers as they'd need to manually
`Mono.defer()` their implementations if they want to record metrics.

This commit defers all `ExchangeFilterFunction` processing at
subscription time.

Fixes gh-22375
jhoeller and others added 27 commits March 13, 2019 14:04
… tags

Prior to this commit, the PDF version of the Spring Reference Manual
contained HTML <strong></strong> tags in code examples due to the fact
that Asciidoctor converts bold formatting (i.e., elements wrapped in
`**` or `*`) within source code blocks into HTML tags even for PDF
rendering.

This commit addresses this issue by removing all bold formatting from
example code blocks.

Closes gh-22577
In line with the general trend toward favoring core JDK APIs for common
tasks in Spring Framework 5.2, this commit replaces handcrafted
statements with Math.min() and Math.max() were applicable.
* pr/22597:
  Polish "Remove outdated link in documentation"
  Remove outdated link in documentation
This commit turns Coroutines suspending methods to `Mono` which can be
handled natively by WebFlux.

See gh-19975
Use the checkpoint operator at various places in WebFlux to insert
information that Reactor then uses to enrich exceptions, via suppressed
exceptions, when error signals flow through the operator.

Closes gh-22105
@itcrazy0717 itcrazy0717 merged commit dcb4f1f into itcrazy0717:master Mar 17, 2019
itcrazy0717 added a commit that referenced this pull request Mar 17, 2019
#1.对spring源码进行测试,在spring-context模块中添加测试代码
spring-projects#2.对spring的bean生命周期进行调试,具体代码在spring-context模块中
itcrazy0717 pushed a commit that referenced this pull request Mar 17, 2019
#1.对xml配置形式的IOC初始化过程,进行源码调试
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.