Skip to content

Bump wala.version from 1.6.0 to 1.6.4 #110

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

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

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

Bumps wala.version from 1.6.0 to 1.6.4.
Updates com.ibm.wala:com.ibm.wala.util from 1.6.0 to 1.6.4

Release notes

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

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

Commits
  • 7352031 Prepare for release 1.6.4.
  • 49d9fc9 Revert Gradle 8.7 upgrade (#1385)
  • ab9f2e2 Refactor EclipseSourceFileModule to make it more extension-friendly (#1382)
  • 3a2ca2e Use new API for updating collection properties
  • d7bd366 Upgrade to Gradle 8.7
  • 8927f91 Write AbstractScriptEntity.toString() in terms of getName() (#1380)
  • 8a8f874 Switch to ConcurrentHashMap in SeqClassHierarchyFactory (#1379)
  • 45fa20f Update to NullAway 0.10.24 and enable experimental JSpecify mode (#1374)
  • ae3b95d analysisScope toJson function (#1355)
  • 0e3068a Upgrade to Gradle Download Task 5.6.0
  • Additional commits viewable in compare view

Updates com.ibm.wala:com.ibm.wala.shrike from 1.6.0 to 1.6.4

Release notes

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

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

Commits
  • 7352031 Prepare for release 1.6.4.
  • 49d9fc9 Revert Gradle 8.7 upgrade (#1385)
  • ab9f2e2 Refactor EclipseSourceFileModule to make it more extension-friendly (#1382)
  • 3a2ca2e Use new API for updating collection properties
  • d7bd366 Upgrade to Gradle 8.7
  • 8927f91 Write AbstractScriptEntity.toString() in terms of getName() (#1380)
  • 8a8f874 Switch to ConcurrentHashMap in SeqClassHierarchyFactory (#1379)
  • 45fa20f Update to NullAway 0.10.24 and enable experimental JSpecify mode (#1374)
  • ae3b95d analysisScope toJson function (#1355)
  • 0e3068a Upgrade to Gradle Download Task 5.6.0
  • Additional commits viewable in compare view

Updates com.ibm.wala:com.ibm.wala.core from 1.6.0 to 1.6.4

Release notes

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

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

Commits
  • 7352031 Prepare for release 1.6.4.
  • 49d9fc9 Revert Gradle 8.7 upgrade (#1385)
  • ab9f2e2 Refactor EclipseSourceFileModule to make it more extension-friendly (#1382)
  • 3a2ca2e Use new API for updating collection properties
  • d7bd366 Upgrade to Gradle 8.7
  • 8927f91 Write AbstractScriptEntity.toString() in terms of getName() (#1380)
  • 8a8f874 Switch to ConcurrentHashMap in SeqClassHierarchyFactory (#1379)
  • 45fa20f Update to NullAway 0.10.24 and enable experimental JSpecify mode (#1374)
  • ae3b95d analysisScope toJson function (#1355)
  • 0e3068a Upgrade to Gradle Download Task 5.6.0
  • Additional commits viewable in compare view

Updates com.ibm.wala:com.ibm.wala.cast from 1.6.0 to 1.6.4

Release notes

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

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

Commits
  • 7352031 Prepare for release 1.6.4.
  • 49d9fc9 Revert Gradle 8.7 upgrade (#1385)
  • ab9f2e2 Refactor EclipseSourceFileModule to make it more extension-friendly (#1382)
  • 3a2ca2e Use new API for updating collection properties
  • d7bd366 Upgrade to Gradle 8.7
  • 8927f91 Write AbstractScriptEntity.toString() in terms of getName() (#1380)
  • 8a8f874 Switch to ConcurrentHashMap in SeqClassHierarchyFactory (#1379)
  • 45fa20f Update to NullAway 0.10.24 and enable experimental JSpecify mode (#1374)
  • ae3b95d analysisScope toJson function (#1355)
  • 0e3068a Upgrade to Gradle Download Task 5.6.0
  • Additional commits viewable in compare view

Updates com.ibm.wala:com.ibm.wala.cast.java from 1.6.0 to 1.6.4

Release notes

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

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

Commits
  • 7352031 Prepare for release 1.6.4.
  • 49d9fc9 Revert Gradle 8.7 upgrade (#1385)
  • ab9f2e2 Refactor EclipseSourceFileModule to make it more extension-friendly (#1382)
  • 3a2ca2e Use new API for updating collection properties
  • d7bd366 Upgrade to Gradle 8.7
  • 8927f91 Write AbstractScriptEntity.toString() in terms of getName() (#1380)
  • 8a8f874 Switch to ConcurrentHashMap in SeqClassHierarchyFactory (#1379)
  • 45fa20f Update to NullAway 0.10.24 and enable experimental JSpecify mode (#1374)
  • ae3b95d analysisScope toJson function (#1355)
  • 0e3068a Upgrade to Gradle Download Task 5.6.0
  • 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 requested a review from khatchad as a code owner July 1, 2024 22:55
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jul 1, 2024
@dependabot dependabot bot force-pushed the dependabot/maven/wala.version-1.6.4 branch 3 times, most recently from 75bf233 to bbf7154 Compare July 3, 2024 18:32
@dependabot dependabot bot force-pushed the dependabot/maven/wala.version-1.6.4 branch 8 times, most recently from 5850dd6 to a5d07f0 Compare July 9, 2024 20:50
Copy link
Member

@khatchad khatchad left a comment

Choose a reason for hiding this comment

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

Not yet.

@dependabot dependabot bot force-pushed the dependabot/maven/wala.version-1.6.4 branch from a5d07f0 to 00b8a4c Compare July 9, 2024 20:55
Bumps `wala.version` from 1.6.0 to 1.6.4.

Updates `com.ibm.wala:com.ibm.wala.util` from 1.6.0 to 1.6.4
- [Release notes](https://github.com/wala/WALA/releases)
- [Commits](wala/WALA@v1.6.0...v1.6.4)

Updates `com.ibm.wala:com.ibm.wala.shrike` from 1.6.0 to 1.6.4
- [Release notes](https://github.com/wala/WALA/releases)
- [Commits](wala/WALA@v1.6.0...v1.6.4)

Updates `com.ibm.wala:com.ibm.wala.core` from 1.6.0 to 1.6.4
- [Release notes](https://github.com/wala/WALA/releases)
- [Commits](wala/WALA@v1.6.0...v1.6.4)

Updates `com.ibm.wala:com.ibm.wala.cast` from 1.6.0 to 1.6.4
- [Release notes](https://github.com/wala/WALA/releases)
- [Commits](wala/WALA@v1.6.0...v1.6.4)

Updates `com.ibm.wala:com.ibm.wala.cast.java` from 1.6.0 to 1.6.4
- [Release notes](https://github.com/wala/WALA/releases)
- [Commits](wala/WALA@v1.6.0...v1.6.4)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/maven/wala.version-1.6.4 branch from 00b8a4c to 2926e35 Compare July 9, 2024 20:59
Copy link
Author

dependabot bot commented on behalf of github Jul 15, 2024

Superseded by #116.

@dependabot dependabot bot closed this Jul 15, 2024
@dependabot dependabot bot deleted the dependabot/maven/wala.version-1.6.4 branch July 15, 2024 09:11
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
Development

Successfully merging this pull request may close these issues.

1 participant