Commit Graph

3337 Commits

Author SHA1 Message Date
johnA1331 5aaae4a432 Update README.md 2020-06-09 18:21:05 +08:00
johnA1331 f1c9f3ab9f Update README.md 2020-06-09 17:55:19 +08:00
johnA1331 bff1a57fb9 Update README.md 2020-06-09 17:53:12 +08:00
sampadawagde 5f55b2bbba JAVA-935: Migrate spring-cloud-stream-starters to parent-boot-2 2020-06-09 15:01:40 +05:30
Josh Cummings 9184c56423 Merge pull request #9453 from amit2103/JAVA-1833
pom formatting - make artifact name same as module name
2020-06-08 22:42:01 -06:00
Josh Cummings 25661128ae Merge pull request #9412 from chris9408/feature/BAEL-4070
BAEL-4070: Injecting List or Arrays from a Spring properties file
2020-06-08 21:08:02 -06:00
KevinGilmore 8076eebbf8 Bael 4082 - update README (#9465)
* BAEL-3336 BAEL-3058 add links

* BAEL-3319: add link

* BAEL-3284: add link

* BAEL-3198: add link to article

* BAEL-3479: add link to article

* BAEL-3485: add article link

* SCALA-38: move to new package and add link back to article

* SCALA-38: add imports back into unit test

* BAEL-3908: add link back to article

* BAEL-2893 BAEL-3927 add link back to article

* BAEL-4082: add link back to article
2020-06-08 17:59:52 -05:00
Josh Cummings 8e15c570dc Merge pull request #9244 from pegeroad/ABA_problem
ABA problem in concurrency
2020-06-08 13:38:31 -06:00
Dhawal Kapil 94f4acbe39 Merge pull request #9462 from sampada07/JAVA-913
JAVA-913: Migrate parent-boot-1 articles to parent-boot-2
2020-06-09 00:40:37 +05:30
Amit Pandey 32259e7caf Java 1687 1 (#9450)
* used password encoder over plaintext password

* used password encoder over plaintext password
2020-06-09 00:26:31 +05:30
Loredana Crusoveanu 10c4ebad08 Merge pull request #9282 from albanoj2/BAEL-3951
BAEL 3951: Corrected a misspelling in the static variable name
2020-06-08 20:06:00 +03:00
Loredana Crusoveanu 40691c4832 Merge pull request #9435 from eugenp/bael-3896
Update README.md
2020-06-08 20:00:08 +03:00
Ricardo Caldas 78d3c27e1f Code indentation fix 2020-06-08 12:21:05 -03:00
sampadawagde db295e3387 JAVA-936: Migrate spring-cloud-task to parent-boot-2 2020-06-08 18:33:45 +05:30
sampadawagde facf0c3929 JAVA-936: Migrate spring-cloud-task to parent-boot-2 2020-06-08 18:22:26 +05:30
Cristian Rosu c098ffa7e9 BAEL-4070: updated test names and parameter ordering + moved code to spring-boot-properties-2 2020-06-08 15:01:46 +03:00
Ricardo Caldas 051ed8f035 Code indentation fix 2020-06-08 08:49:36 -03:00
kwoyke 31c303e2b6 Merge pull request #9460 from kwoyke/JAVA-1782-main
JAVA-1782: Add byte-buddy explicitly to avoid versions confilict
2020-06-08 11:45:12 +02:00
Krzysztof Woyke 03903e9ee5 JAVA-1782: Add byte-buddy explicitly to avoid versions confilict 2020-06-08 10:35:11 +02:00
sampadawagde 694261868d JAVA-931: Migrate spring-cloud-connectors-heroku to parent-boot-2 2020-06-08 12:59:01 +05:30
kwoyke 4cd1dc51f8 Merge pull request #9454 from kwoyke/JAVA-1782-main
JAVA-1782: Remove byte-buddy dep from the main pom.xml
2020-06-08 08:35:42 +02:00
mikr 2a6533cb96 JAVA-101 Split Core Kotlin 2020-06-08 00:22:04 +02:00
GilvanOrnelas aa5551bd9b Spring Import Annotation - initial commit (#9424)
Co-authored-by: Gilvan Ornelas Fernandes Filho <gilvan.fernandes@bairesdev.com>
2020-06-07 17:18:58 -05:00
Krzysiek 1ccbc4027d Merge branch 'master' into JAVA-1782-main 2020-06-08 00:11:03 +02:00
Krzysiek a1742fc856 JAVA-1782: Add byte-buddy explicitly to avoid versions confilict 2020-06-07 22:48:02 +02:00
mikr 7b8b9390c7 JAVA-1522 Fix integration test for encoding package (2) 2020-06-07 21:46:55 +02:00
mikr fdcf192cbe JAVA-1522 Fix integration test for encoding package 2020-06-07 18:17:43 +02:00
Krzysiek 0ad021f134 JAVA-1782: Add byte-buddy explicitly to avoid versions confilict 2020-06-07 18:17:05 +02:00
Eric Martin 024874d9c8 Merge pull request #9423 from alimate/BAEL-4147
BAEL-4147: Introducing Integer Cache
2020-06-07 11:16:44 -05:00
Eric Martin d0c9ad62ea Merge pull request #9427 from alimate/BAEL-4153
BAEL-4153: Polluting the Heap
2020-06-07 11:08:00 -05:00
amit.pandey 1a5e943886 updated the child pom as quarkus-extension/quarkus-liquibase pom artifactId is changed 2020-06-07 21:28:59 +05:30
Eric Martin 3cfd36bbb1 Merge pull request #9420 from alimate/BAEL-4160
BAEL-4160: Class.newInstance() is deprecated
2020-06-07 10:57:10 -05:00
Krzysiek ea59a08f4f JAVA-1782: Remove byte-buddy dep from the main pom.xml 2020-06-07 17:53:06 +02:00
Eric Martin 21eb84e20d Merge pull request #9366 from dev-chirag/master
BAEL3889 - Kafka Mock Producer
2020-06-07 10:46:27 -05:00
amit.pandey 4fa2ffb229 pom formatting - make artifact name same as module name 2020-06-07 20:28:16 +05:30
mikr 5a753ba384 JAVA-1522 Split core-java-modules/core-java module 2020-06-07 16:52:25 +02:00
Ricardo Caldas 978a32d0a2 [BAEL-4136] What is this: [Ljava.lang.Object;?
Code article
2020-06-07 10:00:48 -03:00
mikr 46ebcba3a0 JAVA-1749 Move modules language interop and console 2020-06-07 13:22:16 +02:00
Adrian Maghear 32d6f7df6c [BAEL-3841] put back the *.sql initialisation files 2020-06-07 12:40:36 +02:00
mikr 6f21d2eb74 JAVA-1749 Update UUID article and code 2020-06-07 12:13:32 +02:00
Chirag Dewan de8acfd6e0 BAEL3889 - Adding braces in EvenOddPartitioner 2020-06-07 15:29:59 +05:30
Maiklins e82a890924 Merge pull request #56 from eugenp/master
update
2020-06-07 11:17:28 +02:00
Waldemar Penner bad42826d5 add stackoverflow-plugin-gradle project 2020-06-07 09:55:29 +02:00
Josh Cummings 357ecb0341 Merge pull request #9440 from kwoyke/JAVA-1782
JAVA-1782: Add byte-buddy dependency to the parent-boot-2
2020-06-06 13:41:27 -06:00
Josh Cummings d6a1b77166 Merge pull request #9426 from kwoyke/JAVA-1644
JAVA-1644: Remove overriden spring-boot.version property
2020-06-06 12:06:29 -06:00
Dhawal Kapil 4e5cc32798 Merge pull request #9409 from dupirefr/team/JAVA-1659-junit_and_surefire_upgrade-ddd_modules
[JAVA-1659] Upgraded Maven Surefire Plugin and JUnit versions
2020-06-06 11:01:11 +05:30
Eric Martin d5c8ebe760 Merge pull request #9405 from alimate/BAEL-4128
BAEL-4128: Adapting the VarHandle Code to Best Practices
2020-06-05 22:50:57 -05:00
Eric Martin 676f32a246 Merge pull request #9398 from alimate/KTLN-46
KTLN-46: Using Retrieve instead of AwaitExchange
2020-06-05 17:45:12 -05:00
Josh Cummings 01b5d087f6 Merge pull request #9391 from pegeroad/BAEL-3856-aba-related-improvements
using accessors for balance and stamp
2020-06-05 11:34:11 -06:00
Krzysztof Woyke b8a3dd7a68 JAVA-1782: Remove byte-buddy dep from parent-boot-2's children 2020-06-05 15:38:09 +02:00