Skip to content

Commit 2d234ff

Browse files
authored
Merge pull request #1217 from cloudfoundry/feature/go-migration
feat: rewrite java-buildpack in Go using libbuildpack
2 parents cb524cc + 956e606 commit 2d234ff

2,465 files changed

Lines changed: 666390 additions & 33008 deletions

File tree

Some content is hidden

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

.envrc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
export GOBIN=$(pwd)/.bin
2+
export PATH=$GOBIN:$PATH

.gitignore

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,25 @@
11
.bundle/
2-
.idea/.rakeTasks
3-
.idea/tasks.xml
4-
.idea/workspace.xml
2+
.idea/
53
.yardoc
64
.DS_Store
75
build/
86
doc
9-
.envrc
7+
AGENTS.md
8+
SESSION_*.md
9+
MIGRATION_STATUS.md
10+
*.zip
11+
integration-test.log
12+
integration-test-*.log
13+
tmp/
14+
.bin/
15+
.cache/
16+
bin/detect
17+
bin/finalize
18+
bin/release
19+
bin/supply
20+
/*.md
21+
*.log
22+
scripts/integration-focus.sh
23+
!comparison.md
24+
!RUBY_VS_GO_BUILDPACK_COMPARISON.md
25+
!ARCHITECTURE.md

.idea/.name

Lines changed: 0 additions & 1 deletion
This file was deleted.

.idea/codeStyles/Project.xml

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

.idea/codeStyles/codeStyleConfig.xml

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

.idea/compiler.xml

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

.idea/copyright/Apache_License__Version_2_0.xml

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

.idea/copyright/profiles_settings.xml

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

.idea/dictionaries/bhale.xml

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

.idea/encodings.xml

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

0 commit comments

Comments
 (0)