-
Notifications
You must be signed in to change notification settings - Fork 1
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
Bugfix/25 building via mvn clean install requires config server to run #4
Bugfix/25 building via mvn clean install requires config server to run #4
Conversation
Now both application-test.yml and the bootstrap.properties are cleaned up |
Update master, and test this bugfix with the script. |
7c7b7e3
to
9fe5848
Compare
Branch reverted (this branch was successfully reverted to the state before merging with master) |
f761b23
to
1ad5ec4
Compare
This branch is updated with the latest master version. |
- Config server fixed - POM fixed from a possible mistake (The access of Maven to the resources, was configured to include and exclude the same files)
…ources - Excluded directory rest/resources for the license header plugin - Optimized application-test.yml with code cleanup to have only the parameters that matter to run the tests
- Excluded src/test/resources of the license header update goal
- bookKeeping contact changed
- Added run script for windows
92d46c3
to
1fe2cc5
Compare
@gr-hovest-atb as now we are removing the config server, is this PR still important? |
reminder: Test running master branch of CoatRack without internet connection/ spring boot connection to master, and if this works without config server then close this PR |
I did a test of the current master and it seems like this issue was implicitly solved by coatrack#158, which removes the "runtime config server dependency" from admin |
Based on the testing from @gr-hovest-atb (check comment above), this issue is fixed |
Now CoatRack doesn't need a config server to run
closes coatrack#25