René's URL Explorer Experiment


Title: Bump hibernate-core from 3.5.6-Final to 5.4.24.Final in /broker-workplace by dependabot[bot] · Pull Request #44 · cherkavi/java-code-example · GitHub

Open Graph Title: Bump hibernate-core from 3.5.6-Final to 5.4.24.Final in /broker-workplace by dependabot[bot] · Pull Request #44 · cherkavi/java-code-example

X Title: Bump hibernate-core from 3.5.6-Final to 5.4.24.Final in /broker-workplace by dependabot[bot] · Pull Request #44 · cherkavi/java-code-example

Description: Bumps hibernate-core from 3.5.6-Final to 5.4.24.Final. Release notes Sourced from hibernate-core's releases. Hibernate ORM 5.2.0 5.2.0 includes many improvements and bug-fixes. For a complete list of changes, see https://hibernate.atlassian.net/projects/HHH/versions/23150/tab/release-report-done. Many of the changes in 5.2.0 have important ramifications in terms of both usage and extension. Be sure to read the 5.2 Migration Guide for details. Below is a discussion of the major changes. Java 8 baseline 5.2 moves to Java 8 as its baseline. This means: The hibernate-java8 module has been removed, and that functionality has been moved into hibernate-core. Native support for Java 8 date/time types as Query parameters. Support for streaming (java.util.stream.Stream) query results. Support for java.util.Optional as return from methods that may return null. Leveraging Java 8 "default methods" when introducing new methods to extension points. Consolidating JPA support into hibernate-core. That effectively means that the hibernate-entitymanager module no longer exists. Its functionality being consumed into hibernate-core. JCache support Support for using any JCache-compliant cache impl as a second-level caching provider. Session-level batch size support Support has been added for specifying a batch size for write operations per Session. 5th bug-fix release for 5.0 The 5th bug-fix release for Hibernate ORM 5.0. This release and the upcoming 5.0.6 release have been done on an accelerated time-box of 2 weeks (from the normal 4 weeks for bug-fix releases) due to US holidays. The complete list of changes can be found here (or here for people without a Hibernate Jira account). For information on consuming the release via your favorite dependency-management-capable build tool, see http://hibernate.org/orm/downloads/ For those of you allergic to dependency-management-capable build tools, the release bundles can be obtained from SourceForge or BinTray. Fourth bug-fix release for 5.0 The fourth bug-fix release for Hibernate ORM 5.0 There are 52 issues resolved in this release. 20 of those came out of the recent Jira cleanup. Initially that initiative pulled in roughly 750 issues. To date, 66 of those have been resolved - fixed or verified as out-of-date, unable-to-reproduce, etc. An additional 14 have been more properly reclassified as feature or enhancement requests rather than bugs. The really cool part is the amount of community help we have gotten in making that happen! Thanks to everyone responding, verifying and even fixing alot of these bugs! The complete list of changes can be found here. People without a Hibernate Jira account will not be able to access the previous link and can access the changelog in GitHub; the issue I reported with Atlassian has been resolved and is ready for deployment into our hosted environment, I just do not know when that will happen. For information on consuming the release via your favorite dependency-management-capable build tool, see http://hibernate.org/orm/downloads/ For those of you allergic to dependency-management-capable build tools, the release bundles can be obtained from SourceForge or BinTray. Third bug-fix release for 5.0 http://in.relation.to/2015/10/28/hibernate-orm-503-final-release/ ... (truncated) Changelog Sourced from hibernate-core's changelog. Changes in 5.4.24.Final (November 17, 2020) https://hibernate.atlassian.net/projects/HHH/versions/31892 ** Bug * [HHH-14333] - Pessimistic Lock causes FOR UPDATE on outer join statements * [HHH-14329] - DirtinessTracker usage for enhanced entities doesn't respect mutable types * [HHH-14322] - HBM many-to-one property-ref broken since 5.3.2 due to HHH-12684 * [HHH-14317] - Avoid closing datasource in AgroalConnectionProvider if datasource is not initialized * [HHH-14316] - Avoid accessing state in DriverManagerConnectionProviderImpl if null * [HHH-14312] - Padded batch style entity loader ignores entity graph * [HHH-14310] - Document hibernate.query.in_clause_parameter_padding * [HHH-14288] - Complex batch insert query stopped to work * [HHH-14279] - Broken 'with key(...)' operator on entity-key maps * [HHH-14276] - Nested ID class using derived identifiers fails with strange AnnotationException: unable to find column reference in the @​MapsId mapping: game_id * [HHH-14257] - An Entity A with a map collection having as index an Embeddable with a an association to the Entity A fails with a NPE * [HHH-13310] - getParameterValue() not working for collections ** Improvement * [HHH-14332] - Make it easier for Quarkus SPI to avoid loading XML * [HHH-14325] - Add Query hint for specifying "query spaces" for native queries * [HHH-14158] - Upgrade Javassist to the latest version ** Task * [HHH-14324] - Add .gradletasknamecache to .gitignore * [HHH-14309] - Improve BulkOperationCleanupAction#affectedEntity * [HHH-14225] - CVE-2020-25638 Potential for SQL injection on use_sql_comments logging enabled Changes in 5.4.23.Final (November 01, 2020) https://hibernate.atlassian.net/projects/HHH/versions/31887 ** Bug * [HHH-14279] - Broken 'with key(...)' operator on entity-key maps * [HHH-14275] - Broken link to Infinispan User Guide in Hibernate 5.3 User Guide * [HHH-14260] - Dead links in user guide * [HHH-14259] - HHH-13980 is not merged into 5.4 * [HHH-14249] - MultiLineImport fails when script contains blank spaces or tabs at the end of the last sql statement * [HHH-14247] - Automatic release scripts, wrong Jira release url * [HHH-14227] - Insert statements are not ordered with entities that use inheritance and reference a subclass ** Improvement * [HHH-14305] - Analyse retained heap after bootstrap to trim memory consumption * [HHH-14304] - Replacing eager initialization of LockingStrategy within AbstractEntityPersister * [HHH-14303] - Upgrade to JBoss Loging 3.4.1.Final * [HHH-14302] - Upgrade to Agroal 1.9 * [HHH-14301] - Upgrade to Byte Buddy 1.10.17 ... (truncated) Commits See full diff 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 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 use these labels will set the current labels as the default for future PRs for this repo and language @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the Security Alerts page.

Open Graph Description: Bumps hibernate-core from 3.5.6-Final to 5.4.24.Final. Release notes Sourced from hibernate-core's releases. Hibernate ORM 5.2.0 5.2.0 includes many improvements and bug-fixes. For a complet...

X Description: Bumps hibernate-core from 3.5.6-Final to 5.4.24.Final. Release notes Sourced from hibernate-core's releases. Hibernate ORM 5.2.0 5.2.0 includes many improvements and bug-fixes. For a com...

Opengraph URL: https://github.com/cherkavi/java-code-example/pull/44

X: @github

direct link

Domain: patch-diff.githubusercontent.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:8cbda2f9-17be-01d5-2b0d-a59c8430cd7d
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-idB5BC:10C5CB:15589CE:1C51923:696ED13D
html-safe-nonceb8f696f3202d3cdda615159ac32451fd15b5ae3f1695a90f599b078525263600
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJCNUJDOjEwQzVDQjoxNTU4OUNFOjFDNTE5MjM6Njk2RUQxM0QiLCJ2aXNpdG9yX2lkIjoiODI0MTcxNjc5MTY0NjAxNTgwNSIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmaccb27ae5c59ad2cecd84ea3e3c47b58521fc6e020652116a5a6c0bb8d5861158c
hovercard-subject-tagpull_request:844504121
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/cherkavi/java-code-example/pull/44/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 hibernate-core from 3.5.6-Final to 5.4.24.Final. Release notes Sourced from hibernate-core's releases. Hibernate ORM 5.2.0 5.2.0 includes many improvements and bug-fixes. For a complet...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
Noneb278ad162d35332b6de714dfb005de04386c4d92df6475522bef910f491a35ee
turbo-cache-controlno-preview
diff-viewunified
go-importgithub.com/cherkavi/java-code-example git https://github.com/cherkavi/java-code-example.git
octolytics-dimension-user_id8113355
octolytics-dimension-user_logincherkavi
octolytics-dimension-repository_id197267286
octolytics-dimension-repository_nwocherkavi/java-code-example
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id197267286
octolytics-dimension-repository_network_root_nwocherkavi/java-code-example
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
release39aed5006635ab6f45e6b77d23e73b08a00272a3
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://patch-diff.githubusercontent.com/cherkavi/java-code-example/pull/44/files#start-of-content
https://patch-diff.githubusercontent.com/
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Fcherkavi%2Fjava-code-example%2Fpull%2F44%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://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Fcherkavi%2Fjava-code-example%2Fpull%2F44%2Ffiles
Sign up https://patch-diff.githubusercontent.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=cherkavi%2Fjava-code-example
Reloadhttps://patch-diff.githubusercontent.com/cherkavi/java-code-example/pull/44/files
Reloadhttps://patch-diff.githubusercontent.com/cherkavi/java-code-example/pull/44/files
Reloadhttps://patch-diff.githubusercontent.com/cherkavi/java-code-example/pull/44/files
cherkavi https://patch-diff.githubusercontent.com/cherkavi
java-code-examplehttps://patch-diff.githubusercontent.com/cherkavi/java-code-example
Notifications https://patch-diff.githubusercontent.com/login?return_to=%2Fcherkavi%2Fjava-code-example
Fork 4 https://patch-diff.githubusercontent.com/login?return_to=%2Fcherkavi%2Fjava-code-example
Star 0 https://patch-diff.githubusercontent.com/login?return_to=%2Fcherkavi%2Fjava-code-example
Code https://patch-diff.githubusercontent.com/cherkavi/java-code-example
Issues 0 https://patch-diff.githubusercontent.com/cherkavi/java-code-example/issues
Pull requests 60 https://patch-diff.githubusercontent.com/cherkavi/java-code-example/pulls
Actions https://patch-diff.githubusercontent.com/cherkavi/java-code-example/actions
Projects 0 https://patch-diff.githubusercontent.com/cherkavi/java-code-example/projects
Security Uh oh! There was an error while loading. Please reload this page. https://patch-diff.githubusercontent.com/cherkavi/java-code-example/security
Please reload this pagehttps://patch-diff.githubusercontent.com/cherkavi/java-code-example/pull/44/files
Insights https://patch-diff.githubusercontent.com/cherkavi/java-code-example/pulse
Code https://patch-diff.githubusercontent.com/cherkavi/java-code-example
Issues https://patch-diff.githubusercontent.com/cherkavi/java-code-example/issues
Pull requests https://patch-diff.githubusercontent.com/cherkavi/java-code-example/pulls
Actions https://patch-diff.githubusercontent.com/cherkavi/java-code-example/actions
Projects https://patch-diff.githubusercontent.com/cherkavi/java-code-example/projects
Security https://patch-diff.githubusercontent.com/cherkavi/java-code-example/security
Insights https://patch-diff.githubusercontent.com/cherkavi/java-code-example/pulse
Sign up for GitHub https://patch-diff.githubusercontent.com/signup?return_to=%2Fcherkavi%2Fjava-code-example%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://patch-diff.githubusercontent.com/login?return_to=%2Fcherkavi%2Fjava-code-example%2Fissues%2Fnew%2Fchoose
dependabothttps://patch-diff.githubusercontent.com/apps/dependabot
masterhttps://patch-diff.githubusercontent.com/cherkavi/java-code-example/tree/master
dependabot/maven/broker-workplace/org.hibernate-hibernate-core-5.4.24.Finalhttps://patch-diff.githubusercontent.com/cherkavi/java-code-example/tree/dependabot/maven/broker-workplace/org.hibernate-hibernate-core-5.4.24.Final
Conversation 1 https://patch-diff.githubusercontent.com/cherkavi/java-code-example/pull/44
Commits 1 https://patch-diff.githubusercontent.com/cherkavi/java-code-example/pull/44/commits
Checks 0 https://patch-diff.githubusercontent.com/cherkavi/java-code-example/pull/44/checks
Files changed https://patch-diff.githubusercontent.com/cherkavi/java-code-example/pull/44/files
Please reload this pagehttps://patch-diff.githubusercontent.com/cherkavi/java-code-example/pull/44/files
Bump hibernate-core from 3.5.6-Final to 5.4.24.Final in /broker-workplace https://patch-diff.githubusercontent.com/cherkavi/java-code-example/pull/44/files#top
Show all changes 1 commit https://patch-diff.githubusercontent.com/cherkavi/java-code-example/pull/44/files
eb6baa9 Bump hibernate-core in /broker-workplace dependabot[bot] Feb 10, 2022 https://patch-diff.githubusercontent.com/cherkavi/java-code-example/pull/44/commits/eb6baa980f9ec498af1b8910be43bab4cc7032f6
Clear filters https://patch-diff.githubusercontent.com/cherkavi/java-code-example/pull/44/files
Please reload this pagehttps://patch-diff.githubusercontent.com/cherkavi/java-code-example/pull/44/files
Please reload this pagehttps://patch-diff.githubusercontent.com/cherkavi/java-code-example/pull/44/files
broker-workplace/pom.xmlhttps://patch-diff.githubusercontent.com/cherkavi/java-code-example/pull/44/files#diff-7d16aaa51aa636d7cc2a5ba7a498e6836f967735ca3f859f79ba6b046ea8b8d8
View file https://patch-diff.githubusercontent.com/cherkavi/java-code-example/blob/eb6baa980f9ec498af1b8910be43bab4cc7032f6/broker-workplace/pom.xml
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://patch-diff.githubusercontent.com/cherkavi/java-code-example/pull/44/{{ revealButtonHref }}
https://patch-diff.githubusercontent.com/cherkavi/java-code-example/pull/44/files#diff-7d16aaa51aa636d7cc2a5ba7a498e6836f967735ca3f859f79ba6b046ea8b8d8
https://patch-diff.githubusercontent.com/cherkavi/java-code-example/pull/44/files#diff-7d16aaa51aa636d7cc2a5ba7a498e6836f967735ca3f859f79ba6b046ea8b8d8
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.