freelansam
32dde5b5d1
JAVA-6475: Fix formatting of POMs ( #11087 )
...
* JAVA-6475: Fix formatting of POMs
* correct build error
2021-08-03 00:27:15 +05:30
freelansam
5470ccfb97
JAVA-6474/JAVA-6324: Align module names, folder names and artifact id ( #11071 )
...
* JAVA-6474/JAVA-6324: Align module names, folder names and artifact id
(template)
* JAVA-6474/JAVA-6324: revert changes for guest modules
2021-07-28 20:10:03 +05:30
davidmartinezbarua
fe8ec4460c
Merge pull request #10857 from MicuEmerson/master
...
BAEL-4014 - added the code
2021-07-09 14:51:09 -03:00
kwoyke
eb1f4e1e90
JAVA-5875: Upgrade Spring Boot to 2.5.1 ( #10956 )
...
* JAVA-5875: Upgrade Spring Boot to 2.5.1
* JAVA-5875: Leave jta module on Spring Boot 2.4.7
* JAVA-5875: Update spring-boot-persistence-mongodb to use embedded Mongo 3.0
* JAVA-5875: Leave spring-data-dynamodb on Spring Boot 2.4.7
* JAVA-5875: ErrorController#getErrorPath has been removed
* JAVA-5875: Fix SQL Script DataSource Initialization
* JAVA-5875: ErrorController#getErrorPath has been removed
* JAVA-5875: Fix RepositoryRestConfigurer
* JAVA-5875: Fix issues caused by rest-assured upgrade
* JAVA-5875: Upgrade spring-cloud-dependencies to 2020.0.3
* JAVA-5875: Leave spring-boot-keycloak on Spring Boot 2.4.7
* JAVA-5875: Fix data.sql script initialization
* JAVA-5875: Leave spring-security-legacy-oidc on Spring Boot 2.4.7
* JAVA-5875: Fix data.sql script initialization
* JAVA-5875: Fix data.sql script initialization
* JAVA-5875: Update de.flapdoodle.embed.mongo dependency
* JAVA-5875: Upgrade spring-cloud-dependencies to 2020.0.3
* JAVA-5875: Update Spring Cloud dependencies
* JAVA-5875: Update cloud dependencies
* JAVA-5875: Defer datasource initialization
* JAVA-5875: Fix rest assured version
* JAVA-5875: Fix Spring Batch serialization issue
* JAVA-5875: Update Spring Cloud Stream version
* JAVA-5875: Update Spring Kafka version
* JAVA-5875: Leave spring-zuul-rate-limiting on Spring Boot 2.4.7
Co-authored-by: Krzysztof Woyke <krzysztof.woyke.sp@lhsystems.com>
2021-06-26 01:20:37 +05:30
kwoyke
51ceab1ac3
BAEL-3727: Add example NOT using Feign ( #10929 )
...
Co-authored-by: Krzysztof Woyke <krzysztof.woyke.sp@lhsystems.com>
2021-06-19 08:16:32 +02:00
johnA1331
8b599bbc05
Update README.md
2021-06-09 16:52:42 +08:00
MicuEmerson
4407da95c1
BAEL-4014 - added the code
2021-06-02 20:57:42 +03:00
kwoyke
4ff3ef1b89
Merge branch 'master' into task/JAVA-5550
2021-05-16 20:47:40 +02:00
Dhawal Kapil
c3e386eb02
JAVA-5550 Removed Spring Milestones/RC dependencies from projects and upgraded them to their respective central versions
2021-05-16 16:40:29 +05:30
sampadawagde
f451361625
JAVA-5409: Fix formatting of POMs (Spring Cloud - Part 2)
2021-05-14 17:43:57 +05:30
sampadawagde
776e3ca7c8
JAVA-5409: Fix formatting of POMs (Spring Cloud - Part 1)
2021-05-14 17:43:24 +05:30
johnA1331
f0043968a0
Create README.md
2021-04-14 23:42:50 +08:00
Loredana Crusoveanu
f203051ccd
Merge pull request #10604 from Maiklins/JAVA-4341-Upgrade_spring-cloud-_modules
...
Java 4341 upgrade spring cloud modules
2021-04-12 17:43:17 +03:00
freelansam
60b6c6e6b6
Merge branch 'master' into JAVA-3576
2021-04-10 16:21:13 +05:30
Loredana Crusoveanu
036fb5ca71
Merge pull request #10639 from collaboratewithakash/master
...
Updated a few readme files
2021-04-08 10:40:28 +03:00
collaboratewithakash
6d98814a0a
added a new readme file
2021-04-08 00:14:32 +05:30
Amit Bhave
71119f2193
BAEL-3636 Add degrade and system protection rules configurations
2021-04-04 21:49:59 +05:30
Amit Bhave
cf7705caee
Merge remote-tracking branch 'upstream/master'
2021-04-04 21:35:52 +05:30
sampadawagde
7cbf13db95
JAVA-3576 - Align module names, folder names and artifact id
2021-04-02 22:46:25 +05:30
Krzysztof Woyke
f17aec8395
JAVA-3593: Use byte-buddy version inherited from the main pom.xml
2021-03-29 23:11:42 +02:00
mikr
8c4ca7fd8c
JAVA-4341 Upgrade spring-cloud-* modules
2021-03-28 23:09:32 +02:00
Krzysztof Woyke
a382f77a64
JAVA-3295: Remove redundant java.version property
2021-03-26 12:55:14 +01:00
Krzysztof Woyke
df93a6b9e6
JAVA-3295: Use project.build.sourceEncoding and project.reporting.outputEncoding from the main pom.xml
2021-03-24 09:37:43 +01:00
Amit Bhave
ce2995c1cd
BAEL-3636 Use spaces instead of tabs
2021-03-21 19:23:03 +05:30
Amit Bhave
9efb7c68e6
BAEL-3636 Add sentinel dashboard dependency
2021-03-21 18:57:06 +05:30
Amit Bhave
f7b8d67c0b
Merge remote-tracking branch 'upstream/master'
2021-03-21 18:51:04 +05:30
mikr
3737e930b9
JAVA-4863 Update Spring cloud version
2021-03-15 23:28:11 +01:00
mikr
43e98cd779
JAVA-4293-remove-spring-security-credentials
2021-02-28 23:13:12 +01:00
Maiklins
65f461b2e8
Java 4293 update dockerizing spring boot app article ( #10512 )
...
* JAVA-4293 Fix Dockerize Spring Boot article
* JAVA-4293 Remove authentication / fix pom file
Co-authored-by: mikr <michael.krimgen@ximedes.com>
2021-02-28 20:46:48 +05:30
Amitabh Tiwari
c29b355b02
Bael 4804 config update ( #10505 )
...
* Removed the configuration annotation
* Removed @confiuration
Co-authored-by: Amitabh Tiwari <Amitabh.Tiwari@maersk.com>
2021-02-19 15:17:31 -08:00
johnA1331
29ad493e56
Update README.md
2021-02-18 04:35:13 +08:00
Amitabh Tiwari
8a2a384dfa
BAEL-3595: Initial change for Multipart file upload ( #10465 )
...
* BAEL-3595: Initial change for Multipart file upload
* Corrected the name
* BAEL-3595: Added Tests
* Corrected the tests name
* Uncommented the code for live test
Co-authored-by: Amitabh Tiwari <Amitabh.Tiwari@maersk.com>
2021-02-16 23:39:26 -08:00
Amit Bhave
8cbc8d5a3a
BAEL-3636 Change package name and format xml according to feedback
2021-02-09 19:18:23 +05:30
Amit Bhave
18d754bda4
BAEL-3636 fix pom dependencies problem
2021-01-26 11:59:20 +05:30
Amit Bhave
8b9ee31750
BAEL-3636 remove duplicate spring web starter dependency
2021-01-26 11:00:58 +05:30
Amit Bhave
ccf3708712
Merge remote-tracking branch 'upstream/master'
2021-01-26 10:51:57 +05:30
Gerardo Roza
1b127b9b00
removed Sprng Boot version override, upgraded cloud version and added junit-vintage-engine dependency to avoid issues with existing JUnit4 tests
2021-01-18 12:55:30 -03:00
Amit Bhave
01f5b186a8
BAEL-3636 - introduction to alibaba sentinel
2021-01-02 14:49:45 +05:30
mikr
cb7c9406ee
JAVA-3498 Fix integration test in spring-cloud-zuul (fix imports - 2)
2020-12-31 12:24:17 +01:00
mikr
bef161cc5d
JAVA-3498 Fix integration test in spring-cloud-zuul (fix imports)
2020-12-31 12:22:01 +01:00
mikr
47ada8bdca
JAVA-3498 Fix integration test in spring-cloud-zuul
2020-12-31 12:19:30 +01:00
Loredana Crusoveanu
4801636b3b
Merge pull request #10332 from eugenp/JAVA-3570
...
JAVA-3570: Upgrade parent-boot-2 to Spring Boot 2.4.0
2020-12-30 11:40:44 +02:00
johnA1331
9b808b2fde
Update README.md
2020-12-30 16:34:08 +08:00
Adrian Maghear
1a63c83f55
[BAEL-4015] fix integration tests
2020-12-29 16:42:52 +01:00
Krzysztof Woyke
515d213c90
Merge remote-tracking branch 'upstream/master' into JAVA-3570
2020-12-22 10:50:48 +01:00
Krzysztof Woyke
d7cb1a586f
JAVA-3570: Keep spring-cloud-kubernetes on Spring Boot 2.3.3 [cloud]
2020-12-16 21:28:39 +01:00
Krzysztof Woyke
080dd971f8
JAVA-3570: Keep spring-cloud-security on Spring Boot 2.3.3 [cloud]
2020-12-16 21:03:50 +01:00
Krzysztof Woyke
7b0de8a703
JAVA-3570: Keep spring-cloud-ribbon-client on Spring Boot 2.3.3 [cloud]
2020-12-16 21:00:33 +01:00
Adrian Maghear
0c055b7d31
update indentation
2020-12-14 19:24:02 +01:00
Krzysztof Woyke
d3770851b0
JAVA-3570: Keep spring-cloud-zookeeper on Spring Boot 2.3.3 [cloud]
2020-12-14 12:05:56 +01:00