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

update matsim libs #69

Merged
merged 968 commits into from
Nov 24, 2023
Merged

update matsim libs #69

merged 968 commits into from
Nov 24, 2023

Conversation

nkuehnel
Copy link
Member

No description provided.

mrieser and others added 30 commits October 12, 2023 18:04
there goes a chapter of my phd thesis... ;-(
kainagel and others added 28 commits November 18, 2023 18:16
…to add a larger memory request as VM argument. I am now additionally adding the arguments

					"--add-exports", "java.base/java.lang=ALL-UNNAMED",
					"--add-exports", "java.desktop/sun.awt=ALL-UNNAMED",
					"--add-exports", "java.desktop/sun.java2d=ALL-UNNAMED",
because this seems to be needed to make jogl work on windows.
add VM arguments to second Java call from within the Gui to circumvent module encapsulation which breaks jogl on windows
before, the reading of the population just continued, even if one of the reader-threads had an exception.
Now, the exception from a reader-thread is propagated to the main-thread.
…ptions-in-population-reader

escalate exceptions during parallel population reading (Fix for matsim-org#2929)
Bumps `log4j.version` from 2.21.1 to 2.22.0.

Updates `org.apache.logging.log4j:log4j-api` from 2.21.1 to 2.22.0

Updates `org.apache.logging.log4j:log4j-core` from 2.21.1 to 2.22.0

Updates `org.apache.logging.log4j:log4j-slf4j2-impl` from 2.21.1 to 2.22.0

---
updated-dependencies:
- dependency-name: org.apache.logging.log4j:log4j-api
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.apache.logging.log4j:log4j-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.apache.logging.log4j:log4j-slf4j2-impl
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
…og4j.version-2.22.0

build(deps): bump log4j.version from 2.21.1 to 2.22.0
Bumps [net.bytebuddy:byte-buddy](https://github.com/raphw/byte-buddy) from 1.14.9 to 1.14.10.
- [Release notes](https://github.com/raphw/byte-buddy/releases)
- [Changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md)
- [Commits](raphw/byte-buddy@byte-buddy-1.14.9...byte-buddy-1.14.10)

---
updated-dependencies:
- dependency-name: net.bytebuddy:byte-buddy
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
…et.bytebuddy-byte-buddy-1.14.10

build(deps-dev): bump net.bytebuddy:byte-buddy from 1.14.9 to 1.14.10
…thin one hour) during estimation of charging time
ev: make a reasonable assumption about power compatibility during routing
* drt cancel functionality

* rename StuckPrebookingTest

* rename StuckPrebookingTest

* remove unnecessary condition

* extend testing on complex unscheduler

* transform if to switch

* make thread safe

* restructuring: process booking events directly, rejection separately

* move rejection events to next time step
# Conflicts:
#	contribs/drt/src/main/java/org/matsim/contrib/drt/analysis/DrtAnalysisControlerListener.java
#	contribs/drt/src/main/java/org/matsim/contrib/drt/prebooking/PrebookingManager.java
#	contribs/drt/src/main/java/org/matsim/contrib/drt/prebooking/PrebookingStopActivity.java
#	contribs/drt/src/main/java/org/matsim/contrib/drt/prebooking/analysis/PrebookingAnalysisHandler.java
Bumps org.apache.commons:commons-lang3 from 3.13.0 to 3.14.0.

---
updated-dependencies:
- dependency-name: org.apache.commons:commons-lang3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
…rg.apache.commons-commons-lang3-3.14.0

build(deps): bump org.apache.commons:commons-lang3 from 3.13.0 to 3.14.0
Bumps com.opencsv:opencsv from 5.8 to 5.9.

---
updated-dependencies:
- dependency-name: com.opencsv:opencsv
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
…om.opencsv-opencsv-5.9

build(deps): bump com.opencsv:opencsv from 5.8 to 5.9
Bumps [org.apache.httpcomponents.client5:httpclient5](https://github.com/apache/httpcomponents-client) from 5.2.1 to 5.2.2.
- [Changelog](https://github.com/apache/httpcomponents-client/blob/rel/v5.2.2/RELEASE_NOTES.txt)
- [Commits](apache/httpcomponents-client@rel/v5.2.1...rel/v5.2.2)

---
updated-dependencies:
- dependency-name: org.apache.httpcomponents.client5:httpclient5
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
…rg.apache.httpcomponents.client5-httpclient5-5.2.2

build(deps): bump org.apache.httpcomponents.client5:httpclient5 from 5.2.1 to 5.2.2
@nkuehnel nkuehnel merged commit e0b5cfe into moia-deployment Nov 24, 2023
2 checks passed
nkuehnel pushed a commit that referenced this pull request Dec 2, 2024
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.