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

Bump wala.version from 1.5.4 to 1.6.6 #7

Merged
merged 4 commits into from
Aug 12, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 1, 2024

Bumps wala.version from 1.5.4 to 1.6.6.
Updates com.ibm.wala:com.ibm.wala.core from 1.5.4 to 1.6.6

Release notes

Sourced from com.ibm.wala:com.ibm.wala.core's releases.

Version 1.6.6

What's Changed

Full Changelog: wala/WALA@v1.6.5...v1.6.6

Version 1.6.5

Again this release has mostly behind-the-scenes changes. @​MadhuNimmo contributed efficiency optimizations for bounded call graph construction for JavaScript and some improved models of JavaScript library functions.

Full Changelog: wala/WALA@v1.6.4...v1.6.5

Version 1.6.4

Mostly behind-the-scenes / build-related changes (many by @​liblit). For those running WALA in a multithreaded setting, #1379 may fix some crashes. Also, wala/WALA#1357 updated the version of Eclipse we depend on, which necessitated that Eclipse-related artifacts now require JDK 17 to run. The non-Eclipse-related WALA artifacts still run on JDK 11.

New Contributors

Full Changelog: wala/WALA@v1.6.3...v1.6.4

Version 1.6.3

The key user-visible change for this release is support for running WALA on JDK 21 and also processing JDK 21 bytecodes. Support for new recent bytecode features has not been tested thoroughly; please file issues if you find bugs. Internally, various build configuration improvements and updates were contributed by @​liblit.

Full Changelog: wala/WALA@v1.6.2...v1.6.3

Version 1.6.2

The main user-visible change in this release is the ability to set up WALA's analysis scope to only include a subset of the modules present in a JDK 9+ JVM. See the PR for details. Internally, WALA's test suite has been updated to use JUnit 5 by @​liblit.

Full Changelog: wala/WALA@v1.6.1...v1.6.2

Version 1.6.1

What's Changed

  • Numerous build configuration updates and improvements by @​liblit
  • Fix crash in JS CG construction for malformed calls to new Function by @​msridhar in wala/WALA#1243
  • Fix NPE in EclipseSourceFileModule ctor by @​khatchad in wala/WALA#1261
  • Improve source locations for constructor calls for JS function statements by @​msridhar in wala/WALA#1268
  • Properly handle static interface methods as entrypoints by @​hjjandy in wala/WALA#1275
  • Support running on JDK 17 by @​msridhar in wala/WALA#1281. WALA will now not crash on JDK 17 bytecodes and core functionality has been tested. We have not tested recently-added bytecode features, but would welcome bug reports / pull requests for such features.

New Contributors

Full Changelog: wala/WALA@v1.6.0...v1.6.1

Version 1.6.0

Most notably, version 1.6.0 is the first WALA release that only runs on JDK 11+ JVMs. Running on JDK 8 is no longer supported.

Also, com.ibm.wala.util now includes nullability annotations. We plan to add such annotations to more WALA modules in the near future.

Version 1.5.9

... (truncated)

Commits
  • 971ba63 Prepare for release 1.6.6.
  • 594587c Support building and running on JDK 22 (#1419)
  • 96cb898 Prepare next development version.
  • 7c32484 Prepare for release 1.6.5.
  • 4174990 Prefer HTTPS over HTTP
  • 7353c4d Prefer Gradle Sync tasks over Copy tasks
  • 1f29f62 Remove snapshot uploading CI job (#1410)
  • dba0a06 Add inner class test for JUnit entrypoints (#1409)
  • df5caa4 Treat dependency problems as fatal errors
  • 719f413 Correct numerous dependency nits
  • Additional commits viewable in compare view

Updates com.ibm.wala:com.ibm.wala.cast from 1.5.4 to 1.6.6

Release notes

Sourced from com.ibm.wala:com.ibm.wala.cast's releases.

Version 1.6.6

What's Changed

Full Changelog: wala/WALA@v1.6.5...v1.6.6

Version 1.6.5

Again this release has mostly behind-the-scenes changes. @​MadhuNimmo contributed efficiency optimizations for bounded call graph construction for JavaScript and some improved models of JavaScript library functions.

Full Changelog: wala/WALA@v1.6.4...v1.6.5

Version 1.6.4

Mostly behind-the-scenes / build-related changes (many by @​liblit). For those running WALA in a multithreaded setting, #1379 may fix some crashes. Also, wala/WALA#1357 updated the version of Eclipse we depend on, which necessitated that Eclipse-related artifacts now require JDK 17 to run. The non-Eclipse-related WALA artifacts still run on JDK 11.

New Contributors

Full Changelog: wala/WALA@v1.6.3...v1.6.4

Version 1.6.3

The key user-visible change for this release is support for running WALA on JDK 21 and also processing JDK 21 bytecodes. Support for new recent bytecode features has not been tested thoroughly; please file issues if you find bugs. Internally, various build configuration improvements and updates were contributed by @​liblit.

Full Changelog: wala/WALA@v1.6.2...v1.6.3

Version 1.6.2

The main user-visible change in this release is the ability to set up WALA's analysis scope to only include a subset of the modules present in a JDK 9+ JVM. See the PR for details. Internally, WALA's test suite has been updated to use JUnit 5 by @​liblit.

Full Changelog: wala/WALA@v1.6.1...v1.6.2

Version 1.6.1

What's Changed

  • Numerous build configuration updates and improvements by @​liblit
  • Fix crash in JS CG construction for malformed calls to new Function by @​msridhar in wala/WALA#1243
  • Fix NPE in EclipseSourceFileModule ctor by @​khatchad in wala/WALA#1261
  • Improve source locations for constructor calls for JS function statements by @​msridhar in wala/WALA#1268
  • Properly handle static interface methods as entrypoints by @​hjjandy in wala/WALA#1275
  • Support running on JDK 17 by @​msridhar in wala/WALA#1281. WALA will now not crash on JDK 17 bytecodes and core functionality has been tested. We have not tested recently-added bytecode features, but would welcome bug reports / pull requests for such features.

New Contributors

Full Changelog: wala/WALA@v1.6.0...v1.6.1

Version 1.6.0

Most notably, version 1.6.0 is the first WALA release that only runs on JDK 11+ JVMs. Running on JDK 8 is no longer supported.

Also, com.ibm.wala.util now includes nullability annotations. We plan to add such annotations to more WALA modules in the near future.

Version 1.5.9

... (truncated)

Commits
  • 971ba63 Prepare for release 1.6.6.
  • 594587c Support building and running on JDK 22 (#1419)
  • 96cb898 Prepare next development version.
  • 7c32484 Prepare for release 1.6.5.
  • 4174990 Prefer HTTPS over HTTP
  • 7353c4d Prefer Gradle Sync tasks over Copy tasks
  • 1f29f62 Remove snapshot uploading CI job (#1410)
  • dba0a06 Add inner class test for JUnit entrypoints (#1409)
  • df5caa4 Treat dependency problems as fatal errors
  • 719f413 Correct numerous dependency nits
  • Additional commits viewable in compare view

Updates com.ibm.wala:com.ibm.wala.shrike from 1.5.4 to 1.6.6

Release notes

Sourced from com.ibm.wala:com.ibm.wala.shrike's releases.

Version 1.6.6

What's Changed

Full Changelog: wala/WALA@v1.6.5...v1.6.6

Version 1.6.5

Again this release has mostly behind-the-scenes changes. @​MadhuNimmo contributed efficiency optimizations for bounded call graph construction for JavaScript and some improved models of JavaScript library functions.

Full Changelog: wala/WALA@v1.6.4...v1.6.5

Version 1.6.4

Mostly behind-the-scenes / build-related changes (many by @​liblit). For those running WALA in a multithreaded setting, #1379 may fix some crashes. Also, wala/WALA#1357 updated the version of Eclipse we depend on, which necessitated that Eclipse-related artifacts now require JDK 17 to run. The non-Eclipse-related WALA artifacts still run on JDK 11.

New Contributors

Full Changelog: wala/WALA@v1.6.3...v1.6.4

Version 1.6.3

The key user-visible change for this release is support for running WALA on JDK 21 and also processing JDK 21 bytecodes. Support for new recent bytecode features has not been tested thoroughly; please file issues if you find bugs. Internally, various build configuration improvements and updates were contributed by @​liblit.

Full Changelog: wala/WALA@v1.6.2...v1.6.3

Version 1.6.2

The main user-visible change in this release is the ability to set up WALA's analysis scope to only include a subset of the modules present in a JDK 9+ JVM. See the PR for details. Internally, WALA's test suite has been updated to use JUnit 5 by @​liblit.

Full Changelog: wala/WALA@v1.6.1...v1.6.2

Version 1.6.1

What's Changed

  • Numerous build configuration updates and improvements by @​liblit
  • Fix crash in JS CG construction for malformed calls to new Function by @​msridhar in wala/WALA#1243
  • Fix NPE in EclipseSourceFileModule ctor by @​khatchad in wala/WALA#1261
  • Improve source locations for constructor calls for JS function statements by @​msridhar in wala/WALA#1268
  • Properly handle static interface methods as entrypoints by @​hjjandy in wala/WALA#1275
  • Support running on JDK 17 by @​msridhar in wala/WALA#1281. WALA will now not crash on JDK 17 bytecodes and core functionality has been tested. We have not tested recently-added bytecode features, but would welcome bug reports / pull requests for such features.

New Contributors

Full Changelog: wala/WALA@v1.6.0...v1.6.1

Version 1.6.0

Most notably, version 1.6.0 is the first WALA release that only runs on JDK 11+ JVMs. Running on JDK 8 is no longer supported.

Also, com.ibm.wala.util now includes nullability annotations. We plan to add such annotations to more WALA modules in the near future.

Version 1.5.9

... (truncated)

Commits
  • 971ba63 Prepare for release 1.6.6.
  • 594587c Support building and running on JDK 22 (#1419)
  • 96cb898 Prepare next development version.
  • 7c32484 Prepare for release 1.6.5.
  • 4174990 Prefer HTTPS over HTTP
  • 7353c4d Prefer Gradle Sync tasks over Copy tasks
  • 1f29f62 Remove snapshot uploading CI job (#1410)
  • dba0a06 Add inner class test for JUnit entrypoints (#1409)
  • df5caa4 Treat dependency problems as fatal errors
  • 719f413 Correct numerous dependency nits
  • Additional commits viewable in compare view

Updates com.ibm.wala:com.ibm.wala.cast.java from 1.5.4 to 1.6.6

Release notes

Sourced from com.ibm.wala:com.ibm.wala.cast.java's releases.

Version 1.6.6

What's Changed

Full Changelog: wala/WALA@v1.6.5...v1.6.6

Version 1.6.5

Again this release has mostly behind-the-scenes changes. @​MadhuNimmo contributed efficiency optimizations for bounded call graph construction for JavaScript and some improved models of JavaScript library functions.

Full Changelog: wala/WALA@v1.6.4...v1.6.5

Version 1.6.4

Mostly behind-the-scenes / build-related changes (many by @​liblit). For those running WALA in a multithreaded setting, #1379 may fix some crashes. Also, wala/WALA#1357 updated the version of Eclipse we depend on, which necessitated that Eclipse-related artifacts now require JDK 17 to run. The non-Eclipse-related WALA artifacts still run on JDK 11.

New Contributors

Full Changelog: wala/WALA@v1.6.3...v1.6.4

Version 1.6.3

The key user-visible change for this release is support for running WALA on JDK 21 and also processing JDK 21 bytecodes. Support for new recent bytecode features has not been tested thoroughly; please file issues if you find bugs. Internally, various build configuration improvements and updates were contributed by @​liblit.

Full Changelog: wala/WALA@v1.6.2...v1.6.3

Version 1.6.2

The main user-visible change in this release is the ability to set up WALA's analysis scope to only include a subset of the modules present in a JDK 9+ JVM. See the PR for details. Internally, WALA's test suite has been updated to use JUnit 5 by @​liblit.

Full Changelog: wala/WALA@v1.6.1...v1.6.2

Version 1.6.1

What's Changed

  • Numerous build configuration updates and improvements by @​liblit
  • Fix crash in JS CG construction for malformed calls to new Function by @​msridhar in wala/WALA#1243
  • Fix NPE in EclipseSourceFileModule ctor by @​khatchad in wala/WALA#1261
  • Improve source locations for constructor calls for JS function statements by @​msridhar in wala/WALA#1268
  • Properly handle static interface methods as entrypoints by @​hjjandy in wala/WALA#1275
  • Support running on JDK 17 by @​msridhar in wala/WALA#1281. WALA will now not crash on JDK 17 bytecodes and core functionality has been tested. We have not tested recently-added bytecode features, but would welcome bug reports / pull requests for such features.

New Contributors

Full Changelog: wala/WALA@v1.6.0...v1.6.1

Version 1.6.0

Most notably, version 1.6.0 is the first WALA release that only runs on JDK 11+ JVMs. Running on JDK 8 is no longer supported.

Also, com.ibm.wala.util now includes nullability annotations. We plan to add such annotations to more WALA modules in the near future.

Version 1.5.9

... (truncated)

Commits
  • 971ba63 Prepare for release 1.6.6.
  • 594587c Support building and running on JDK 22 (#1419)
  • 96cb898 Prepare next development version.
  • 7c32484 Prepare for release 1.6.5.
  • 4174990 Prefer HTTPS over HTTP
  • 7353c4d Prefer Gradle Sync tasks over Copy tasks
  • 1f29f62 Remove snapshot uploading CI job (#1410)
  • dba0a06 Add inner class test for JUnit entrypoints (#1409)
  • df5caa4 Treat dependency problems as fatal errors
  • 719f413 Correct numerous dependency nits
  • Additional commits viewable in compare view

Updates com.ibm.wala:com.ibm.wala.util from 1.5.4 to 1.6.6

Release notes

Sourced from com.ibm.wala:com.ibm.wala.util's releases.

Version 1.6.6

What's Changed

Full Changelog: wala/WALA@v1.6.5...v1.6.6

Version 1.6.5

Again this release has mostly behind-the-scenes changes. @​MadhuNimmo contributed efficiency optimizations for bounded call graph construction for JavaScript and some improved models of JavaScript library functions.

Full Changelog: wala/WALA@v1.6.4...v1.6.5

Version 1.6.4

Mostly behind-the-scenes / build-related changes (many by @​liblit). For those running WALA in a multithreaded setting, #1379 may fix some crashes. Also, wala/WALA#1357 updated the version of Eclipse we depend on, which necessitated that Eclipse-related artifacts now require JDK 17 to run. The non-Eclipse-related WALA artifacts still run on JDK 11.

New Contributors

Full Changelog: wala/WALA@v1.6.3...v1.6.4

Version 1.6.3

The key user-visible change for this release is support for running WALA on JDK 21 and also processing JDK 21 bytecodes. Support for new recent bytecode features has not been tested thoroughly; please file issues if you find bugs. Internally, various build configuration improvements and updates were contributed by @​liblit.

Full Changelog: wala/WALA@v1.6.2...v1.6.3

Version 1.6.2

The main user-visible change in this release is the ability to set up WALA's analysis scope to only include a subset of the modules present in a JDK 9+ JVM. See the PR for details. Internally, WALA's test suite has been updated to use JUnit 5 by @​liblit.

Full Changelog: wala/WALA@v1.6.1...v1.6.2

Version 1.6.1

What's Changed

  • Numerous build configuration updates and improvements by @​liblit
  • Fix crash in JS CG construction for malformed calls to new Function by @​msridhar in wala/WALA#1243
  • Fix NPE in EclipseSourceFileModule ctor by @​khatchad in wala/WALA#1261
  • Improve source locations for constructor calls for JS function statements by @​msridhar in wala/WALA#1268
  • Properly handle static interface methods as entrypoints by @​hjjandy in wala/WALA#1275
  • Support running on JDK 17 by @​msridhar in wala/WALA#1281. WALA will now not crash on JDK 17 bytecodes and core functionality has been tested. We have not tested recently-added bytecode features, but would welcome bug reports / pull requests for such features.

New Contributors

Full Changelog: wala/WALA@v1.6.0...v1.6.1

Version 1.6.0

Most notably, version 1.6.0 is the first WALA release that only runs on JDK 11+ JVMs. Running on JDK 8 is no longer supported.

Also, com.ibm.wala.util now includes nullability annotations. We plan to add such annotations to more WALA modules in the near future.

Version 1.5.9

... (truncated)

Commits
  • 971ba63 Prepare for release 1.6.6.
  • 594587c Support building and running on JDK 22 (#1419)
  • 96cb898 Prepare next development version.
  • 7c32484 Prepare for release 1.6.5.
  • 4174990 Prefer HTTPS over HTTP
  • 7353c4d Prefer Gradle Sync tasks over Copy tasks
  • 1f29f62 Remove snapshot uploading CI job (#1410)
  • dba0a06 Add inner class test for JUnit entrypoints (#1409)
  • df5caa4 Treat dependency problems as fatal errors
  • 719f413 Correct numerous dependency nits
  • Additional commits viewable in compare view

Updates com.ibm.wala:com.ibm.wala.cast.java.ecj from 1.5.4 to 1.6.6

Release notes

Sourced from com.ibm.wala:com.ibm.wala.cast.java.ecj's releases.

Version 1.6.6

What's Changed

Full Changelog: wala/WALA@v1.6.5...v1.6.6

Version 1.6.5

Again this release has mostly behind-the-scenes changes. @​MadhuNimmo contributed efficiency optimizations for bounded call graph construction for JavaScript and some improved models of JavaScript library functions.

Full Changelog: wala/WALA@v1.6.4...v1.6.5

Version 1.6.4

Mostly behind-the-scenes / build-related changes (many by @​liblit). For those running WALA in a multithreaded setting, #1379 may fix some crashes. Also, wala/WALA#1357 updated the version of Eclipse we depend on, which necessitated that Eclipse-related artifacts now require JDK 17 to run. The non-Eclipse-related WALA artifacts still run on JDK 11.

New Contributors

Full Changelog: wala/WALA@v1.6.3...v1.6.4

Version 1.6.3

The key user-visible change for this release is support for running WALA on JDK 21 and also processing JDK 21 bytecodes. Support for new recent bytecode features has not been tested thoroughly; please file issues if you find bugs. Internally, various build configuration improvements and updates were contributed by @​liblit.

Full Changelog: wala/WALA@v1.6.2...v1.6.3

Version 1.6.2

The main user-visible change in this release is the ability to set up WALA's analysis scope to only include a subset of the modules present in a JDK 9+ JVM. See the PR for details. Internally, WALA's test suite has been updated to use JUnit 5 by @​liblit.

Full Changelog: wala/WALA@v1.6.1...v1.6.2

Version 1.6.1

What's Changed

  • Numerous build configuration updates and improvements by @​liblit
  • Fix crash in JS CG construction for malformed calls to new Function by @​msridhar in wala/WALA#1243
  • Fix NPE in EclipseSourceFileModule ctor by @​khatchad in wala/WALA#1261
  • Improve source locations for constructor calls for JS function statements by @​msridhar in wala/WALA#1268
  • Properly handle static interface methods as entrypoints by @​hjjandy in wala/WALA#1275
  • Support running on JDK 17 by @​msridhar in wala/WALA#1281. WALA will now not crash on JDK 17 bytecodes and core functionality has been tested. We have not tested recently-added bytecode features, but would welcome bug reports / pull requests for such features.

New Contributors

Full Changelog: wala/WALA@v1.6.0...v1.6.1

Version 1.6.0

Most notably, version 1.6.0 is the first WALA release that only runs on JDK 11+ JVMs. Running on JDK 8 is no longer supported.

Also, com.ibm.wala.util now includes nullability annotations. We plan to add such annotations to more WALA modules in the near future.

Version 1.5.9

... (truncated)

Commits
  • 971ba63 Prepare for release 1.6.6.
  • 594587c Support building and running on JDK 22 (#1419)
  • 96cb898 Prepare next development version.
  • 7c32484 Prepare for release 1.6.5.
  • 4174990 Prefer HTTPS over HTTP
  • 7353c4d Prefer Gradle Sync tasks over Copy tasks
  • 1f29f62 Remove snapshot uploading CI job (#1410)
  • dba0a06 Add inner class test for JUnit entrypoints (#1409)
  • df5caa4 Treat dependency problems as fatal errors
  • 719f413 Correct numerous dependency nits
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 1, 2024
@schlichtig
Copy link
Collaborator

@dependabot rebase

Bumps `wala.version` from 1.5.4 to 1.6.6.

Updates `com.ibm.wala:com.ibm.wala.core` from 1.5.4 to 1.6.6
- [Release notes](https://github.com/wala/WALA/releases)
- [Commits](wala/WALA@v1.5.4...v1.6.6)

Updates `com.ibm.wala:com.ibm.wala.cast` from 1.5.4 to 1.6.6
- [Release notes](https://github.com/wala/WALA/releases)
- [Commits](wala/WALA@v1.5.4...v1.6.6)

Updates `com.ibm.wala:com.ibm.wala.shrike` from 1.5.4 to 1.6.6
- [Release notes](https://github.com/wala/WALA/releases)
- [Commits](wala/WALA@v1.5.4...v1.6.6)

Updates `com.ibm.wala:com.ibm.wala.cast.java` from 1.5.4 to 1.6.6
- [Release notes](https://github.com/wala/WALA/releases)
- [Commits](wala/WALA@v1.5.4...v1.6.6)

Updates `com.ibm.wala:com.ibm.wala.util` from 1.5.4 to 1.6.6
- [Release notes](https://github.com/wala/WALA/releases)
- [Commits](wala/WALA@v1.5.4...v1.6.6)

Updates `com.ibm.wala:com.ibm.wala.cast.java.ecj` from 1.5.4 to 1.6.6
- [Release notes](https://github.com/wala/WALA/releases)
- [Commits](wala/WALA@v1.5.4...v1.6.6)

---
updated-dependencies:
- dependency-name: com.ibm.wala:com.ibm.wala.core
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: com.ibm.wala:com.ibm.wala.cast
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: com.ibm.wala:com.ibm.wala.shrike
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: com.ibm.wala:com.ibm.wala.cast.java
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: com.ibm.wala:com.ibm.wala.util
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: com.ibm.wala:com.ibm.wala.cast.java.ecj
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/maven/wala.version-1.6.6 branch from 2d8c6de to e4e99ad Compare August 12, 2024 11:06
@schlichtig schlichtig merged commit 1ff0147 into master Aug 12, 2024
2 checks passed
@dependabot dependabot bot deleted the dependabot/maven/wala.version-1.6.6 branch August 12, 2024 12:49
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants