Skip to content

Commit 1eba4e6

Browse files
committed
pom.xml: update to killbill-oss-parent 0.144.16
Signed-off-by: Pierre-Alexandre Meyer <pierre@mouraf.org>
1 parent 79d1159 commit 1eba4e6

File tree

135 files changed

+841
-543
lines changed

Some content is hidden

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

135 files changed

+841
-543
lines changed

.circleci/config.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,9 @@ jobs:
88
build:
99
<<: *defaults
1010
docker:
11-
- image: killbill/kbbuild:0.1.0
11+
- image: killbill/kbbuild:0.7.0
1212
steps:
1313
- checkout
14-
- restore_cache:
15-
key: v1-dependencies-{{ .Branch }}-{{ checksum "pom.xml" }}
1614
- run:
1715
name: Setup dependencies
1816
command: |
@@ -29,20 +27,20 @@ jobs:
2927
fi
3028
done
3129
fi
32-
- run: mvn -DskipTests=true clean install dependency:go-offline
30+
- run: mvn -DskipTests=true clean install
3331
- save_cache:
3432
paths:
3533
- ~/.m2
36-
key: v1-dependencies-{{ .Branch }}-{{ checksum "pom.xml" }}
34+
key: v1-dependencies-{{ .Revision }}
3735

3836
test-h2:
3937
<<: *defaults
4038
docker:
41-
- image: killbill/kbbuild:0.1.0
39+
- image: killbill/kbbuild:0.7.0
4240
steps:
4341
- checkout
4442
- restore_cache:
45-
key: v1-dependencies-{{ .Branch }}-{{ checksum "pom.xml" }}
43+
key: v1-dependencies-{{ .Revision }}
4644
- run: mvn clean install -Ptravis
4745
- run:
4846
name: Save test results

.github/CONTRIBUTING.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
## How to contribute to Kill Bill
2+
3+
**Do not open up a GitHub issue before reaching out to our [Mailing-List](https://groups.google.com/forum/#!forum/killbilling-users)**. GitHub issues are primarily intended for tracking bug reports and fixes by the core team.
4+
5+
#### **Did you find a bug?**
6+
7+
In your [Mailing-List](https://groups.google.com/forum/#!forum/killbilling-users) post, specify:
8+
9+
* Step by step description on how to reproduce the issue
10+
* [Account data and system dump](http://docs.killbill.io/latest/debugging.html#_seeking_help) via KPM of an affected account
11+
12+
#### **Do you intend to add a new feature or change an existing one?**
13+
14+
Do not open an issue or pull request on GitHub until you have collected positive feedback about the change on the [Mailing-List](https://groups.google.com/forum/#!forum/killbilling-users).
15+
16+
When submitting code, make sure to add [new tests](http://docs.killbill.io/latest/development.html#_navigating_the_kill_bill_codebase).
17+
18+
#### **Do you want to contribute to the Kill Bill documentation?**
19+
20+
Open a pull request on GitHub in the [killbill-docs](https://github.com/killbill/killbill-docs) repository.

.github/FUNDING.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# These are supported funding model platforms
2+
3+
github: [killbill]

.gitignore

Lines changed: 147 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,57 @@
11
#
2-
# https://github.com/github/gitignore/blob/master/Global/JetBrains.gitignore
2+
# https://github.com/github/gitignore/blob/599646e9d0a26283d67715dead8f26e0eb2df753/Global/JetBrains.gitignore
33
#
44

5-
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm
5+
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
66
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
77

8-
# User-specific stuff:
8+
# User-specific stuff
99
.idea/**/workspace.xml
1010
.idea/**/tasks.xml
11-
.idea/dictionaries
11+
.idea/**/usage.statistics.xml
12+
.idea/**/dictionaries
13+
.idea/**/shelf
1214

13-
# Sensitive or high-churn files:
15+
# Generated files
16+
.idea/**/contentModel.xml
17+
18+
# Sensitive or high-churn files
1419
.idea/**/dataSources/
1520
.idea/**/dataSources.ids
16-
.idea/**/dataSources.xml
1721
.idea/**/dataSources.local.xml
1822
.idea/**/sqlDataSources.xml
1923
.idea/**/dynamic.xml
2024
.idea/**/uiDesigner.xml
25+
.idea/**/dbnavigator.xml
2126

22-
# Gradle:
27+
# Gradle
2328
.idea/**/gradle.xml
2429
.idea/**/libraries
2530

31+
# Gradle and Maven with auto-import
32+
# When using Gradle or Maven with auto-import, you should exclude module files,
33+
# since they will be recreated, and may cause churn. Uncomment if using
34+
# auto-import.
35+
.idea/artifacts
36+
.idea/compiler.xml
37+
.idea/jarRepositories.xml
38+
.idea/modules.xml
39+
.idea/*.iml
40+
.idea/modules
41+
*.iml
42+
*.ipr
43+
2644
# CMake
27-
cmake-build-debug/
45+
cmake-build-*/
2846

29-
# Mongo Explorer plugin:
47+
# Mongo Explorer plugin
3048
.idea/**/mongoSettings.xml
3149

32-
## File-based project format:
50+
# File-based project format
3351
*.iws
3452

35-
## Plugin-specific files:
36-
3753
# IntelliJ
38-
/out/
54+
out/
3955

4056
# mpeltonen/sbt-idea plugin
4157
.idea_modules/
@@ -52,22 +68,96 @@ crashlytics.properties
5268
crashlytics-build.properties
5369
fabric.properties
5470

55-
### Intellij+iml Patch ###
56-
# Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-249601023
71+
# Editor-based Rest Client
72+
.idea/httpRequests
5773

58-
*.iml
59-
modules.xml
60-
.idea/misc.xml
61-
*.ipr
74+
# Android studio 3.1+ serialized cache file
75+
.idea/caches/build_file_checksums.ser
76+
77+
#
78+
# https://github.com/github/gitignore/blob/36ce3a894d9ddff2916bc98d71380aa7167ff1d7/Global/Eclipse.gitignore
79+
#
80+
81+
.metadata
82+
bin/
83+
tmp/
84+
*.tmp
85+
*.bak
86+
*.swp
87+
*~.nib
88+
local.properties
89+
.settings/
90+
.loadpath
91+
.recommenders
92+
.classpath
93+
94+
# External tool builders
95+
.externalToolBuilders/
96+
97+
# Locally stored "Eclipse launch configurations"
98+
*.launch
6299

63-
### Misc. ###
64-
.idea/kotlinc.xml
65-
.idea/sbt.xml
66-
.idea/vcs.xml
67-
.idea/dbnavigator.xml
100+
# PyDev specific (Python IDE for Eclipse)
101+
*.pydevproject
102+
103+
# CDT-specific (C/C++ Development Tooling)
104+
.cproject
105+
106+
# CDT- autotools
107+
.autotools
108+
109+
# Java annotation processor (APT)
110+
.factorypath
111+
112+
# PDT-specific (PHP Development Tools)
113+
.buildpath
114+
115+
# sbteclipse plugin
116+
.target
117+
118+
# Tern plugin
119+
.tern-project
120+
121+
# TeXlipse plugin
122+
.texlipse
123+
124+
# STS (Spring Tool Suite)
125+
.springBeans
126+
127+
# Code Recommenders
128+
.recommenders/
129+
130+
# Annotation Processing
131+
.apt_generated/
132+
.apt_generated_test/
133+
134+
# Scala IDE specific (Scala & Java development for Eclipse)
135+
.cache-main
136+
.scala_dependencies
137+
.worksheet
138+
139+
# Uncomment this line if you wish to ignore the project description file.
140+
# Typically, this file would be tracked if it contains build/dependency configurations:
141+
.project
68142

69143
#
70-
# https://github.com/github/gitignore/blob/master/Java.gitignore
144+
# https://github.com/github/gitignore/blob/6651bca9c83572f908474fc6206ed8a80df91290/Maven.gitignore
145+
#
146+
147+
target/
148+
pom.xml.tag
149+
pom.xml.releaseBackup
150+
pom.xml.versionsBackup
151+
pom.xml.next
152+
release.properties
153+
dependency-reduced-pom.xml
154+
buildNumber.properties
155+
.mvn/timing.properties
156+
# https://github.com/takari/maven-wrapper#usage-without-binary-jar
157+
.mvn/wrapper/maven-wrapper.jar
158+
159+
#
160+
# https://github.com/github/gitignore/blob/36ce3a894d9ddff2916bc98d71380aa7167ff1d7/Java.gitignore
71161
#
72162

73163
# Compiled class file
@@ -85,6 +175,7 @@ modules.xml
85175
# Package Files #
86176
*.jar
87177
*.war
178+
*.nar
88179
*.ear
89180
*.zip
90181
*.tar.gz
@@ -94,26 +185,41 @@ modules.xml
94185
hs_err_pid*
95186

96187
#
97-
# https://github.com/github/gitignore/blob/master/Maven.gitignore
188+
# https://github.com/github/gitignore/blob/320a610b9ffba3ff28166370b6dd9f73096e34b7/Global/macOS.gitignore
98189
#
99190

100-
target/
101-
pom.xml.tag
102-
pom.xml.releaseBackup
103-
pom.xml.versionsBackup
104-
pom.xml.next
105-
release.properties
106-
dependency-reduced-pom.xml
107-
buildNumber.properties
108-
.mvn/timing.properties
191+
# General
192+
.DS_Store
193+
.AppleDouble
194+
.LSOverride
195+
196+
# Icon must end with two \r
197+
Icon
198+
199+
200+
# Thumbnails
201+
._*
202+
203+
# Files that might appear in the root of a volume
204+
.DocumentRevisions-V100
205+
.fseventsd
206+
.Spotlight-V100
207+
.TemporaryItems
208+
.Trashes
209+
.VolumeIcon.icns
210+
.com.apple.timemachine.donotpresent
109211

110-
# Avoid ignoring Maven wrapper jar file (.jar files are usually ignored)
111-
!/.mvn/wrapper/maven-wrapper.jar
212+
# Directories potentially created on remote AFP share
213+
.AppleDB
214+
.AppleDesktop
215+
Network Trash Folder
216+
Temporary Items
217+
.apdisk
112218

113219
#
114-
# Misc.
220+
# https://github.com/github/gitignore/blob/320a610b9ffba3ff28166370b6dd9f73096e34b7/Global/TextMate.gitignore
115221
#
116222

117-
*.db
118-
logs/
119-
.logs
223+
*.tmproj
224+
*.tmproject
225+
tmtags

.idea/.gitignore

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/compiler.xml

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

.idea/copyright/apache.xml

Lines changed: 1 addition & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/encodings.xml

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)