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 elementary from 1.1.3 to 2.0.0 #70

Merged
merged 2 commits into from
Jun 19, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 19, 2023

Bumps elementary from 1.1.3 to 2.0.0.

Release notes

Sourced from elementary's releases.

2.0.0

This release focuses on providing facilities for creating more precise and detailed diagnostic messages. Note that Satsifactory still remains on 1.1.2 as it is not ready for a stable release yet.

Elementary

This release contains breaking changes that overhaul how elements are retrieved in tests. It also provides first-class parameterized test support and JDK9 modules support.

Please read migrating to Elementary 2 for more information.

  • Add Compiler.module(...)
  • Change @Case to @Label
  • Change Cases to Labels
  • Change Tools.cases() to ToolsExtension.labels()
  • Change Compiler's classpath related methods to add to the classpath rather than set the classpath
  • Change DaemonCompiler.Environment.cases to DaemonCompiler.Environment.labels
  • Change DaemonCompiler.of(Class<?>) to process the given class's module if the module is named
  • Remove DaemonCompiler.of(AnnotatedConstruct)
  • Remove DaemonCompiler.of(List<JavaFileObject>)

Utilitary

  • Add com.karuslabs.utilitary.snippet
  • Add AnnotationValuePrinter
  • Add Logger.error(Element, AnnotationMirror, Object)
  • Add Logger.warn(Element, AnnotationMirror, Object)
  • Add Logger.note(Element, AnnotationMirror, Object)
  • Change Logger.error(Element, String) to Logger.error(Element, Object)
  • Change Logger.warn(Element, String) to Logger.warn(Element, Object)
  • Change Logger.note(Element, String) to Logger.note(Element, Object)
  • Change Source to always append a newline using \n instead of the system's line separator - using the system's line separator was a terrible mistake
  • Change TypeMirrors.element(TypeMirror) to TypeMirrors.asTypeElement(TypeMirror)
  • Change TypePrinter.SIMPLE to TypePrinter.simple()
  • Change TypePrinter.QUALIFIED to TypePrinter.qualified()
  • Change Walker.specializedAncestor(TypeMirrors) to Walker.ancestor(TypeMirrors)
  • Fix TypeMirrors.is(TypeMirror, Class) always returning false on primitive types
  • Fix TypePrinter throwing a StackOverflowError on circular type parameters
  • Remove com.karuslabs.annotations dependency - annnotation is now compiled agaisnt JDK 16
  • Remove Names
  • Remove Logger.error(Element, Object, String, String)
  • Remove Logger.error(Element, Object, String)
  • Remove Logger.warn(Element, Object, String, String)
  • Remove Logger.warn(Element, Object, String)
  • Remove Logger.note(Element, Object, String, String)
  • Remove Logger.note(Element, Object, String)
  • Remove Texts.quote(String)
  • Remove Walker.erasuredAncestor(TypeMirrors) - Erasured ancestors is subtlely flawed since a Collection will be an ancestor of a List
Changelog

Sourced from elementary's changelog.

2.0.0 - (16/06/2023)

This release focuses on providing facilities for creating more precise and detailed diagnostic messages. Note that Satsifactory still remains on 1.1.2 as it is not ready for a stable release yet.

Elementary

This release contains breaking changes that overhaul how elements are retrieved in tests. It also provides first-class parameterized test support and JDK9 modules support.

Please read migrating to Elementary 2 for more information.

  • Add Compiler.module(...)
  • Change @Case to @Label
  • Change Cases to Labels
  • Change Tools.cases() to ToolsExtension.labels()
  • Change Compiler's classpath related methods to add to the classpath rather than set the classpath
  • Change DaemonCompiler.Environment.cases to DaemonCompiler.Environment.labels
  • Change DaemonCompiler.of(Class<?>) to process the given class's module if the module is named
  • Remove DaemonCompiler.of(AnnotatedConstruct)
  • Remove DaemonCompiler.of(List<JavaFileObject>)

Utilitary

  • Add com.karuslabs.utilitary.snippet
  • Add AnnotationValuePrinter
  • Add Logger.error(Element, AnnotationMirror, Object)
  • Add Logger.warn(Element, AnnotationMirror, Object)
  • Add Logger.note(Element, AnnotationMirror, Object)
  • Change Logger.error(Element, String) to Logger.error(Element, Object)
  • Change Logger.warn(Element, String) to Logger.warn(Element, Object)
  • Change Logger.note(Element, String) to Logger.note(Element, Object)
  • Change Source to always append a newline using \n instead of the system's line separator - using the system's line separator was a terrible mistake
  • Change TypeMirrors.element(TypeMirror) to TypeMirrors.asTypeElement(TypeMirror)
  • Change TypePrinter.SIMPLE to TypePrinter.simple()
  • Change TypePrinter.QUALIFIED to TypePrinter.qualified()
  • Change Walker.specializedAncestor(TypeMirrors) to Walker.ancestor(TypeMirrors)
  • Fix TypeMirrors.is(TypeMirror, Class) always returning false on primitive types
  • Fix TypePrinter throwing a StackOverflowError on circular type parameters
  • Remove com.karuslabs.annotations dependency - annnotation is now compiled agaisnt JDK 16
  • Remove Names
  • Remove Logger.error(Element, Object, String, String)
  • Remove Logger.error(Element, Object, String)
  • Remove Logger.warn(Element, Object, String, String)
  • Remove Logger.warn(Element, Object, String)
  • Remove Logger.note(Element, Object, String, String)
  • Remove Logger.note(Element, Object, String)
  • Remove Texts.quote(String)
  • Remove Walker.erasuredAncestor(TypeMirrors) - Erasured ancestors is subtlely flawed since a Collection will be an ancestor of a List
Commits

Dependabot compatibility score

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 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)

Bumps [elementary](https://github.com/Pante/elementary) from 1.1.3 to 2.0.0.
- [Release notes](https://github.com/Pante/elementary/releases)
- [Changelog](https://github.com/Pante/elementary/blob/master/CHANGELOG.md)
- [Commits](Pante/elementary@1.1.3...2.0.0)

---
updated-dependencies:
- dependency-name: com.karuslabs:elementary
  dependency-type: direct:development
  update-type: version-update:semver-major
...

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 Jun 19, 2023
@basil basil merged commit c037699 into master Jun 19, 2023
@basil basil deleted the dependabot/maven/com.karuslabs-elementary-2.0.0 branch June 19, 2023 18:17
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