Commit Graph

21 Commits

Author SHA1 Message Date
Bipin kumar f1424a62ef JAVA-26556: Changes made for Adding missed modules (#15105)
/core-java-modules/core-java-numbers-conversions
/core-java-modules/core-java-datetime-conversion
/di-modules/avaje/persistence-modules/spring-boot-persistence-4 
/spring-boot-modules/spring-boot-security-2 
/spring-boot-modules/spring-boot-ssl-bundles 
/spring-boot-modules/spring-boot-telegram
2023-11-07 12:22:43 +02:00
Anton Dalagan 3c8d10dd82 Bael 7146 improvement to this article convert double to float in java (#15067)
* Commit 1 - Anton Dalagan Code for Evaluation article. Contains Unit tests, domain class, and App main method.

* BAEL-7146 Updated the unit test to display the results of the conversion. This will be explained in the article itself.

* BAEL-7146 cleaned up pR
2023-10-27 09:44:07 -07:00
edizor b3702a402a Update README.md
[skip ci]
2023-10-20 21:44:03 +08:00
edizor c309272de3 Update README.md
[skip ci]
2023-10-20 21:20:38 +08:00
Liam Williams daaefb0f26 Merge pull request #14807 from mcasari/master
BAEL-6846 - Converting from Float to BigDecimal in Java
2023-10-10 23:52:21 +01:00
Anton Dalagan 3bd2e7eb3e Bael 6962 convert double to float in java (#14936)
* Commit 1 - Anton Dalagan Code for Evaluation article. Contains Unit tests, domain class, and App main method.

* BAEL-6962 - Created unit test, and updated pom.xml

* BAEL-6962 - Removed files unrelated to the article

* BAEL-6962 - Added a declartions for float and double in diff class. Updated unit tests.

* BAEL-6962 - Made changes into the unit tests. Removed printlns, and updated isinstance with assertequals
2023-10-09 13:05:03 -07:00
mcasari 68fd94288d change string constructor test case in simpler form 2023-10-06 21:57:56 +02:00
mcasari 7e1d5991e6 BAEL-6846 - tests revision due to article updates 2023-10-03 23:41:11 +02:00
mcasari 6f085f068a BAEL-6846 - minor code format fix 2023-10-03 18:34:40 +02:00
mcasari 39c353c6ae BAEL-6846 - updates due to further discussion about float representation 2023-10-01 21:58:55 +02:00
mcasari a493c570ad Merge remote-tracking branch 'upstream/master' 2023-10-01 21:48:56 +02:00
Anton Dalagan 306f1335b8 Bael 6962 convert double to float in java (#14883)
* Commit 1 - Anton Dalagan Code for Evaluation article. Contains Unit tests, domain class, and App main method.

* BAEL-6962 - Created unit test, and updated pom.xml

* BAEL-6962 - Removed files unrelated to the article

* BAEL-6962 - Added a declartions for float and double in diff class. Updated unit tests.
2023-09-30 08:39:12 -07:00
mcasari c56bc04f95 BAEL-6846 - change assertNotEquals to assertEquals 2023-09-23 17:02:20 +02:00
mcasari a7940d9658 BAEL-6846 - Convert from float to BigDecimal 2023-09-21 20:28:15 +02:00
edizor 7ed3a423cf Update README.md
[skip ci]
2023-09-08 22:22:17 +08:00
Bogdan Cardoş 86f7514df6 BAEL-6819 convert from int to Long in Java (#14671)
* BAEL-6819 convert from int to Long in Java

* BAEL-6819 update package name
2023-08-29 14:56:00 -07:00
edizor dc2912fe4c Update README.md
[skip ci]
2023-07-13 21:27:25 +08:00
Kai Yuan 92c575498c [long-to-bigdecimal] Convert Long to BigDecimal in Java (#14372)
* [long-to-bigdecimal] Convert Long to BigDecimal in Java

* [long-to-bigdecimal] renaming var
2023-07-08 22:30:44 -05:00
Deboshree d99790ef18 changing branch 2023-05-22 13:26:06 +05:30
edizor a081cdb378 Update README.md
[skip ci]
2023-03-24 16:29:14 +08:00
Kai Yuan 4c2dcb190f [BAEL-6115_Num2Letter] Convert a Number to a Letter in Java (#13638)
* [BAEL-6115_Num2Letter] Convert a Number to a Letter in Java

* [BAEL-6115_Num2Letter] Change the 1st method's return type to char
2023-03-20 19:15:16 -05:00