buildmaster
c1e754caac
Bumping versions to 2.0.7-SNAPSHOT after release
2022-06-30 00:27:54 +00:00
buildmaster
e665b06767
Going back to snapshots
2022-06-30 00:27:53 +00:00
buildmaster
a34496902a
Update SNAPSHOT to 2.0.6
2022-06-30 00:23:30 +00:00
buildmaster
bc14662b60
Bumping versions to 2.0.6-SNAPSHOT after release
2021-12-15 20:06:19 +00:00
buildmaster
ce0fb137b1
Going back to snapshots
2021-12-15 20:06:18 +00:00
buildmaster
0ef1854d51
Update SNAPSHOT to 2.0.5
2021-12-15 20:01:54 +00:00
erabii
fd9be00329
User Agent Functionality ( #898 )
...
* change in user agent for fabric8
2021-11-08 13:54:06 -05:00
Ryan Baxter
5380609240
Disable informer discovery client is spring.cloud.kubernetes is true. Fixes #878 ( #894 )
2021-10-26 16:27:39 -04:00
erabii
8e51305da0
Fix 508 ( #856 )
...
* moved code + tests added
* started
* checkstyle
* trigger build one more time
* fabric8 changes + tests
* checkstyle
* checkstyle
* fix same mapping controller entries
* started work on k8s-client
* prepare test appliations
* minor rename
* change to be able to read easier
* k8s client fix + tests
* documentation
* trigger build
* more changes
* rename property and everything related to it
* rename property and everything related to it
2021-10-21 15:12:35 -04:00
erabii
32a8ae83dd
fix issue 870 (all the details are there in the comments) ( #872 )
...
* fix
* trigger build
* trigger build
2021-10-21 11:40:50 -04:00
buildmaster
a27a2714b8
Going back to snapshots
2021-09-22 20:28:25 +00:00
buildmaster
9aa126ac5e
Update SNAPSHOT to 2.0.4
2021-09-22 20:16:42 +00:00
buildmaster
138f3a74c7
Going back to snapshots
2021-09-22 13:32:49 +00:00
buildmaster
f37642dd4e
Update SNAPSHOT to 2.0.4
2021-09-22 13:29:14 +00:00
buildmaster
ff45f1c441
Going back to snapshots
2021-09-22 11:11:27 +00:00
buildmaster
5bc725a095
Update SNAPSHOT to 2.0.4
2021-09-22 11:07:38 +00:00
buildmaster
2bd180de24
Going back to snapshots
2021-09-22 09:47:30 +00:00
buildmaster
1670846c7d
Update SNAPSHOT to 2.0.4
2021-09-22 09:43:33 +00:00
buildmaster
6f9afa83bd
Bumping versions to 2.0.5-SNAPSHOT after release
2021-09-22 00:40:33 +00:00
buildmaster
a7826abe6d
Going back to snapshots
2021-09-22 00:40:32 +00:00
buildmaster
339c270f51
Update SNAPSHOT to 2.0.4
2021-09-22 00:37:04 +00:00
erabii
c20d533a6c
fix 859 final touches ( #865 )
...
* GA fix
* polishing
* polishing again
* polishing in k8s secrets impl
* checkstyle fixes
* fix tests
* fix fabric8 tests
* added test in k8s
* removed public modifier
* typos in the documentation
* more changes
* test a newer kind
* revert
* bump kind + debug
* bump kind
* release
* trigger build
* diff kindtest image
* newer version of ingress
2021-09-15 17:02:53 -04:00
erabii
6a189335ea
some nitpicks in fabric8 secrets implementation ( #857 )
...
* started work
* more changes
* checkstyle
* add labels to equals/hashCode
* dot, not comma
* some refactor
* checkstyle
2021-08-27 11:55:11 -04:00
erabii
536b532c53
moved code + tests added ( #855 )
2021-08-23 07:20:29 -04:00
erabii
9b80a8031a
minor improvement ( #854 )
2021-08-20 12:35:12 -04:00
erabii
5aaeaef56f
fix duplicate properties coming from different config maps ( #845 )
...
* dirty
* some work started + tests
* checkstyle fixes
* add proper java docs
* fabric8 changes + tests
* merge 2.0.x + fix checkstyle
* k8s-client changes + fabric8 trying to fix tests
* minor update
* added documentation
* small change while writing comments to the PR
* add @Deprecated
* trigger build
2021-08-18 07:29:46 -04:00
erabii
c5cdebbf6b
Minor nitpicks k8s client config maps functionality ( #852 )
...
* slightly refactored utils
* add final modifier
* final + remove isDebugEnabled
* more nitpicks
* checkstyle fix
* one more change
* fix so that logs are present
2021-08-16 16:04:23 -04:00
erabii
aef26985c9
reverting an ommited commit ( #850 )
2021-08-12 07:19:47 -04:00
erabii
5c13b9bd63
Fix duplicate config maps ( #844 )
2021-08-05 14:49:43 -04:00
Ryan Baxter
9b54b71872
Adding spring-boot-starter-logging dep
2021-07-30 10:43:26 -04:00
erabii
6350a0b2f4
Config map func improvements 2 ( #835 )
...
* some refactor
* some change in k8s-client
* trigger
* re-trigger
* lazy compute sources
* re-trigger
* re-trigger again
* more changes
* more polishing
* checkstyle
* remove unused method
* trigger
* minor logging improvements
* trigger
2021-07-27 11:02:55 -04:00
erabii
7cb084fa65
some refactoring in config maps functionality ( #834 )
...
* some refactor
* some change in k8s-client
* trigger
* re-trigger
* lazy compute sources
* re-trigger
* re-trigger again
2021-07-16 12:09:01 -04:00
erabii
0637e96529
fix ( #816 )
...
* fix
2021-07-13 10:45:42 -04:00
erabii
6b8d5ca5d4
fix ( #815 )
2021-07-06 16:40:53 -04:00
erabii
ade073aae9
Minor refactor in ConfigMapPropertySourceLocator ( #813 )
...
* minor refactor
* minor refactor map
* removed un-used import
* more changes
2021-07-06 12:16:42 -04:00
Ryan Baxter
32a184404f
Remove @EnableAsync On Main ( #822 )
...
* Remove @EnableAsync and @EnableScheduling to avoid conflicts. (#817 )
* Remove @EnableAsync and @EnableScheduling to avoid conflicts. Fixes #780
* Remove @EnableAsync on main branch
2021-07-01 13:33:28 -04:00
buildmaster
6f9e9bc68e
Bumping versions
2021-06-09 19:14:51 +00:00
erabii
243e28231e
fabric8 bootstrap configuration changes ( #803 )
...
* changes
* checkstyle
* fix build
* remove annotation
* remove imports
2021-06-07 10:51:18 -04:00
buildmaster
a21fce573c
Bumping versions
2021-06-02 19:12:55 +00:00
Matthias Maeller
3cb61b8d63
#778 Support property 'spring.config.activate.on-profile'. ( #807 )
...
* #778 Support property 'spring.config.activate.on-profile'.
* #778 Extend coverage.
Co-authored-by: Matthias Maeller <matthias.maeller@witt-gruppe.eu >
2021-06-02 08:39:18 -04:00
buildmaster
17caa02889
Going back to snapshots
2021-05-28 09:07:21 +00:00
buildmaster
305c165854
Update SNAPSHOT to 2.0.3
2021-05-28 09:03:02 +00:00
buildmaster
64dbffeb10
Bumping versions to 2.0.4-SNAPSHOT after release
2021-05-27 10:48:14 +00:00
buildmaster
669c510f63
Going back to snapshots
2021-05-27 10:48:13 +00:00
buildmaster
5116796e26
Update SNAPSHOT to 2.0.3
2021-05-27 10:43:51 +00:00
Ryan Baxter
baebc4478c
Changes for Java 16 build ( #797 )
2021-05-20 15:03:55 -04:00
Ryan Baxter
6214383996
Fixing compile errors
2021-05-19 09:11:04 -04:00
erabii
f8d227e44c
move commons to junit-5 ( #796 )
...
* junit-5
* test scope
* fix test
2021-05-19 07:09:34 -04:00
erabii
f43b5c1a45
clean-up ( #791 )
2021-05-18 12:54:59 -04:00
Ryan Baxter
1a136a5268
Remove clusterrole requirement ( #747 )
2021-05-18 10:06:38 -04:00