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 master #1

Open
wants to merge 2,166 commits into
base: master
Choose a base branch
from
Open

Update master #1

wants to merge 2,166 commits into from

Conversation

malte-ST
Copy link

No description provided.

ashitsalesforce and others added 30 commits September 3, 2024 16:11
sfdc.resetUrlOnLogin is used for troubleshooting login issues. It is not useful for customers. Remove its setting from Settings dialog.
Make sfdc.resetUrlOnLogin read-only
- make sure that Auth endpoint uses https protocol in getters and setters.
- rename method to validate Auth endpoint to reflect its purpose.
- remove use of auth endpoint URL obtained from WSC's endpoint setting.
users can enter auth domain URL without protocol
users can enter auth domain URL without protocol
REST Update fails if it includes update of a lookup relationship field using an idLookup field on the parent object (e.g. external id field).

The fix is to generate JSON string for the idLookup field setting in the parent object and set it to the relationship field in the child object.
Bumps org.apache.logging.log4j:log4j-core from 2.23.1 to 2.24.0.

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

Signed-off-by: dependabot[bot] <support@github.com>
….logging.log4j-log4j-core-2.24.0

Bump org.apache.logging.log4j:log4j-core from 2.23.1 to 2.24.0
update lookup relationship in REST API using an idLookup field on the parent object.
test update of lookup relationship in REST API
Bumps [org.eclipse.platform:org.eclipse.jface](https://github.com/eclipse-platform/eclipse.platform.ui) from 3.34.0 to 3.35.0.
- [Commits](https://github.com/eclipse-platform/eclipse.platform.ui/commits)

---
updated-dependencies:
- dependency-name: org.eclipse.platform:org.eclipse.jface
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
fix broken test for REST API update with lookup relationship using an idlookup field in the parent object.
fix broken test for REST API update
Field names, relationship names, parent sobject names, and parent sobject idlookup field names in mappings file are case sensitive. The change is to make them case insensitive for ease-of-use in setting up mappings.
support case-insensitive mappings in mapping file
verify that mappings specified in legacy mapping format are supported in case insensitive way.
test to verify that code supports case-insensitive mappings
Use ReferenceEntitiesDescribeMap.getParent() for mapping purpose.
use ReferenceEntitiesDescribeMap.getParent() for mapping
Code refactor: replace CaseInsensitiveStringMap with LinkedCaseInsensitiveMap
code refactor: use LinkedCaseInsensitiveMap instead of custom code
…e.platform-org.eclipse.jface-3.35.0

Bump org.eclipse.platform:org.eclipse.jface from 3.34.0 to 3.35.0
Bumps [org.springframework:spring-jdbc](https://github.com/spring-projects/spring-framework) from 6.1.12 to 6.1.13.
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v6.1.12...v6.1.13)

---
updated-dependencies:
- dependency-name: org.springframework:spring-jdbc
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [org.springframework:spring-context](https://github.com/spring-projects/spring-framework) from 6.1.12 to 6.1.13.
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v6.1.12...v6.1.13)

---
updated-dependencies:
- dependency-name: org.springframework:spring-context
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Replace use of locally implemented CaseInsensitiveSet by LinkedCaseInsensitiveMap in SpringFramework.
code refactoring - remove CaseInsensitiveSet
…framework-spring-jdbc-6.1.13

Bump org.springframework:spring-jdbc from 6.1.12 to 6.1.13
…framework-spring-context-6.1.13

Bump org.springframework:spring-context from 6.1.12 to 6.1.13
ashitsalesforce and others added 30 commits October 23, 2024 00:35
instantiate AppConfig by instantiating Controller
….maven.plugins-maven-site-plugin-3.21.0

Bump org.apache.maven.plugins:maven-site-plugin from 3.20.0 to 3.21.0
…gs folder

avoid use of system.err.println() by calling Configurator.reconfigure() after setting LoggerContext's config location to log4j properties file.
use logger even before log4j config properties are applied from confi…
rename args input parameter as commandLineOptions to signify its purpose.
- avoid infinite recursion in login attempts
- do not change/save properties if there are minor changes to wizard page size or position
minor bug fixes in login attempts and saving properties
make process.statusOutputDirectory writeable so that user preference folder for results files can be save across data loader invocations.
make process.statusOutputDirectory property writable
set default yoffset for wizard pages to 50 pixels instead of 0 pixels.
set default yoffset for wizard pages to 50 pixels
make sure that menubar is displayed after upgrade dialog is closed
make sure that menubar is displayed after upgrade dialog is closed
remove unnecessary invocations to addMenuBar()
remove unnecessary invocations to addMenuBar()
…r in IDE

avoid "Plugin execution not covered by lifecycle configuration:" error in IDE
avoid "Plugin execution not covered by lifecycle configuration:" erro…
- use sortpom plugin - https://github.com/Ekryd/sortpom
- indent pom.xml elements consistently
run sort goal in compile phase to auto-cleanup.
include sort goal for pom.xml cleanup in compile phase
pom.xml changes made by sortpom plugin
pom.xml changes made by sortpom plugin
- reduce log level for successful config and control initialization messages from INFO to DEBUG to reduce console messages to essential ones when launching
- show banner only once when launching
logging during start and banner display changes
Bumps [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) from 3.5.1 to 3.5.2.
- [Release notes](https://github.com/apache/maven-surefire/releases)
- [Commits](apache/maven-surefire@surefire-3.5.1...surefire-3.5.2)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-surefire-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [com.github.ekryd.sortpom:sortpom-maven-plugin](https://github.com/Ekryd/sortpom) from 3.4.0 to 4.0.0.
- [Release notes](https://github.com/Ekryd/sortpom/releases)
- [Commits](Ekryd/sortpom@sortpom-parent-3.4.0...sortpom-parent-4.0.0)

---
updated-dependencies:
- dependency-name: com.github.ekryd.sortpom:sortpom-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
….ekryd.sortpom-sortpom-maven-plugin-4.0.0

Bump com.github.ekryd.sortpom:sortpom-maven-plugin from 3.4.0 to 4.0.0
….maven.plugins-maven-surefire-plugin-3.5.2

Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.1 to 3.5.2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants