summaryrefslogtreecommitdiff
path: root/lib/java/src
Commit message (Expand)AuthorAgeFilesLines
* THRIFT-4086: Use true type when generating field meta data (#2765)Klemen Košir2023-04-273-10/+53
* Upgrade java mockito from version 1.x to version 5 (#2781)Jiayu Liu2023-04-201-1/+1
* reduce java logging (#2659)Jiayu Liu2023-04-082-2/+1
* THRIFT-5696: Allow custom TConfiguration for TByteBuffer.javaRiza Suminto2023-04-062-3/+42
* fix various java codestyle issues (#2710)Jiayu Liu2022-10-1538-121/+126
* java to use jdk 17 (#2686)Jiayu Liu2022-10-141-1/+1
* [docs] update travis ci links - [skip ci] (#2660)Jiayu Liu2022-10-114-6/+8
* THRIFT-5649: add github action for go (#2697)Jiayu Liu2022-10-091-2/+10
* THRIFT-4547: Swift crosstests (#2670)Kino Roy2022-10-081-1/+1
* Merge branch '0.17.0' into upstreamJens Geyer2022-09-193-18/+13
|\
| * fix pmd main for java0.17.0Jiayu Liu2022-09-193-18/+13
* | fixed a ton of missing ASF headers in *.thrift filesJens Geyer2022-09-113-0/+57
* | THRIFT-5587 add uuid support for java and kotlinJiayu Liu2022-09-0514-14/+211
|/
* THRIFT-5502 Log SocketException at WARN level only + Fix formattingSylwester Lachiewicz2022-08-251-15/+20
* THRIFT-4086: Add missing calls to get_true_type when generating validator + m...Hernan Silberman2022-08-253-0/+85
* THRIFT-5584: use gradle toolchain to specify Java 11 with --release 8 (#2606)Jiayu Liu2022-05-181-18/+9
* THRIFT-5581: use gradle 7 for java/kotlin (#2601)Jiayu Liu2022-05-1111-22/+66
* THRIFT-5582: Improve TProtocol.java for Kotlin generator (#2603)Jiayu Liu2022-05-1017-69/+501
* THRIFT-5543: add type parameter to java lib field metadata (#2552)Jiayu Liu2022-05-081-18/+12
* THRIFT-5568: enforce consistent Java formatting (#2581)Jiayu Liu2022-05-06224-7691/+8293
* Fix merge bug (unconverted JUnit test)Christopher Tubbs2022-05-051-6/+7
* THRIFT-5560: use JUnit 5 for all Java lib tests (#2574)Jiayu Liu2022-05-0567-2059/+2193
* THRIFT-5544: annotations_as_metadata java code gen param (#2553)Jiayu Liu2022-05-053-10/+120
* THRIFT-5545: use gradle convention in organizing java projectJiayu Liu2022-04-20238-0/+12714
* THRIFT-5563: fix deprecation and enable xlint for java library (#2575)Jiayu Liu2022-04-184-108/+100
* add interface generationJiayu Liu2022-04-131-0/+35
* add support for converting to java optionalJiayu Liu2022-03-091-0/+15
* THRIFT-5494 fix cpu full caused by infinite select() when frameSize < maxRead...wangfan2022-03-064-5/+36
* THRIFT-5486 : fix issues found by spotbugskpandit2021-12-133-27/+4
* [skip ci] updated README.md to reflect final merged changes (THRIFT-5443)kpandit2021-11-231-15/+15
* THRIFT-5443: add support for partial Thrift deserializationkpandit2021-11-2013-10/+2600
* FIX for "error: malformed HTML" broken by 91be87a76f747b9069bb07357483b2d8a19...Jens Geyer2021-10-181-1/+1
* THRIFT-5237: FOLLOWUP: Add a new constructor for TSocketYuming Wang2021-10-181-0/+12
* fix javadoc warningskpandit2021-10-149-11/+18
* fix javadoc warningskpandit2021-08-229-17/+68
* Change StringBuffer to StringBuilder for more efficiencyxiexiaoqun2021-08-221-1/+1
* Add missing javadocbhalchandrap2021-08-1010-34/+64
* THRIFT-5425 Throw an exception when reading TSimpleJson in JavaThomas2021-06-301-35/+31
* THRIFT-5433: Add Counter To Thread Name of TThreadPoolServerbelugabehr2021-06-301-1/+3
* THRIFT-5430: Fix deadlock triggered by FieldMetaData.class.Divye Kapoor2021-06-231-5/+23
* THRIFT-5432 TSaslTransport throw TTransportException of MaxMessageSize reachedl005082822021-06-161-1/+3
* THRIFT-5411: Catch SocketTimeoutException in TIOStreamTransport readDavid Mollitor2021-06-031-0/+3
* THRIFT-5383 TJSONProtocol Java readString throws on bounds checkaaronstgeorge-wf2021-03-301-3/+1
* THRIFT-5297: Improve TThreadPoolServer Handling of Incoming ConnectionsDavid Mollitor2021-02-041-126/+54
* THRIFT-5345: Allow the ServerContext to be Unwrapped Programmaticallybelugabehr2021-02-041-3/+26
* THRIFT-5288: Move Support for ByteBuffer into TTransportDavid Mollitor2020-11-198-44/+80
* THRIFT-5287: Log When Client Connections are DroppedDavid Mollitor2020-10-042-0/+3
* THRIFT-5203: Remove Unused toString Method in TSerializerDavid Mollitor2020-09-201-17/+0
* Implements TConfiguration for javazeshuai0072020-09-1641-247/+930
* THRIFT-5247 Avoiding meaningless System.copyzeshuai0072020-07-071-3/+4