Loredana Crusoveanu
4f3bd5ad8c
Merge pull request #5659 from eugenp/lor6-patch-1
...
Update README.md
2018-11-11 23:54:25 +02:00
Loredana
d0b060a1dc
update cargo
2018-11-11 23:52:52 +02:00
Loredana
31db2a41ec
fix package modif
2018-11-11 23:46:12 +02:00
Loredana
412136b8db
fix boot 2 upgrade, rename package
2018-11-11 23:33:13 +02:00
Loredana Crusoveanu
340a502d7c
Merge pull request #5664 from amit2103/BAEL-10234
...
[BAEL-10234] - Removed deprecated properties
2018-11-11 23:21:52 +02:00
amit2103
a9a50b79f5
[BAEL-10234] - Removed deprecated properties
2018-11-12 01:16:00 +05:30
Tom Hombergs
b590fe4a4f
added link
2018-11-11 16:20:16 +01:00
cror
129aa9ddc9
BAEL-2365: added 2 further examples with substring and indexOf
2018-11-11 16:18:36 +01:00
Loredana Crusoveanu
8d9f995624
Merge pull request #5649 from rozagerardo/geroza/BAEL-9549_reduce-articles-in-core-java
...
[BAEL-9549] reduce core-java module migrating code to core-java-lang and core-java-arrays
2018-11-11 13:47:28 +02:00
nnhai1991@gmail.com
a15a0809ec
fix java code
2018-11-11 18:24:01 +08:00
Loredana Crusoveanu
1d14598c0d
Update README.md
2018-11-11 11:43:51 +02:00
Loredana Crusoveanu
0a376aa96e
Merge pull request #5656 from amit2103/BAEL-10234
...
[BAEL-10234] - Move spring-rest-... modules to Boot 2
2018-11-11 11:30:16 +02:00
Loredana Crusoveanu
f92c0f8794
Merge pull request #5655 from asturcon/string-cast-jpa
...
BAEL-2239 - JPA error "java.lang.String cannot be cast to [Ljava.lang.String;"
2018-11-11 10:21:25 +02:00
Loredana Crusoveanu
f7135b4a40
Rename SpringCastTestUnit.java to SpringCastUnitTest.java
2018-11-11 09:34:07 +02:00
Loredana Crusoveanu
e7d145e4f9
Update and rename SpringCastTest.java to SpringCastTestUnit.java
2018-11-11 09:28:06 +02:00
Eric Martin
861df15d2e
Merge pull request #5657 from eugenp/WP-ZeroBalance
...
Fixed Balance < 0 for Insufficient funds
2018-11-10 21:11:15 -06:00
eric-martin
84029b0281
Fixed Balance < 0 for Insufficient funds
2018-11-10 21:05:53 -06:00
amit2103
b286e140b4
[BAEL-10234] - Move spring-rest-... modules to Boot 2
2018-11-11 01:07:32 +05:30
geroza
4a130b57a7
9 - ninth commit to split core-java. In this commit:
...
* added core-java-arrays module to the root pom
2018-11-10 16:18:46 -02:00
Marcos Lopez Gonzalez
917ab19240
code cleaning
2018-11-10 19:17:23 +01:00
Marcos Lopez Gonzalez
f3e5bc6ee3
persistence unit name
2018-11-10 19:16:23 +01:00
geroza
4e5302ddf5
8- Eighth commit to split core-java. This commit includes:
...
* Creating core-java-lang and core-java-arrays README files
* Cleaning core-java README file
2018-11-10 16:04:32 -02:00
José Carlos Valero Sánchez
a3ff5263fc
Merge pull request #5472 from swapanpramanick2004/BAEL-2221
...
Bael 2221
2018-11-10 18:46:03 +01:00
geroza
2380a4abad
7- Seventh commit for splitting core-java module task. This commit includes:
...
* Cleaning core-java-lang pom
* Cleaning core-java-arrays pom
* Fixing core-java artifact version, not using property
2018-11-10 13:25:10 -02:00
geroza
6634c0e100
6 - Sixth commit to split core-java module. This commit includes:
...
* fixiing failing unit tests, moving required resources to new modules
2018-11-10 12:55:07 -02:00
Eugen Paraschiv
c5d39535c6
maven testing cleanup
2018-11-10 15:36:47 +02:00
geroza
7249a2c88d
5 - Fifth commit to split core-java. This one includes:
...
* to core-java-lang:
* https://www.baeldung.com/java-separate-double-into-integer-decimal-parts
* https://www.baeldung.com/java-sneaky-throws
* https://www.baeldung.com/java-inheritance-composition
* to core-java-array:
* https://www.baeldung.com/java-array-copy
* https://www.baeldung.com/java-initialize-array
* https://www.baeldung.com/java-array-contains-value
* https://www.baeldung.com/java-invert-array
* https://www.baeldung.com/java-array-sum-average
* https://www.baeldung.com/java-jagged-arrays
* https://www.baeldung.com/java-util-arrays
* https://www.baeldung.com/java-common-array-operations (from core-java-collections)
2018-11-10 11:13:04 -02:00
geroza
55c49b25f1
4- Fourth commit for core-java module splitting. This commit includes:
...
* to core-java-lang:
* https://www.baeldung.com/java-stack-overflow-error
* https://www.baeldung.com/java-new-custom-exception
* https://www.baeldung.com/java-exceptions
* https://www.baeldung.com/java-final-finally-finalize
* https://www.baeldung.com/java-static-dynamic-binding
* https://www.baeldung.com/java-throw-throws
* https://www.baeldung.com/java-synthetic
* https://www.baeldung.com/java-switch
* https://www.baeldung.com/modulo-java
* https://www.baeldung.com/java-ternary-operator
2018-11-10 10:29:12 -02:00
Grzegorz Piwowarek
6d1e1647d5
Core scala refactor ( #5654 )
...
* encoding
* Converting synchronous and asynchronous API to observables
* Adding different ways of converting sync/async APIs to observalbles.
* Replace anonymous class with lambda
* update based on comment from Grzegorz Piwowarek
* Refactor core-scala examples
* Cleanup
2018-11-10 12:45:08 +01:00
Grzegorz Piwowarek
03f530126f
Multiple threads odd-even refactor ( #5617 )
...
* encoding
* Converting synchronous and asynchronous API to observables
* Adding different ways of converting sync/async APIs to observalbles.
* Replace anonymous class with lambda
* update based on comment from Grzegorz Piwowarek
* Refactor even-odd semaphore demo
* Remove unrelated files
2018-11-10 12:22:48 +01:00
Rokon Uddin Ahmed
8232be4841
Update README.md ( #5653 )
2018-11-10 10:59:58 +01:00
gmconte
52852b3a49
BAEL-2302 UPDATED Spring Data REST HTTP Method customization example ( #5594 )
...
* BAEL-2302 Spring Data REST HTTP Method customization example
* BAEL-2302 Spring Data REST - granular HTTP Methods control
* BAEL-2302 Spring Data REST - fixed parent pom file version error
* BAEL-2302 Fixing thymeleaf dependencies
* BAEL-2302 Spring Data REST - fixed netty bootstrap
* BAEL-2302 Spring Data REST - fixed netty test
* BAEL-2302 Spring Data REST - fixed spring security oauth2
* BAEL-2302 - Fix oauth2 server deps
2018-11-09 23:26:28 -06:00
geroza
61574b7228
3-Third commit for articles:
...
* to core-java-lang:
* https://www.baeldung.com/java-lang-system
* https://www.baeldung.com/java-type-erasure
* https://www.baeldung.com/java-assert
* https://www.baeldung.com/java-pass-by-value-or-pass-by-reference
* https://www.baeldung.com/java-variable-method-hiding
* https://www.baeldung.com/java-access-modifiers
* https://www.baeldung.com/java-super
* https://www.baeldung.com/java-this
* https://www.baeldung.com/java-immutable-object
* https://www.baeldung.com/java-classnotfoundexception-and-noclassdeffounderror
* https://www.baeldung.com/infinite-loops-java (changes for this were included in commit 1, with other loop-related examples)
2018-11-10 01:21:58 -02:00
geroza
64a22eec31
2 - Second commit for articles:
...
* to core-java-lang:
* https://www.baeldung.com/java-inner-interfaces
* https://www.baeldung.com/java-polymorphism
* https://www.baeldung.com/java-recursion
* https://www.baeldung.com/java-finalize
* https://www.baeldung.com/java-method-overload-override
* https://www.baeldung.com/java-deep-copy
* https://www.baeldung.com/java-inheritance
* https://www.baeldung.com/java-type-casting
* https://www.baeldung.com/java-final
* https://www.baeldung.com/a-guide-to-java-enums
2018-11-10 00:37:39 -02:00
geroza
792d6f6cc4
First commit to migrate the following articles from core-java:
...
* to core-java-lang:
* https://www.baeldung.com/java-reflection
* https://www.baeldung.com/java-generics
* https://www.baeldung.com/java-eclipse-equals-and-hashcode
* https://www.baeldung.com/java-chained-exceptions
* https://www.baeldung.com/java-primitive-conversions //to package
* https://www.baeldung.com/java-method-reflection
* https://www.baeldung.com/java-enum-iteration
* https://www.baeldung.com/java-reflection-change-annotation-params
* https://www.baeldung.com/java-dynamic-proxies
* https://www.baeldung.com/java-double-brace-initialization
* https://www.baeldung.com/java-hashcode
* https://www.baeldung.com/java-diamond-operator
* https://www.baeldung.com/java-static (?https://github.com/eugenp/tutorials/pull/3392 )
* https://www.baeldung.com/java-comparator-comparable
* https://www.baeldung.com/java-continue-and-break
* https://www.baeldung.com/java-initialization
* https://www.baeldung.com/java-nested-classes
* https://www.baeldung.com/java-loops
* https://www.baeldung.com/java-varargs
2018-11-09 22:22:33 -02:00
Marcos Lopez Gonzalez
1d26380c07
format
2018-11-09 20:55:36 +01:00
Marcos Lopez Gonzalez
61ffac2c77
jpa cast error
2018-11-09 20:54:10 +01:00
cdjole
2d872af165
Circle class update. ( #5648 )
2018-11-09 10:25:50 -08:00
Loredana Crusoveanu
1f8acbde98
Merge pull request #5572 from dkapil/feature/BAEL-896
...
BAEL-896 Working with dates in Kotlin
2018-11-09 19:31:30 +02:00
Emily Cheyne
abe483a85f
Merge pull request #5637 from kcacademic/character-encoding
...
BAEL-2300: Adding files for the tutorial on character encoding.
2018-11-09 08:14:37 -08:00
Paul
8e6fff4fc8
BAEL-1596 Spring Events ( #5605 )
...
* Annotation-driven event listener + generic events
* update examples + add tests
* add article link
* add more tests for Spring Events
2018-11-09 14:35:44 +01:00
charlesgonzales
064113f939
Add/fix links Team_BAEL-10195 ( #5647 )
...
* Update README.md
* Update README.md
2018-11-09 10:46:30 +01:00
Rahul Srivastava
4590bb37f1
Deleting html file
2018-11-09 11:01:57 +05:30
cdjole
6a352be977
Calculate circle area. ( #5644 )
2018-11-08 16:07:59 -08:00
charlesgonzales
23143a0c17
Bi-monthly test fix - BAEL-10195 ( #5626 )
...
* Update README.md
* Update README.md
* Create README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Create README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Create README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.MD
2018-11-08 21:23:23 +01:00
Laurentiu Delcea
2b581cb3f6
BAEL-1962 Convert ZonedDateTime for MongoDB interactions ( #5640 )
2018-11-08 11:37:35 -08:00
DOHA
58b0b93d22
Merge remote-tracking branch 'eugenp/master'
2018-11-08 20:53:42 +02:00
Mike Wojtyna
e1056e04de
Add BAEL-2272 persisting DDD aggregates examples ( #5630 )
...
* Add BAEL-2272 persisting DDD aggregates examples
* Update pom.xml
2018-11-08 09:54:05 -08:00
Rahul Srivastava
6dd09ae35d
New line in Java for HTML and Changing HTML file
2018-11-08 15:39:06 +05:30
Kumar Chandrakant
6f9e1fd103
BAEL-2300: Adding files for the tutorial on character encoding.
2018-11-08 15:13:12 +05:30