René's URL Explorer Experiment


Title: Bump archunit from 0.18.0 to 1.0.0 by dependabot[bot] · Pull Request #1978 · docker-java/docker-java · GitHub

Open Graph Title: Bump archunit from 0.18.0 to 1.0.0 by dependabot[bot] · Pull Request #1978 · docker-java/docker-java

X Title: Bump archunit from 0.18.0 to 1.0.0 by dependabot[bot] · Pull Request #1978 · docker-java/docker-java

Description: Bumps archunit from 0.18.0 to 1.0.0. Release notes Sourced from archunit's releases. ArchUnit 1.0.0 ⚠️ If you upgrade from the latest 0.x version, please also refer to the release notes of release candidate 1.0.0-rc1 as these release notes refer to upgrading from the release candidate ⚠️ Breaking Changes Naming around JavaPackage subpackages and dependencies has been improved to remove ambiguities. In general, whenever all classes from a package and subpackages recursively are involved, this is now called "package tree". Otherwise, it only targets the classes directly within this package (see #919/#968; thanks a lot to @​grimsa) The following mapping shows how to translate the old methods to the current methods: getAllClasses() -> getClassesInPackageTree() getAllSubpackages() -> getSubpackagesInTree() getClassDependenciesFromSelf() -> getClassDependenciesFromThisPackageTree() getClassDependenciesToSelf() -> getClassDependenciesToThisPackageTree() getPackageDependenciesFromSelf() -> getPackageDependenciesFromThisPackageTree() getPackageDependenciesToSelf() -> getPackageDependenciesToThisPackageTree() accept(..) -> traversePackageTree(..) Importing the default package via ClassFileImporter.importPackages("") will now yields the same result as using importClasspath() without any ImportOption (see #954) ClassFileImporter.importClasspath() now behaves consistently to other import APIs. I.e. no default ImportOptions like DoNotIncludeArchives are added anymore, instead all ImportOptions need to be added the same way as for all other import methods (see #958) The custom collection ImportOptions has been removed from the public API and been replaced by a standard Collection where appropriate (see #958) The package com.tngtech.archunit.library.plantuml has been moved to com.tngtech.archunit.library.plantuml.rules to make room for adding other PlantUML related features (see #959) SLF4J-API has been upgraded from 1.7.30 to 2.0.3, so any log adapter dependency to be used with ArchUnit (e.g. to hook in Log4J) has to be compatible with SLF4J-API 2.x from now on (see #966) Bug Fixes Fix bug where multiple synthetic access calls to methods like access$123(..) would lead to only one access being imported. Note, that these synthetic methods are added for calls to private fields / methods from inner classes to outer classes, etc. (see #957) Enhancements Lang archunit_ignore_patterns.txt is now also respected by FreezingArchRule. Thus, ignored violations are not added to the ViolationStore anymore (see #915) Library testClassesShouldResideInTheSamePackageAsImplementation(..) now supports multiple test classes with same simple name (see #918; thanks a lot to @​mslowiak) PlantUmlArchCondition now does not throw exceptions anymore, if a class is in none or multiple components, but instead reports those as standard violations. This way these violations can also be frozen via FreezingArchRule instead of crashing the test (see #960) Further Acknowledgement Thanks a lot to @​hankem for upgrading various dependencies, cleaning up code and extensive reviews ArchUnit 1.0.0-rc1 Breaking Changes All deprecated members and classes have been removed (see #909) @AnalyzeClasses() without any explicit locations to import will now import the package of the annotated class by default instead of the whole classpath. To restore the old behavior use @AnalyzeClasses(wholeClasspath = true) (see #828) The archunit-junit5-engine-api now resides within the package com.tngtech.archunit.junit.engine_api instead of directly under junit. This only affects users that want to programmatically interface with the ArchUnitTestEngine and should be irrelevant for most users (see #827) ArchUnit now needs at least Java 8 to run (see #833) The ArchUnit types Function, Predicate and Optional have been replaced by the JDK 8 equivalents DescribedPredicate now extends the JDK 8 Predicate, so apply(..) has to be replaced by test(..) layeredArchitecture() now forces to decide how to deal with dependencies by adding .considering...Dependencies() in the beginning of the declaration. To restore the old behavior declare it as layeredArchitecture().consideringAllDependencies() (see #892) ConditionEvents is now an interface and the interface has been cleaned out of all non-essential methods, e.g. getAllowed(). This was done to increase maintainability and make it easier to optimize the internals. If you are missing any functionality now, please file an issue to discuss it (see #876) ... (truncated) Commits f11750b prepare release 1.0.0 f5c1f05 support -rc suffixes in updateArchUnitExampleVersion c3efe74 update expected versions in released POMs 651f3f7 support rc-versions in publish.gradle a7a71b1 Rename JavaPackage.getAllClasses() -> getClassesInPackageTree() (#968) 7b31072 rename JavaPackage.getAllClasses() -> getClassesInPackageTree() 6878f49 Some minor code improvements (#965) 86255a7 replace JUnit 4 ExpectedException by AssertJ assertThatThrownBy 4b0aa34 replace assertThat(x).containsOnlyElementsOf with .hasSameElementsAs 506030b replace Guava Files.{write/append} by java.nio.Files.write(..) Additional commits viewable in compare view 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 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)

Open Graph Description: Bumps archunit from 0.18.0 to 1.0.0. Release notes Sourced from archunit's releases. ArchUnit 1.0.0 ⚠️ If you upgrade from the latest 0.x version, please also refer to the release notes of re...

X Description: Bumps archunit from 0.18.0 to 1.0.0. Release notes Sourced from archunit's releases. ArchUnit 1.0.0 ⚠️ If you upgrade from the latest 0.x version, please also refer to the release notes o...

Opengraph URL: https://github.com/docker-java/docker-java/pull/1978

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:31d2c7fc-6c05-bfde-2eab-2edd007761f4
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-idE100:1E68A5:20A9CEE:2C8790F:6A538C31
html-safe-nonce695e563023888fa489e59589e4aee979a9f468ef3df2c3b95e7a606c10c15496
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJFMTAwOjFFNjhBNToyMEE5Q0VFOjJDODc5MEY6NkE1MzhDMzEiLCJ2aXNpdG9yX2lkIjoiNzAzNzUyNjA5NDkzODA4MjM1MyIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmac5d731be9cab78b8e7a288baa8ae7ba004a9ee0cbf86479387d11da0caac4cf45
hovercard-subject-tagpull_request:1082038039
github-keyboard-shortcutsrepository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///pull_requests/show/files
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/docker-java/docker-java/pull/1978/files
twitter:imagehttps://avatars.githubusercontent.com/in/29110?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/in/29110?s=400&v=4
og:image:altBumps archunit from 0.18.0 to 1.0.0. Release notes Sourced from archunit's releases. ArchUnit 1.0.0 ⚠️ If you upgrade from the latest 0.x version, please also refer to the release notes of re...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
Noneb9a586c06a05a7a86fc7e3f4dbd03e42f6869085879aa184aa6369456dbd50fb
turbo-cache-controlno-preview
diff-viewunified
go-importgithub.com/docker-java/docker-java git https://github.com/docker-java/docker-java.git
octolytics-dimension-user_id7772003
octolytics-dimension-user_logindocker-java
octolytics-dimension-repository_id20415251
octolytics-dimension-repository_nwodocker-java/docker-java
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id20415251
octolytics-dimension-repository_network_root_nwodocker-java/docker-java
turbo-body-classeslogged-out env-production page-responsive
disable-turbotrue
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release07a982c1d40157c619b364352b704c3ce66bb332
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/docker-java/docker-java/pull/1978/files#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fdocker-java%2Fdocker-java%2Fpull%2F1978%2Ffiles
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/open-source/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/open-source/accelerator
GitHub Starshttps://stars.github.com
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/enterprise/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fdocker-java%2Fdocker-java%2Fpull%2F1978%2Ffiles
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fpull_requests%2Fshow%2Ffiles&source=header-repo&source_repo=docker-java%2Fdocker-java
Reloadhttps://github.com/docker-java/docker-java/pull/1978/files
Reloadhttps://github.com/docker-java/docker-java/pull/1978/files
Reloadhttps://github.com/docker-java/docker-java/pull/1978/files
Please reload this pagehttps://github.com/docker-java/docker-java/pull/1978/files
docker-java https://github.com/docker-java
docker-javahttps://github.com/docker-java/docker-java
Notifications https://github.com/login?return_to=%2Fdocker-java%2Fdocker-java
Fork 1.1k https://github.com/login?return_to=%2Fdocker-java%2Fdocker-java
Star 3.2k https://github.com/login?return_to=%2Fdocker-java%2Fdocker-java
Code https://github.com/docker-java/docker-java
Issues 38 https://github.com/docker-java/docker-java/issues
Pull requests 57 https://github.com/docker-java/docker-java/pulls
Discussions https://github.com/docker-java/docker-java/discussions
Actions https://github.com/docker-java/docker-java/actions
Projects https://github.com/docker-java/docker-java/projects
Security and quality 0 https://github.com/docker-java/docker-java/security
Insights https://github.com/docker-java/docker-java/pulse
Code https://github.com/docker-java/docker-java
Issues https://github.com/docker-java/docker-java/issues
Pull requests https://github.com/docker-java/docker-java/pulls
Discussions https://github.com/docker-java/docker-java/discussions
Actions https://github.com/docker-java/docker-java/actions
Projects https://github.com/docker-java/docker-java/projects
Security and quality https://github.com/docker-java/docker-java/security
Insights https://github.com/docker-java/docker-java/pulse
Sign up for GitHub https://github.com/signup?return_to=%2Fdocker-java%2Fdocker-java%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://github.com/login?return_to=%2Fdocker-java%2Fdocker-java%2Fissues%2Fnew%2Fchoose
dependabothttps://github.com/apps/dependabot
masterhttps://github.com/docker-java/docker-java/tree/master
dependabot/maven/com.tngtech.archunit-archunit-1.0.0https://github.com/docker-java/docker-java/tree/dependabot/maven/com.tngtech.archunit-archunit-1.0.0
Conversation 1 https://github.com/docker-java/docker-java/pull/1978
Commits 1 https://github.com/docker-java/docker-java/pull/1978/commits
Checks 0 https://github.com/docker-java/docker-java/pull/1978/checks
Files changed https://github.com/docker-java/docker-java/pull/1978/files
Please reload this pagehttps://github.com/docker-java/docker-java/pull/1978/files
Bump archunit from 0.18.0 to 1.0.0 https://github.com/docker-java/docker-java/pull/1978/files#top
Show all changes 1 commit https://github.com/docker-java/docker-java/pull/1978/files
8ee30cc Bump archunit from 0.18.0 to 1.0.0 dependabot[bot] Oct 10, 2022 https://github.com/docker-java/docker-java/pull/1978/commits/8ee30cc6d6abb132111def5d3fa033e6b07b51ee
Clear filters https://github.com/docker-java/docker-java/pull/1978/files
Please reload this pagehttps://github.com/docker-java/docker-java/pull/1978/files
Please reload this pagehttps://github.com/docker-java/docker-java/pull/1978/files
docker-java-api/pom.xmlhttps://github.com/docker-java/docker-java/pull/1978/files#diff-5bf3a8d1942bfa34cf871a6e0f0c5d47ffe5873d446692d5d86a583b780a4ecf
View file https://github.com/docker-java/docker-java/blob/8ee30cc6d6abb132111def5d3fa033e6b07b51ee/docker-java-api/pom.xml
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/docker-java/docker-java/pull/1978/{{ revealButtonHref }}
https://github.com/docker-java/docker-java/pull/1978/files#diff-5bf3a8d1942bfa34cf871a6e0f0c5d47ffe5873d446692d5d86a583b780a4ecf
https://github.com/docker-java/docker-java/pull/1978/files#diff-5bf3a8d1942bfa34cf871a6e0f0c5d47ffe5873d446692d5d86a583b780a4ecf
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.