Skip to content

Commit 575bf0f

Browse files
author
Reinier van den Assum
authored
Merge pull request #3 from apex-enterprise-patterns/master
Update to latest fflib-repo
2 parents 12d7e85 + d8432fe commit 575bf0f

File tree

62 files changed

+64
-1230
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+64
-1230
lines changed

.gitignore

Lines changed: 42 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,44 @@
1-
.vim-force.com/
2-
1+
# General Project related
2+
.DS_Store
3+
target/
4+
temp/
5+
/deploy/*
6+
/debug/
7+
**/dep-dir.txt
38
*.prefs
9+
build.properties
10+
/sfdx-source/core/main/default
11+
12+
# MavensMate IDE related
13+
*mm.log
14+
*.sublime-build
15+
*.sublime-project
16+
*.sublime-settings
17+
*.sublime-workspace
18+
.sublime-project
19+
.tm_properties
20+
21+
# Eclipse IDE Related
22+
.project
23+
.settings/
24+
salesforce.schema
25+
Referenced Packages/
26+
27+
# VS Code IDE Related
28+
.vscode/
29+
.history/
30+
31+
# SFDX Related
32+
.sfdx/
33+
sfdx-source/common-base/main/default/
34+
sfdx-source/untracked/
35+
.execanon
36+
37+
# NPM Related
38+
package.json
39+
/node_modules
40+
package-lock.json
41+
442

5-
fflib/salesforce.schema
43+
sfdx-source/group*
44+
research/

.travis.yml

Lines changed: 0 additions & 10 deletions
This file was deleted.

.vim-force.com/session.properties

Whitespace-only changes.

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,15 @@ FFLib Apex Common
55

66
**Dependencies:** Must deploy [ApexMocks](https://github.com/apex-enterprise-patterns/fflib-apex-mocks) before deploying this library
77

8-
<a href="https://githubsfdeploy.herokuapp.com?owner=apex-enterprise-patterns&repo=fflib-apex-common">
8+
<a href="https://githubsfdeploy.herokuapp.com">
99
<img alt="Deploy to Salesforce"
1010
src="https://raw.githubusercontent.com/afawcett/githubsfdeploy/master/src/main/webapp/resources/img/deploy.png">
1111
</a>
1212

1313
Updates
1414
=======
1515

16+
- **April 2020**, **IMPORTANT CHANGE**, the directory format of this project repo was converted to [Salesforce DX Source Format](https://developer.salesforce.com/docs/atlas.en-us.sfdx_dev.meta/sfdx_dev/sfdx_dev_source_file_format.htm). While the GIT commit history was maintained, it is not visible on GitHub. If you need to see the history, either clone the repo and execute `git log --follow` from the command line or refer to this [tag](https://github.com/apex-enterprise-patterns/fflib-apex-common/tree/metadata-format-prior-to-dx-source-format-conversion) of the codebase prior to conversion.
1617
- **September 2014**, **IMPORTANT CHANGE**, changes applied to support Dreamforce 2014 advanced presentation, library now provides Application factories for major layers and support for ApexMocks. More details to follow! As a result [ApexMocks](https://github.com/apex-enterprise-patterns/fflib-apex-mocks) must be deployed to the org before deploying this library. The sample application [here](https://github.com/apex-enterprise-patterns/fflib-apex-common-samplecode) has also been updated to demonstrate the new features!
1718
- **July 2014**, **IMPORTANT CHANGE**, prior **23rd July 2014**, both the ``fflib_SObjectDomain.onValidate()`` and ``fflib_SObjectDomain.onValidate(Map<Id, SObject> existingRecords)`` methods where called during an on **after update** trigger event. From this point on the ``onValidate()`` method will only be called during on **after insert**. If you still require the orignal behaviour add the line ``Configuration.enableOldOnUpdateValidateBehaviour();`` into your constructor.
1819
- **June 2014**, New classes providing utilities to support security and dynamic queries, in addition to improvements to existing Apex Enterprise Pattern base classes. Read more [here](http://andyinthecloud.com/2014/06/28/financialforce-apex-common-updates/).

build.xml

Lines changed: 0 additions & 50 deletions
This file was deleted.

config/project-scratch-def.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"orgName": "apex-common",
3+
"edition": "Developer",
4+
"settings": {
5+
"orgPreferenceSettings": {
6+
"s1DesktopEnabled": true
7+
}
8+
}
9+
}

fflib/.project

Lines changed: 0 additions & 23 deletions
This file was deleted.

fflib/src/package.xml

Lines changed: 0 additions & 31 deletions
This file was deleted.

lib/ant-contrib-1.0b3.jar

-219 KB
Binary file not shown.

lib/ant-git-tasks-0.0.1.jar

-55.4 KB
Binary file not shown.

0 commit comments

Comments
 (0)