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

[bot]: Bump version.org.springframework.boot from 2.7.12 to 2.7.15 #2961

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 8, 2023

Bumps version.org.springframework.boot from 2.7.12 to 2.7.15.
Updates org.springframework.boot:spring-boot-autoconfigure from 2.7.12 to 2.7.15

Release notes

Sourced from org.springframework.boot:spring-boot-autoconfigure's releases.

v2.7.15

🐞 Bug Fixes

  • Artemis ConnectionFactory is not configured when CachingConnectionFactory is missing and enabled properties are false #36767
  • server.max-http-request-header-size doesn't affect Netty server with http2 enabled #36766
  • LogbackLoggingSystem does not report suppressed exception details #36645
  • RabbitMQ smoke test is missing a test #36610
  • Tomcat warns about a missing +/- prefix when enabling multiple protocols through server.ssl.enabled-protocols #36572
  • Descriptions of started and ready time metrics contain time units but the unit may change when the metrics are exported #36507
  • management.metrics.export.wavefront properties are incomplete #36498
  • management.metrics.export.signalfx properties are incomplete #36497
  • management.metrics.export.atlas properties are incomplete #36496
  • Script-based database initialization fails with an unhelpful error message when configured with a resource that points to a directory #36386
  • JobLauncherApplicationRunner returns a success exit code even when no jobs have been run #36060
  • DatabaseDriver swallows real exception #34728
  • Application Context initialized twice during test when exception thrown during initialization #24888

📔 Documentation

  • Maven plugin docs contain invalid parameter for image building #37048
  • Align javadoc of AbstractFilterRegistrationBean#setDispatcherTypes #36965
  • Update RestTemplateBuilder#defaultHeader javadoc to reference correct client-side HTTP request class #36614
  • @since is missing from javadoc of values added to JavaVersion since its introduction #36608
  • Document that server.forward-headers-strategy property defaults to native when running on Kubernetes #36564
  • Clarify the effect of using @EnableWebMvc #36506
  • Documentation of spring.redis.url incorrectly states that it does not override spring.redis.user #36477
  • Improve documentation to describe how @EntityScan and @Enable?Repositories can be used to tune scanning #36282
  • Document that scripts for database initialization are optional by default and how they can be made mandatory #36176
  • Document @DataR2dbcTest support #35014
  • Update expected size of the jar file in the first application getting started documentation #34514
  • Improve documentation of spring.cache.type=none #33694
  • Clarify that spring.security.filter properties only apply to servlet-based web apps #33551
  • Describe quirks of JUL and Log4j2 in the javadoc of OutputCaptureExtension #32562
  • Documentation describes how to opt in to using the path pattern parser but it's now the default #32557
  • Clarify table that shows how logging properties are transferred to system properties #32160
  • Rework Working with NoSQL Technologies to clarify which stores are supported by Spring Data #29694
  • Clarify how nested directories are treated for configtree with wildcards #28203
  • Document defaults for spring.mvc.format.* and spring.webflux.format.* properties #30041

🔨 Dependency Upgrades

  • Upgrade to Elasticsearch 7.17.12 #36870
  • Upgrade to Groovy 3.0.19 #37055
  • Upgrade to MariaDB 3.1.4 #36394
  • Upgrade to Micrometer 1.9.14 #36824
  • Upgrade to Netty 4.1.97.Final #37085
  • Upgrade to Reactor Bom 2020.0.35 #36825
  • Upgrade to Spring AMQP 2.4.15 #36826
  • Upgrade to Spring Batch 4.3.9 #36827
  • Upgrade to Spring Data Bom 2021.2.15 #36828

... (truncated)

Commits
  • 058fbd5 Release v2.7.15
  • 25897b2 Upgrade to Spring Batch 4.3.9
  • 59e6c8f Upgrade to Netty 4.1.97.Final
  • d11ed6c Merge pull request #37047 from dependabot[bot]
  • cd1e0e2 Bump gradle/gradle-build-action from 2.7.0 to 2.7.1
  • da1950a Upgrade to Spring AMQP 2.4.15
  • 6fb8138 Upgrade to Groovy 3.0.19
  • d5cfe4d Remove invalid caches parameter entry from Maven plugin docs
  • be57f33 Upgrade to Undertow 2.2.26.Final
  • 0057d67 Upgrade to Spring Data Bom 2021.2.15
  • Additional commits viewable in compare view

Updates org.springframework.boot:spring-boot-autoconfigure-processor from 2.7.12 to 2.7.15

Release notes

Sourced from org.springframework.boot:spring-boot-autoconfigure-processor's releases.

v2.7.15

🐞 Bug Fixes

  • Artemis ConnectionFactory is not configured when CachingConnectionFactory is missing and enabled properties are false #36767
  • server.max-http-request-header-size doesn't affect Netty server with http2 enabled #36766
  • LogbackLoggingSystem does not report suppressed exception details #36645
  • RabbitMQ smoke test is missing a test #36610
  • Tomcat warns about a missing +/- prefix when enabling multiple protocols through server.ssl.enabled-protocols #36572
  • Descriptions of started and ready time metrics contain time units but the unit may change when the metrics are exported #36507
  • management.metrics.export.wavefront properties are incomplete #36498
  • management.metrics.export.signalfx properties are incomplete #36497
  • management.metrics.export.atlas properties are incomplete #36496
  • Script-based database initialization fails with an unhelpful error message when configured with a resource that points to a directory #36386
  • JobLauncherApplicationRunner returns a success exit code even when no jobs have been run #36060
  • DatabaseDriver swallows real exception #34728
  • Application Context initialized twice during test when exception thrown during initialization #24888

📔 Documentation

  • Maven plugin docs contain invalid parameter for image building #37048
  • Align javadoc of AbstractFilterRegistrationBean#setDispatcherTypes #36965
  • Update RestTemplateBuilder#defaultHeader javadoc to reference correct client-side HTTP request class #36614
  • @since is missing from javadoc of values added to JavaVersion since its introduction #36608
  • Document that server.forward-headers-strategy property defaults to native when running on Kubernetes #36564
  • Clarify the effect of using @EnableWebMvc #36506
  • Documentation of spring.redis.url incorrectly states that it does not override spring.redis.user #36477
  • Improve documentation to describe how @EntityScan and @Enable?Repositories can be used to tune scanning #36282
  • Document that scripts for database initialization are optional by default and how they can be made mandatory #36176
  • Document @DataR2dbcTest support #35014
  • Update expected size of the jar file in the first application getting started documentation #34514
  • Improve documentation of spring.cache.type=none #33694
  • Clarify that spring.security.filter properties only apply to servlet-based web apps #33551
  • Describe quirks of JUL and Log4j2 in the javadoc of OutputCaptureExtension #32562
  • Documentation describes how to opt in to using the path pattern parser but it's now the default #32557
  • Clarify table that shows how logging properties are transferred to system properties #32160
  • Rework Working with NoSQL Technologies to clarify which stores are supported by Spring Data #29694
  • Clarify how nested directories are treated for configtree with wildcards #28203
  • Document defaults for spring.mvc.format.* and spring.webflux.format.* properties #30041

🔨 Dependency Upgrades

  • Upgrade to Elasticsearch 7.17.12 #36870
  • Upgrade to Groovy 3.0.19 #37055
  • Upgrade to MariaDB 3.1.4 #36394
  • Upgrade to Micrometer 1.9.14 #36824
  • Upgrade to Netty 4.1.97.Final #37085
  • Upgrade to Reactor Bom 2020.0.35 #36825
  • Upgrade to Spring AMQP 2.4.15 #36826
  • Upgrade to Spring Batch 4.3.9 #36827
  • Upgrade to Spring Data Bom 2021.2.15 #36828

... (truncated)

Commits
  • 058fbd5 Release v2.7.15
  • 25897b2 Upgrade to Spring Batch 4.3.9
  • 59e6c8f Upgrade to Netty 4.1.97.Final
  • d11ed6c Merge pull request #37047 from dependabot[bot]
  • cd1e0e2 Bump gradle/gradle-build-action from 2.7.0 to 2.7.1
  • da1950a Upgrade to Spring AMQP 2.4.15
  • 6fb8138 Upgrade to Groovy 3.0.19
  • d5cfe4d Remove invalid caches parameter entry from Maven plugin docs
  • be57f33 Upgrade to Undertow 2.2.26.Final
  • 0057d67 Upgrade to Spring Data Bom 2021.2.15
  • Additional commits viewable in compare view

Updates org.springframework.boot:spring-boot-configuration-processor from 2.7.12 to 2.7.15

Release notes

Sourced from org.springframework.boot:spring-boot-configuration-processor's releases.

v2.7.15

🐞 Bug Fixes

  • Artemis ConnectionFactory is not configured when CachingConnectionFactory is missing and enabled properties are false #36767
  • server.max-http-request-header-size doesn't affect Netty server with http2 enabled #36766
  • LogbackLoggingSystem does not report suppressed exception details #36645
  • RabbitMQ smoke test is missing a test #36610
  • Tomcat warns about a missing +/- prefix when enabling multiple protocols through server.ssl.enabled-protocols #36572
  • Descriptions of started and ready time metrics contain time units but the unit may change when the metrics are exported #36507
  • management.metrics.export.wavefront properties are incomplete #36498
  • management.metrics.export.signalfx properties are incomplete #36497
  • management.metrics.export.atlas properties are incomplete #36496
  • Script-based database initialization fails with an unhelpful error message when configured with a resource that points to a directory #36386
  • JobLauncherApplicationRunner returns a success exit code even when no jobs have been run #36060
  • DatabaseDriver swallows real exception #34728
  • Application Context initialized twice during test when exception thrown during initialization #24888

📔 Documentation

  • Maven plugin docs contain invalid parameter for image building #37048
  • Align javadoc of AbstractFilterRegistrationBean#setDispatcherTypes #36965
  • Update RestTemplateBuilder#defaultHeader javadoc to reference correct client-side HTTP request class #36614
  • @since is missing from javadoc of values added to JavaVersion since its introduction #36608
  • Document that server.forward-headers-strategy property defaults to native when running on Kubernetes #36564
  • Clarify the effect of using @EnableWebMvc #36506
  • Documentation of spring.redis.url incorrectly states that it does not override spring.redis.user #36477
  • Improve documentation to describe how @EntityScan and @Enable?Repositories can be used to tune scanning #36282
  • Document that scripts for database initialization are optional by default and how they can be made mandatory #36176
  • Document @DataR2dbcTest support #35014
  • Update expected size of the jar file in the first application getting started documentation #34514
  • Improve documentation of spring.cache.type=none #33694
  • Clarify that spring.security.filter properties only apply to servlet-based web apps #33551
  • Describe quirks of JUL and Log4j2 in the javadoc of OutputCaptureExtension #32562
  • Documentation describes how to opt in to using the path pattern parser but it's now the default #32557
  • Clarify table that shows how logging properties are transferred to system properties #32160
  • Rework Working with NoSQL Technologies to clarify which stores are supported by Spring Data #29694
  • Clarify how nested directories are treated for configtree with wildcards #28203
  • Document defaults for spring.mvc.format.* and spring.webflux.format.* properties #30041

🔨 Dependency Upgrades

  • Upgrade to Elasticsearch 7.17.12 #36870
  • Upgrade to Groovy 3.0.19 #37055
  • Upgrade to MariaDB 3.1.4 #36394
  • Upgrade to Micrometer 1.9.14 #36824
  • Upgrade to Netty 4.1.97.Final #37085
  • Upgrade to Reactor Bom 2020.0.35 #36825
  • Upgrade to Spring AMQP 2.4.15 #36826
  • Upgrade to Spring Batch 4.3.9 #36827
  • Upgrade to Spring Data Bom 2021.2.15 #36828

... (truncated)

Commits
  • 058fbd5 Release v2.7.15
  • 25897b2 Upgrade to Spring Batch 4.3.9
  • 59e6c8f Upgrade to Netty 4.1.97.Final
  • d11ed6c Merge pull request #37047 from dependabot[bot]
  • cd1e0e2 Bump gradle/gradle-build-action from 2.7.0 to 2.7.1
  • da1950a Upgrade to Spring AMQP 2.4.15
  • 6fb8138 Upgrade to Groovy 3.0.19
  • d5cfe4d Remove invalid caches parameter entry from Maven plugin docs
  • be57f33 Upgrade to Undertow 2.2.26.Final
  • 0057d67 Upgrade to Spring Data Bom 2021.2.15
  • Additional commits viewable in compare view

Updates org.springframework.boot:spring-boot-test from 2.7.12 to 2.7.15

Release notes

Sourced from org.springframework.boot:spring-boot-test's releases.

v2.7.15

🐞 Bug Fixes

  • Artemis ConnectionFactory is not configured when CachingConnectionFactory is missing and enabled properties are false #36767
  • server.max-http-request-header-size doesn't affect Netty server with http2 enabled #36766
  • LogbackLoggingSystem does not report suppressed exception details #36645
  • RabbitMQ smoke test is missing a test #36610
  • Tomcat warns about a missing +/- prefix when enabling multiple protocols through server.ssl.enabled-protocols #36572
  • Descriptions of started and ready time metrics contain time units but the unit may change when the metrics are exported #36507
  • management.metrics.export.wavefront properties are incomplete #36498
  • management.metrics.export.signalfx properties are incomplete #36497
  • management.metrics.export.atlas properties are incomplete #36496
  • Script-based database initialization fails with an unhelpful error message when configured with a resource that points to a directory #36386
  • JobLauncherApplicationRunner returns a success exit code even when no jobs have been run #36060
  • DatabaseDriver swallows real exception #34728
  • Application Context initialized twice during test when exception thrown during initialization #24888

📔 Documentation

  • Maven plugin docs contain invalid parameter for image building #37048
  • Align javadoc of AbstractFilterRegistrationBean#setDispatcherTypes #36965
  • Update RestTemplateBuilder#defaultHeader javadoc to reference correct client-side HTTP request class #36614
  • @since is missing from javadoc of values added to JavaVersion since its introduction #36608
  • Document that server.forward-headers-strategy property defaults to native when running on Kubernetes #36564
  • Clarify the effect of using @EnableWebMvc #36506
  • Documentation of spring.redis.url incorrectly states that it does not override spring.redis.user #36477
  • Improve documentation to describe how @EntityScan and @Enable?Repositories can be used to tune scanning #36282
  • Document that scripts for database initialization are optional by default and how they can be made mandatory #36176
  • Document @DataR2dbcTest support #35014
  • Update expected size of the jar file in the first application getting started documentation #34514
  • Improve documentation of spring.cache.type=none #33694
  • Clarify that spring.security.filter properties only apply to servlet-based web apps #33551
  • Describe quirks of JUL and Log4j2 in the javadoc of OutputCaptureExtension #32562
  • Documentation describes how to opt in to using the path pattern parser but it's now the default #32557
  • Clarify table that shows how logging properties are transferred to system properties #32160
  • Rework Working with NoSQL Technologies to clarify which stores are supported by Spring Data #29694
  • Clarify how nested directories are treated for configtree with wildcards #28203
  • Document defaults for spring.mvc.format.* and spring.webflux.format.* properties #30041

🔨 Dependency Upgrades

  • Upgrade to Elasticsearch 7.17.12 #36870
  • Upgrade to Groovy 3.0.19 #37055
  • Upgrade to MariaDB 3.1.4 #36394
  • Upgrade to Micrometer 1.9.14 #36824
  • Upgrade to Netty 4.1.97.Final #37085
  • Upgrade to Reactor Bom 2020.0.35 #36825
  • Upgrade to Spring AMQP 2.4.15 #36826
  • Upgrade to Spring Batch 4.3.9 #36827
  • Upgrade to Spring Data Bom 2021.2.15 #36828

... (truncated)

Commits
  • 058fbd5 Release v2.7.15
  • 25897b2 Upgrade to Spring Batch 4.3.9
  • 59e6c8f Upgrade to Netty 4.1.97.Final
  • d11ed6c Merge pull request #37047 from dependabot[bot]
  • cd1e0e2 Bump gradle/gradle-build-action from 2.7.0 to 2.7.1
  • da1950a Upgrade to Spring AMQP 2.4.15
  • 6fb8138 Upgrade to Groovy 3.0.19
  • d5cfe4d Remove invalid caches parameter entry from Maven plugin docs
  • be57f33 Upgrade to Undertow 2.2.26.Final
  • 0057d67 Upgrade to Spring Data Bom 2021.2.15
  • Additional commits viewable in compare view

Updates org.springframework.boot:spring-boot-test-autoconfigure from 2.7.12 to 2.7.15

Release notes

Sourced from org.springframework.boot:spring-boot-test-autoconfigure's releases.

v2.7.15

🐞 Bug Fixes

  • Artemis ConnectionFactory is not configured when CachingConnectionFactory is missing and enabled properties are false #36767
  • server.max-http-request-header-size doesn't affect Netty server with http2 enabled #36766
  • LogbackLoggingSystem does not report suppressed exception details #36645
  • RabbitMQ smoke test is missing a test #36610
  • Tomcat warns about a missing +/- prefix when enabling multiple protocols through server.ssl.enabled-protocols #36572
  • Descriptions of started and ready time metrics contain time units but the unit may change when the metrics are exported #36507
  • management.metrics.export.wavefront properties are incomplete #36498
  • management.metrics.export.signalfx properties are incomplete #36497
  • management.metrics.export.atlas properties are incomplete #36496
  • Script-based database initialization fails with an unhelpful error message when configured with a resource that points to a directory #36386
  • JobLauncherApplicationRunner returns a success exit code even when no jobs have been run #36060
  • DatabaseDriver swallows real exception #34728
  • Application Context initialized twice during test when exception thrown during initialization #24888

📔 Documentation

  • Maven plugin docs contain invalid parameter for image building #37048
  • Align javadoc of AbstractFilterRegistrationBean#setDispatcherTypes #36965
  • Update RestTemplateBuilder#defaultHeader javadoc to reference correct client-side HTTP request class #36614
  • @since is missing from javadoc of values added to JavaVersion since its introduction #36608
  • Document that server.forward-headers-strategy property defaults to native when running on Kubernetes #36564
  • Clarify the effect of using @EnableWebMvc #36506
  • Documentation of spring.redis.url incorrectly states that it does not override spring.redis.user #36477
  • Improve documentation to describe how @EntityScan and @Enable?Repositories can be used to tune scanning #36282
  • Document that scripts for database initialization are optional by default and how they can be made mandatory #36176
  • Document @DataR2dbcTest support #35014
  • Update expected size of the jar file in the first application getting started documentation #34514
  • Improve documentation of spring.cache.type=none #33694
  • Clarify that spring.security.filter properties only apply to servlet-based web apps #33551
  • Describe quirks of JUL and Log4j2 in the javadoc of OutputCaptureExtension #32562
  • Documentation describes how to opt in to using the path pattern parser but it's now the default #32557
  • Clarify table that shows how logging properties are transferred to system properties #32160
  • Rework Working with NoSQL Technologies to clarify which stores are supported by Spring Data #29694
  • Clarify how nested directories are treated for configtree with wildcards #28203
  • Document defaults for spring.mvc.format.* and spring.webflux.format.* properties #30041

🔨 Dependency Upgrades

  • Upgrade to Elasticsearch 7.17.12 #36870
  • Upgrade to Groovy 3.0.19 #37055
  • Upgrade to MariaDB 3.1.4 #36394
  • Upgrade to Micrometer 1.9.14 #36824
  • Upgrade to Netty 4.1.97.Final #37085
  • Upgrade to Reactor Bom 2020.0.35 #36825
  • Upgrade to Spring AMQP 2.4.15 #36826
  • Upgrade to Spring Batch 4.3.9 #36827
  • Upgrade to Spring Data Bom 2021.2.15 #36828

... (truncated)

Commits
  • 058fbd5 Release v2.7.15
  • 25897b2 Upgrade to Spring Batch 4.3.9
  • 59e6c8f Upgrade to Netty 4.1.97.Final
  • d11ed6c Merge pull request #37047 from dependabot[bot]
  • cd1e0e2 Bump gradle/gradle-build-action from 2.7.0 to 2.7.1
  • da1950a Upgrade to Spring AMQP 2.4.15
  • 6fb8138 Upgrade to Groovy 3.0.19
  • d5cfe4d Remove invalid caches parameter entry from Maven plugin docs
  • be57f33 Upgrade to Undertow 2.2.26.Final
  • 0057d67 Upgrade to Spring Data Bom 2021.2.15
  • Additional commits viewable in compare view

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
org.springframework.boot:spring-boot-autoconfigure [>= 3.a, < 4]
org.springframework.boot:spring-boot-autoconfigure-processor [>= 3.a, < 4]
org.springframework.boot:spring-boot-configuration-processor [>= 3.a, < 4]
org.springframework.boot:spring-boot-test [>= 3.a, < 4]
org.springframework.boot:spring-boot-test-autoconfigure [>= 3.a, < 4]

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps `version.org.springframework.boot` from 2.7.12 to 2.7.15.

Updates `org.springframework.boot:spring-boot-autoconfigure` from 2.7.12 to 2.7.15
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.7.12...v2.7.15)

Updates `org.springframework.boot:spring-boot-autoconfigure-processor` from 2.7.12 to 2.7.15
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.7.12...v2.7.15)

Updates `org.springframework.boot:spring-boot-configuration-processor` from 2.7.12 to 2.7.15
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.7.12...v2.7.15)

Updates `org.springframework.boot:spring-boot-test` from 2.7.12 to 2.7.15
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.7.12...v2.7.15)

Updates `org.springframework.boot:spring-boot-test-autoconfigure` from 2.7.12 to 2.7.15
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.7.12...v2.7.15)

---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-autoconfigure
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.springframework.boot:spring-boot-autoconfigure-processor
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.springframework.boot:spring-boot-configuration-processor
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.springframework.boot:spring-boot-test
  dependency-type: direct:development
  update-type: version-update:semver-patch
- dependency-name: org.springframework.boot:spring-boot-test-autoconfigure
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Sep 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
0 participants