Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Jodd

Jodd! Lightweight. Java. Use what you like.
Collective - https://opencollective.com/jodd - Website: https://jodd.org - Code: https://github.com/oblac/jodd

Method renamed.

github.com/oblac/jodd - fee433ddd56d845b062e09df14535707bab756d9 authored about 7 years ago
Added guards for Unchecked Exception.

github.com/oblac/jodd - 5d2d0b3ddbadbe6484d35a44c933fb0b3b8994fd authored about 7 years ago
Refactored FindFile and added with() method.

github.com/oblac/jodd - 350e4a533d64682de1213e245122e255ccab0ec7 authored about 7 years ago
Refactored InExRules to have 3 generics.

github.com/oblac/jodd - ba055d8da710a98ca718793b4273741f6b6a787a authored about 7 years ago
Removing methods.

github.com/oblac/jodd - ec0f78f058b2ae44b26ce0c7c2d0797dc2d49925 authored about 7 years ago
add assumptions

github.com/oblac/jodd - 8a50b21df4eaab9137a357f7d36dd5c0c2387e8e authored about 7 years ago
Add Java9 version of Java Bridge

github.com/oblac/jodd - 6ff9346a58b58f9fbc498a56b1bca27f497bbcfd authored about 7 years ago
Made single java-core-9 project

github.com/oblac/jodd - 4eb491422ae81d6f62af4d0c5515b5da1a332088 authored about 7 years ago
JoddBridge and MR Jar added.

github.com/oblac/jodd - 48f71de020a7d6f2dddbf23ab38832835a35730d authored about 7 years ago
Renamed to JavaBridge. Ready for MR-Jars.

github.com/oblac/jodd - 8203198193ae47b251ce2e1d8829c8f7a4917ee7 authored about 7 years ago
Merge pull request #529 from moh-sushi/patch-3

Update DateTimeStamp.java

github.com/oblac/jodd - 860a97028dfded65908ce317ef976f23c525abc1 authored about 7 years ago
Merge pull request #527 from oblac/asm6

Migrated to ASM 6

github.com/oblac/jodd - fa6d4552cc953b7e2f782da4c105229110cc2ddd authored about 7 years ago
fixed SysTest and java versioning.

github.com/oblac/jodd - f73dbad109af6f3c0cd250fbf62511d7c7d93d34 authored about 7 years ago
Added Java.

github.com/oblac/jodd - 47f0f2f5f46a0671c7b605be7ecd14498df40bd6 authored about 7 years ago
Removed a test for the hack.

github.com/oblac/jodd - b3f4f2630731c503f89a76c1f43373b8a10b6fc4 authored about 7 years ago
Removed a hack.

github.com/oblac/jodd - dde95ef1f34415f9ffbdfcb9e4f355d63a0d4bea authored about 7 years ago
Using CharSequences.

github.com/oblac/jodd - 583af406187475068b09b8adea19fba065e1eb1e authored about 7 years ago
Simplified the Tag interface to accept only CharSequences.

github.com/oblac/jodd - f92391ae50715b79672654b9ccc8a0033dd2e37b authored about 7 years ago
Removed TagUtil.

github.com/oblac/jodd - fcb84b60e05b13d6a235d832b1d04aaaaf102548 authored about 7 years ago
Added CharSequenceUtil.

github.com/oblac/jodd - bdb1bf7a09f33635f0bcf0891f98746cc5b31b60 authored about 7 years ago
Fixing potential regression with parsing to String.

github.com/oblac/jodd - a55f6131b64a51ee6fbf7f33ffeb6a99af56ef7b authored about 7 years ago
Added more features to CharArraySequence.

github.com/oblac/jodd - 32877a021d7b8b39368a1f5852e6a9eeedf76106 authored about 7 years ago
Fixed the regression.

github.com/oblac/jodd - 1e92749fdf9965de9c8bc3ee166e316c751b4194 authored about 7 years ago
Update DateTimeStamp.java

protected DateTimeStamp clone() -> public DateTimeStamp clone()

github.com/oblac/jodd - bcd7a4e29331289048ec5617d3862d781a59ddfc authored about 7 years ago
Fix the copy from CharSequence

github.com/oblac/jodd - 5135daf791e6450aa3d0eb4d5ed8e7dd0889ca00 authored about 7 years ago
API changes

github.com/oblac/jodd - 724589dd470665d22ca929240e6ee00400392361 authored about 7 years ago
tests udpated

github.com/oblac/jodd - ebcb8a3c8e955f96c83e297755414da005bb3ab9 authored about 7 years ago
Migrate to usage of CharSequences.

github.com/oblac/jodd - 6cf6d833488ca20b6fd627a4eb2907b387512d60 authored about 7 years ago
HtmlDecoder changed to usage of CharSequence

github.com/oblac/jodd - 0dd9682d395d15e79966dbbdb58baf681cf8c1a4 authored about 7 years ago
Added CharArraySequence.

github.com/oblac/jodd - 928480e83b7f6f1478616401d44d00dc6b465493 authored about 7 years ago
Removed Unsafe usage. This is not an easy decision; since it offers better performances on java8. However, not so in the future (e.g. with java9). Since we expect that java is going to be updated more frequently, that would lead to faster adoption of new features, hence the decision is to be future ready, rather to introduce some additional code around it - and we simply don't have resources to maintain different versions of the library.

github.com/oblac/jodd - f437f045579e11376a6596bb52b13a00bcf1b9a2 authored about 7 years ago
Removing Java constraint from the Gradle.

github.com/oblac/jodd - ebe6ee8e1ce2b02498f0012436be63687a4d89bd authored about 7 years ago
Updated Travis

github.com/oblac/jodd - 855aef12b6382899270a9b2990e5462c61015c83 authored about 7 years ago
TraceSignatureVisitor updated.

github.com/oblac/jodd - a3c8cd17b1e4c794485945df845aa12043743919 authored about 7 years ago
Removed asm5 package and all usages moved to asm6

github.com/oblac/jodd - 0997b2d0f69a2bc97ed519eba1c7e155d234dde1 authored about 7 years ago
Updated asm5 usages in various configuration files.

github.com/oblac/jodd - 196115c20a3dd31200ddea9248e2762c14652967 authored about 7 years ago
Added ASM6 package

github.com/oblac/jodd - c2e11a09891b9b282f59ec562459448e14e6e3f2 authored about 7 years ago
Merge pull request #525 from moh-sushi/patch-1

Update DbTestQueryStatement.java

github.com/oblac/jodd - 3fe9f95ff6fd5ee306ddc06061bbafd10ee2ccc5 authored about 7 years ago
Merge pull request #526 from moh-sushi/patch-2

update dependency greenmail

github.com/oblac/jodd - 0194185b993369aaf662ef019baa9ffbe70db901 authored about 7 years ago
update dependency greenmail

from 1.5.2 to 1.5.6

github.com/oblac/jodd - 8b8180b6973ef77910bebb6bfbd559c4b8088cb2 authored about 7 years ago
Update DbTestQueryStatement.java

github.com/oblac/jodd - de55ecf78faeee00451efbb54beea30ad1ca3b4a authored about 7 years ago
Removing the server thing.

github.com/oblac/jodd - 73f0f0af1c4e3e5f2eb05e2de48306c90d24682d authored about 7 years ago
Share the same props.

github.com/oblac/jodd - b0c6f6399ae29f41b3d16ca85ee5c7b283ad5e79 authored about 7 years ago
Merge pull request #524 from moh-sushi/DateTimeStamp_tests

DateTimeStamp tests & small enhancements

github.com/oblac/jodd - f25370e27c7775741d26f6095ceaa6591c7eb99c authored about 7 years ago
Merge pull request #523 from moh-sushi/windows_fixes

small windows fixes for tests

github.com/oblac/jodd - 24abb62bda53ec32e81a5cb2e32c0009e2ffd807 authored about 7 years ago
Merge pull request #522 from moh-sushi/dependency_update

update dependencies

github.com/oblac/jodd - c5ca08eaa05f48347e85e11ca1a1ebb31d4d6cdf authored about 7 years ago
Merge pull request #521 from moh-sushi/HashCodeTest_small_refactoring

small refactoring of HashCodeTest

github.com/oblac/jodd - 6e74ccb280efcd474c0bcf6a1b3ea2c81f275ad4 authored about 7 years ago
change method names.

github.com/oblac/jodd - 3a0d906a65b049b2106902e6f11bbfad7cdfe66b authored about 7 years ago
Config is final.

github.com/oblac/jodd - 8747be9f7ada210783c223148603db27d45521f7 authored about 7 years ago
Change the API little bit.

github.com/oblac/jodd - c5d59bfe9947bd274562a1a12b37571bda823d7e authored about 7 years ago
tests for "isEqualDate" and "isEqualTime" added

github.com/oblac/jodd - c78bc13d1bfd4e96a394b8d18e6c6f438ecf89d3 authored about 7 years ago
tests for "hashcode" added

github.com/oblac/jodd - 159f521a6b5fef8df23811b0d8478fbb977167fa authored about 7 years ago
tests for "clone" added

github.com/oblac/jodd - b50324c4c2f127357d09b117bd6d63557d49647e authored about 7 years ago
licence added

github.com/oblac/jodd - 2633fb80acaa6ef02e070862754412df00f12f36 authored about 7 years ago
small refactoring : usage of StringBand instead of StringBuilder

github.com/oblac/jodd - 5c5d9f2b26adf51a46881b7a40fee7ee63c5e3ee authored about 7 years ago
tests for toString-method added

github.com/oblac/jodd - d54e958974437f2e2b02888641d132b0ebcc2166 authored about 7 years ago
update method names

github.com/oblac/jodd - 9d24635c50a56032c1076f8cd1243e7a7aa67857 authored about 7 years ago
tests for "equals" and "compareTo" added

github.com/oblac/jodd - 7991f16344cbb4b04f2d5ad2c307fb90e4a93b49 authored about 7 years ago
null check added

github.com/oblac/jodd - 67be3f9279531bee64ada207ccdc15ad6655cc85 authored about 7 years ago
\n -> System.lineSeparator()

github.com/oblac/jodd - 794f4481036f1b7da21c7b7124035e5ce1d636fe authored about 7 years ago
- remove hamcrest

- update mockito-core from 2.10.0 -> 2.12.0

github.com/oblac/jodd - 450f0e0244ecc7c00411eef5be2771ad0f0414c8 authored about 7 years ago
small refactoring : replace "RandomStringGenerator from commons-text" with "RandomString from jodd itself"

github.com/oblac/jodd - 96a0cf4167adb5c5fce70340108822e4308ac551 authored about 7 years ago
Merge pull request #520 from moh-sushi/hashcode_tests

Hashcode tests

github.com/oblac/jodd - 8c055db32ed21756e980e0c412f0a6d7898bf516 authored about 7 years ago
added new test compile dependency commons-text

github.com/oblac/jodd - 04e80825655049d6cf7af07cd0aad61f5adf89d4 authored about 7 years ago
- change to RepeatedTest

- usage of RandomStringGenerator instead of deprecated RandomStringUtils

github.com/oblac/jodd - b841267d994839cac99bc127f67d84b9cbc7ba57 authored about 7 years ago
object array as variable

github.com/oblac/jodd - d040ea9b6e4cda9b785a29fa15bab0cfcdfe00bb authored about 7 years ago
rewrite / expand test method for better covergae

github.com/oblac/jodd - ec5ec1449c0242cc789f88e5a045772a6180715c authored about 7 years ago
delegates to Hashcode#create(int,int) instead of calling constructor

github.com/oblac/jodd - 3f8e3fc65cc8de7b5f632a0bceb88f0f13f1c3ab authored about 7 years ago
Gradle 4.3.1

github.com/oblac/jodd - ab316c1aa0d30415b74071acc964eed70b134247 authored about 7 years ago
Removes unused code

github.com/oblac/jodd - 0d723d5f8df778e9b759d32958f204831ef16b2b authored about 7 years ago
Merge pull request #519 from moh-sushi/NameValueTest_extension

Tests added for NameValueTest

github.com/oblac/jodd - afe392ca6e4a2194d630478b849ada6ad37e01f9 authored about 7 years ago
two further tests added

github.com/oblac/jodd - 7e0de5f48689c5f2b83233a53821e0d0e9ff4641 authored about 7 years ago
Merge pull request #517 from moh-sushi/NameValue_extension

NameValue extension

github.com/oblac/jodd - a83598d65a3d75aa9389e8c56e45dd2c168fb3b3 authored about 7 years ago
Merge pull request #518 from moh-sushi/FileUtilTest_extension

tests for "isBinary", "isExistingFile" and "isExistingFolder" added

github.com/oblac/jodd - bd1fb4ba116d4c69694a773b62a97a6556d76d82 authored about 7 years ago
tests for "isBinary", "isExistingFile" and "isExistingFolder" added

github.com/oblac/jodd - 56a7b7f0679191c7b551ae62af555f3fc14682d5 authored about 7 years ago
tests for NameValue added

github.com/oblac/jodd - fe47779bef4b898815ff07764971e26081d783d8 authored about 7 years ago
- method "of" -> Generic added

- method "equals" -> null check and == check added

github.com/oblac/jodd - 66dea1f66dbd59e888debc9bcd50a96f4619e469 authored about 7 years ago
Merge pull request #514 from moh-sushi/JdbcTypesFixture

small refactoring - getting all JDBC Types through text fixture

github.com/oblac/jodd - b18da2a5dd84c825f1019a857e6a43324bb56331 authored about 7 years ago
Merge pull request #515 from moh-sushi/CollectionUtilTest_extension

CollectionUtilTest extension

github.com/oblac/jodd - e95bf6076cc7587ecaf3e62fae189f47e2056123 authored about 7 years ago
Merge pull request #516 from moh-sushi/SystemUtilTest_extensions

tests for SystemUtil added

github.com/oblac/jodd - af18f23c7a83dc238efcd9932fbc9f29b21e1de2 authored about 7 years ago
Embedded servers, WIP.

github.com/oblac/jodd - 6a16214781daa3f1a155b910303ddf77b6b9e1ac authored about 7 years ago
Removed unused class

github.com/oblac/jodd - 07c6cd5e8771e95c65dda953143fd6bc431375af authored about 7 years ago
Removed old code

github.com/oblac/jodd - 9695a8b1d5f4c9d30769f2764da65bf26341d0b0 authored about 7 years ago
Removed unused constants.

github.com/oblac/jodd - 20cd0895bafd9d3600ef1e2308d41fe23dadb2ad authored about 7 years ago
Apply detected config as soon as possible

github.com/oblac/jodd - 03c1bcf0df4d040f1ee63b6d048d91fd73daaedd authored about 7 years ago
Db detector should not swallow the exception.

github.com/oblac/jodd - 8247481442ba8e09691cec7c14125fa30821beac authored about 7 years ago
Removed unused class.

github.com/oblac/jodd - 25372fd1b11f453bfca94234d504b19246ead97a authored about 7 years ago
Some minor fixes

github.com/oblac/jodd - 1c89af5c6fb2be2f286c0ae3ece30183d1cfb93d authored about 7 years ago
Removed extending of a class that was not used.

github.com/oblac/jodd - ab1c930ab88c718f2e444fb369beee0b498b11ce authored about 7 years ago
MySql detection sets conventions to lowercase.

github.com/oblac/jodd - d2667a94f51dcda9d10f71a37c7b24610ea7e902 authored about 7 years ago
fixing issues

github.com/oblac/jodd - 36943988dccab13474cf8561d046900d0432075f authored about 7 years ago
Added ClassConsumer

github.com/oblac/jodd - 989f5cf4c10db97fdbbe6589681a28f56d758f23 authored about 7 years ago
registering consumer too

github.com/oblac/jodd - c2a4f91c811eebc1962293ad3eda63b395b96e64 authored about 7 years ago
Proxetta provider is not an interface as it has to be a component.

github.com/oblac/jodd - 2110e01ce19aff46c7722f30d567859d23a77ac6 authored about 7 years ago
tests updated

github.com/oblac/jodd - 35de1955a6460d4e3d1e072cd102002f87b0c9c9 authored about 7 years ago
Added consumer for manual registration of PetiteBeans.

github.com/oblac/jodd - 1acc9f3cc8d03eee34d5734c875c26670932a866 authored about 7 years ago
Fixed issue with PetiteContainer not being used.

github.com/oblac/jodd - 7e863b11a60831321f5fe1cbdf974cdbbb0ccd59 authored about 7 years ago
Removed constants

github.com/oblac/jodd - 9594902d5319c56014a92b350ea698df18a905ce authored about 7 years ago
Added registration and removed DefaultWebApp

github.com/oblac/jodd - 7c6ef6a500c5baf69e24cdf909ff0bebab36df47 authored about 7 years ago