Skip to content
This repository was archived by the owner on Dec 25, 2024. It is now read-only.

Commit 0da4bce

Browse files
committed
v3 root file cleanup (#190)
* Enc file removed * Removes gitpod file * Removes mac jenv java-version file * Removes visual studio code workspace file * Removes shippable file * Removes vagrant * Removes maven binary and files * Adds spotbugs back in * Moved docker entrypoint file * Moves docker-entrypoint * Updates readme, moves run_in_docker to bin * Fixes path in new.sh options creation * Adjusts new.sh command contents to point to right paths * Moves new.sh to bin/new_generator.sh * Fixes filename * Adds missing optionin options provider test * Moves code of conduct into docs * Moves constributing md file into docs * Fixes python java tests, refactors template engine setting * Fixes java test * Fixes PR template * Excludes venv in java test resources, turns sys out println into logger info * Fixes testResource exclusion
1 parent 9428d90 commit 0da4bce

37 files changed

+194
-1371
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
<!-- Please check the completed items below -->
44
### PR checklist
55

6-
- [ ] Read the [contribution guidelines](https://github.com/openapi-json-schema-tools/openapi-json-schema-generator/blob/master/CONTRIBUTING.md).
6+
- [ ] Read the [contribution guidelines](https://github.com/openapi-json-schema-tools/openapi-json-schema-generator/blob/master/docs/contributing.md).
77
- [ ] Pull Request title clearly describes the work in the pull request and Pull Request description provides details about how to validate the work. Missing information here may result in delayed response from the community.
88
- [ ] Run the following to [build the project](https://github.com/OpenAPITools/openapi-json-schema-generator#14---build-projects) and update samples:
99
```
10-
./mvnw clean package
10+
mvn clean package
1111
./bin/generate-samples.sh
1212
./bin/utils/export_docs_generators.sh
1313
```

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ atlassian-ide-plugin.xml
2727
packages/
2828
.pub
2929
.packages
30-
.vagrant/
3130
.vscode/
3231
**/.vs
3332
.factorypath

.gitpod.yml

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

.java-version

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

.mvn/wrapper/MavenWrapperDownloader.java

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

.mvn/wrapper/maven-wrapper.jar

-57.4 KB
Binary file not shown.

.mvn/wrapper/maven-wrapper.properties

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

0 commit comments

Comments
 (0)