René's URL Explorer Experiment


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

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

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

Description: Bumps archunit-junit5 from 0.18.0 to 1.0.0. Release notes Sourced from archunit-junit5'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-junit5 from 0.18.0 to 1.0.0. Release notes Sourced from archunit-junit5's releases. ArchUnit 1.0.0 ⚠️ If you upgrade from the latest 0.x version, please also refer to the relea...

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

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

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:880280c2-90da-89cc-3ece-9d579ca620ff
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-id9634:14AB50:2FEAE69:3E3F661:69749E75
html-safe-nonceba6eeb5137b5bace4b80fb7709d722b7ce17230c7ac7245566998c0b0c8ba734
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI5NjM0OjE0QUI1MDoyRkVBRTY5OjNFM0Y2NjE6Njk3NDlFNzUiLCJ2aXNpdG9yX2lkIjoiODMzNTM1NTE2NjEyMjYxNDM5MCIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmac81840f9c367d58725b6b33ae1628a139b3c7a82d9b67e93c1ba94a592098318d
hovercard-subject-tagpull_request:1082038161
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/1979/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-junit5 from 0.18.0 to 1.0.0. Release notes Sourced from archunit-junit5's releases. ArchUnit 1.0.0 ⚠️ If you upgrade from the latest 0.x version, please also refer to the relea...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
None4a4bf5f4e28041a9d2e5c107d7d20b78b4294ba261cab243b28167c16a623a1f
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
release488b30e96dfd057fbbe44c6665ccbc030b729dde
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/docker-java/docker-java/pull/1979/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%2F1979%2Ffiles
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
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
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
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/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%2F1979%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/1979/files
Reloadhttps://github.com/docker-java/docker-java/pull/1979/files
Reloadhttps://github.com/docker-java/docker-java/pull/1979/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 37 https://github.com/docker-java/docker-java/issues
Pull requests 49 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 0 https://github.com/docker-java/docker-java/projects
Security 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 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-junit5-1.0.0https://github.com/docker-java/docker-java/tree/dependabot/maven/com.tngtech.archunit-archunit-junit5-1.0.0
Conversation 1 https://github.com/docker-java/docker-java/pull/1979
Commits 1 https://github.com/docker-java/docker-java/pull/1979/commits
Checks 0 https://github.com/docker-java/docker-java/pull/1979/checks
Files changed https://github.com/docker-java/docker-java/pull/1979/files
Please reload this pagehttps://github.com/docker-java/docker-java/pull/1979/files
Bump archunit-junit5 from 0.18.0 to 1.0.0 https://github.com/docker-java/docker-java/pull/1979/files#top
Show all changes 1 commit https://github.com/docker-java/docker-java/pull/1979/files
8eae6f6 Bump archunit-junit5 from 0.18.0 to 1.0.0 dependabot[bot] Oct 10, 2022 https://github.com/docker-java/docker-java/pull/1979/commits/8eae6f6b1378c83991b28ff8284fee01650522d9
Clear filters https://github.com/docker-java/docker-java/pull/1979/files
Please reload this pagehttps://github.com/docker-java/docker-java/pull/1979/files
Please reload this pagehttps://github.com/docker-java/docker-java/pull/1979/files
docker-java-api/pom.xmlhttps://github.com/docker-java/docker-java/pull/1979/files#diff-5bf3a8d1942bfa34cf871a6e0f0c5d47ffe5873d446692d5d86a583b780a4ecf
View file https://github.com/docker-java/docker-java/blob/8eae6f6b1378c83991b28ff8284fee01650522d9/docker-java-api/pom.xml
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/docker-java/docker-java/pull/1979/{{ revealButtonHref }}
https://github.com/docker-java/docker-java/pull/1979/files#diff-5bf3a8d1942bfa34cf871a6e0f0c5d47ffe5873d446692d5d86a583b780a4ecf
https://github.com/docker-java/docker-java/pull/1979/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.