Skip to content

v1.2.0#39

Merged
jclausen merged 45 commits into
mainfrom
development
Dec 5, 2025
Merged

v1.2.0#39
jclausen merged 45 commits into
mainfrom
development

Conversation

@jclausen

@jclausen jclausen commented Dec 5, 2025

Copy link
Copy Markdown
Contributor

No description provided.

dependabot Bot and others added 30 commits October 1, 2025 05:22
Bumps [org.ehcache:ehcache](https://github.com/ehcache/ehcache3) from 3.10.8 to 3.11.1.
- [Release notes](https://github.com/ehcache/ehcache3/releases)
- [Commits](ehcache/ehcache3@v3.10.8...v3.11.1)

---
updated-dependencies:
- dependency-name: org.ehcache:ehcache
  dependency-version: 3.11.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [com.gradleup.shadow](https://github.com/GradleUp/shadow) from 9.0.0-beta17 to 9.2.2.
- [Release notes](https://github.com/GradleUp/shadow/releases)
- [Commits](GradleUp/shadow@9.0.0-beta17...9.2.2)

---
updated-dependencies:
- dependency-name: com.gradleup.shadow
  dependency-version: 9.2.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps com.diffplug.spotless from 7.2.1 to 8.0.0.

---
updated-dependencies:
- dependency-name: com.diffplug.spotless
  dependency-version: 8.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5 to 6.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v5...v6)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action) from 6 to 7.
- [Release notes](https://github.com/stefanzweifel/git-auto-commit-action/releases)
- [Changelog](https://github.com/stefanzweifel/git-auto-commit-action/blob/master/CHANGELOG.md)
- [Commits](stefanzweifel/git-auto-commit-action@v6...v7)

---
updated-dependencies:
- dependency-name: stefanzweifel/git-auto-commit-action
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit-framework) from 5.+ to 6.0.1.
- [Release notes](https://github.com/junit-team/junit-framework/releases)
- [Commits](https://github.com/junit-team/junit-framework/commits/r6.0.1)

---
updated-dependencies:
- dependency-name: org.junit.jupiter:junit-jupiter
  dependency-version: 6.0.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v4...v5)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
…he-ehcache-3.11.1

Bump org.ehcache:ehcache from 3.10.8 to 3.11.1
…eup.shadow-9.2.2

Bump com.gradleup.shadow from 9.0.0-beta17 to 9.2.2
…lug.spotless-8.0.0

Bump com.diffplug.spotless from 7.2.1 to 8.0.0
…ctions/download-artifact-6

Bump actions/download-artifact from 5 to 6
…tefanzweifel/git-auto-commit-action-7

Bump stefanzweifel/git-auto-commit-action from 6 to 7
….jupiter-junit-jupiter-6.0.1

Bump org.junit.jupiter:junit-jupiter from 5.+ to 6.0.1
…ctions/upload-artifact-5

Bump actions/upload-artifact from 4 to 5
We now store ORM contexts (and thus sessions) in one of two locations:
1. The executing thread context IF found
2. If not, the executing request context

Resolves BLMODULES-102.
Signed-off-by: Michael Born <8106227+michaelborn@users.noreply.github.com>
Docs are located at bxorm.ortusbooks.com and git-hosted at https://github.com/ortus-docs/bxorm.
michaelborn and others added 15 commits November 24, 2025 11:51
We should be grabbing the session from the closest JDBC session (whether request or thread) NOT just from the thread.
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v5...v6)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [io.boxlang:boxlang](https://github.com/ortus-boxlang/boxlang) from 1.6.0 to 1.7.0.
- [Release notes](https://github.com/ortus-boxlang/boxlang/releases)
- [Changelog](https://github.com/ortus-boxlang/BoxLang/blob/development/changelog.md)
- [Commits](ortus-boxlang/BoxLang@v1.6.0...v1.7.0)

---
updated-dependencies:
- dependency-name: io.boxlang:boxlang
  dependency-version: 1.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps com.diffplug.spotless from 8.0.0 to 8.1.0.

---
updated-dependencies:
- dependency-name: com.diffplug.spotless
  dependency-version: 8.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
…lug.spotless-8.1.0

Bump com.diffplug.spotless from 8.0.0 to 8.1.0
…ctions/checkout-6

Bump actions/checkout from 5 to 6
…g-boxlang-1.7.0

Bump io.boxlang:boxlang from 1.6.0 to 1.7.0
@jclausen jclausen merged commit 851118b into main Dec 5, 2025
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants