Commit Graph

3262 Commits

Author SHA1 Message Date
joksovic.maja@gmail.com b1f1f275cf initial commit 2020-06-14 14:15:27 +02:00
Dhawal Kapil cdbdf611d2 Merge pull request #9480 from sampada07/JAVA-913
JAVA-913: Migrate parent-boot-1 articles to parent-boot-2
2020-06-13 18:28:21 +05:30
Benjamin Caure 4456caf9d7 BAEL-4078 Rest template logging (#9430) 2020-06-13 14:54:57 +02:00
sampadawagde 4744f3d4d2 JAVA-938: Migrate spring-cloud-data-flow-stream-processing to
parent-boot-2
2020-06-13 17:29:06 +05:30
Mona Mohamadinia a6d6edb494 BAEL-4125: How to get the insert ID in JDBC? (#9437)
* Added the Code Samples

* Refactor

* Latest H2 Version

* Avoid using * imports

* Using givenXXX_whenYYY_thenZZZ Naming Convention
2020-06-13 10:53:32 +01:00
François Dupire 3e6f576265 [JAVA-1660] Upgrade JUnit and Maven Surefire Plugin in guava modules (#9477)
* [JAVA-1660] Upgrade JUnit and Maven Surefire Plugin versions in guava-modules

* Set guava-modules parent pom's parent to parent-java and submodules' parent to guava-modules parent

* Upgraded Maven Surefire Plugin version to 2.22.2

* Upgraded JUnit version to 5.6.2

* [JAVA-1660] Upgrade JUnit and Maven Surefire Plugin versions in guava

* Upgraded Maven Surefire Plugin version to 2.22.2

* Upgraded JUnit version to 5.6.2

* [JAVA-1660] Upgrade JUnit and Maven Surefire Plugin versions in guava-collections

* Upgraded Maven Surefire Plugin version to 2.22.2

* Upgraded JUnit version to 5.6.2

* [JAVA-1660] Upgrade JUnit and Maven Surefire Plugin versions in guava-collections-map

* Upgraded Maven Surefire Plugin version to 2.22.2

* Upgraded JUnit version to 5.6.2

* [JAVA-1660] Upgrade JUnit and Maven Surefire Plugin versions in guava-collections-set

* Upgraded Maven Surefire Plugin version to 2.22.2

* Upgraded JUnit version to 5.6.2

* [JAVA-1660] Upgraded JUnit and Maven Surefire Plugin in guava-io module

* Fixed project structure and added missing resources to make tests work

* Upgraded Maven Surefire Plugin to version 2.22.2

* Upgraded JUnit version to 5.6.2
2020-06-13 14:41:35 +05:30
KevinGilmore ca9ab77e7c Bael 3766 update README (#9493)
* 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-3766: add link back to article
2020-06-12 20:32:04 -05:00
Carlos Cavero edd28c1b43 BAEL-3756-Spring-YAML-vs-Properties (#9482)
* Remove Dockerfile because it is not longer needed in the article

* Add different YAML configurations and process into POJO

* Remove .dockerignore file because it is not longer needed in the article

* Add default Spring profile to test and force also in the Unit tests
2020-06-12 10:40:14 -07:00
Mark Thomas 3a99a52d11 Fix default SpEL expression (#9489) 2020-06-12 07:37:48 -07:00
Joe Zhang c529170a43 Leasy Zhang/shiwangzhihe@gmail.com (#9445)
* add primary key demo

* add primary key

* use eclipse link

* update unit test

* refact package name

* format code with space

Co-authored-by: joe zhang <joe.zhang@ringcentral.com>
2020-06-12 09:18:54 -05:00
Eric Martin 0d9e691fe4 Merge pull request #9428 from SmartyAnsh/BAEL-View_Bytecode_of_a_Class_File_in_Java
BAEL-4049 View bytecode of a class file in java
2020-06-11 21:15:24 -05:00
Greg 6d6e62edeb Merge pull request #9337 from kirill-vlasov/BAEL-3824
BAEL-3824 Circular view path exception
2020-06-11 18:58:58 -04:00
Sampada adb04983e7 BAEL-4061: Removed request mirroring (#9448)
* BAEL-4061: Removed request mirroring

* BAEL-4061: Code refactoring

* BAEL-4061: more refactoring

* BAEL-4061: renamed methods
2020-06-11 08:57:04 -07:00
sampadawagde d804f6b294 JAVA-938: Migrate spring-cloud-data-flow to parent-boot-2 2020-06-11 18:59:09 +05:30
Graham Cox 1bd8a0b90c BAEL-4041: Simulate playing 2048 (#9439)
* Set up the ability to play the game

* Actually able to play the game
2020-06-11 13:39:13 +02:00
rpvilao d68d458763 Merge pull request #9451 from ricardomoreirab/master
[BAEL-4136] What is this: [Ljava.lang.Object;?
2020-06-11 11:37:40 +02:00
Anshul BANSAL 5d9b41411d bcel version updated 2020-06-11 07:34:34 +03:00
Josh Cummings 9ba9f654d0 Merge pull request #9475 from sampada07/JAVA-622
JAVA-622: Split or move core-java-modules/core-java-lang module
2020-06-10 21:34:55 -06:00
Josh Cummings fb4cef2e83 Merge pull request #9461 from eugenp/JAVA-1782
JAVA-1782: Remove byte-buddy from the main pom.xml
2020-06-10 21:30:20 -06:00
Loredana Crusoveanu 37f48e86fc Merge pull request #9196 from thomasturrell/patch-1
Fix controllers to use Post/Redirect/Get
2020-06-10 21:41:55 +03:00
Usman Mohyuddin 2b928b04ce Dev determine groovy datatype (#9235)
* add code files for "How to groovy data types"

add code files for "How to groovy data types"

* added Tests in example

* Update pom.xml

change tab into spaces

* remove the package determine-datatype as per comments

* Update pom.xml

add dependency for tests

* remvoe the unwanted junit5 dependency and refine the structure of code

remvoe the unwanted junit5 dependency and refine the structure of code

* add missing "()"

* correct the package as per sugesstion
2020-06-10 08:21:22 -07:00
sampadawagde b90191c5bc JAVA-622: readme changes, moved all enum articles to
core-java-lang-oop-types
2020-06-10 19:17:01 +05:30
sampadawagde da319363e8 JAVA-622: Move from core-java-lang-syntax to core-java-lang-oop-types 2020-06-10 19:16:13 +05:30
sampadawagde 265bfbfe10 JAVA-622: Moved code from core-java-lang to core-java-lang-oop-types 2020-06-10 19:14:45 +05:30
Catalin Burcea 8f20c9cca4 BAEL-1362 - Retry with Spring Cloud Ribbon (#9237) 2020-06-10 14:15:57 +01:00
Ricardo Caldas e2fb716010 change method names, move package 2020-06-10 08:03:34 -03:00
Kirill Vlasov f01c29efe0 BAEL-3824 code review fixes 2020-06-10 14:37:14 +05:00
Loredana Crusoveanu ebc6cb54b3 Merge pull request #9471 from glmartin/master
Moved Thymeleaf code into it's own package.
2020-06-10 10:15:27 +03:00
Greg Martin bb2d9b400e Moved Thymeleaf code into it's own package. 2020-06-09 16:03:05 -04:00
Mihai238 26c11b3e85 add example for security with profiles (#9185)
Co-authored-by: Mihai Lepadat <mihai.lepadat@irian.at>
2020-06-09 21:49:03 +02:00
kwoyke c387fe5dd6 BAEL-3979: Get rid of the Spring Snapshots & Milestones repos (#9434) 2020-06-09 21:44:45 +02:00
Loredana Crusoveanu 0f2212533a Merge pull request #9449 from Maiklins/JAVA-1749-update-UUID-article-and-code
Java-1749 update UUID article and code
2020-06-09 19:10:48 +03:00
Josh Cummings 5e67d361cf Merge pull request #9422 from sampada07/JAVA-39
JAVA-39: Check if Kerberos articles are duplicates
2020-06-09 09:03:20 -06:00
Josh Cummings b625360e61 Merge pull request #9458 from Maiklins/JAVA-101-split-core-kotlin
Java-101 split core kotlin
2020-06-09 07:44:44 -06:00
Josh Cummings bf4e7f7c9e Merge pull request #9452 from Maiklins/JAVA-1522-split-core-java-modules-core-java
Java-1522 split core java modules core java
2020-06-09 07:17:05 -06: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