He-Pin(kerr)
4f2434b650
chore: Drop @unused annotation from pekko ( #2241 )
2025-09-20 13:28:02 +08:00
He-Pin(kerr)
870d4499cc
chore: sort imports ( #2235 )
2025-09-20 11:30:05 +08:00
He-Pin(kerr)
8254acc0e8
chore: Remove ccompat.JavaConverters ( #2234 )
2025-09-20 01:12:16 +08:00
He-Pin(kerr)
9b2853c730
chore: Use scala.jdk.DurationConverters ( #2205 )
2025-09-20 01:05:11 +08:00
PJ Fanning
04f5fcd1b7
chore: Use Scala Option Converter ( #2203 )
...
* chore: Use Scala Option Converter
---------
Co-authored-by: He-Pin <hepin1989@gmail.com>
2025-09-19 23:34:29 +08:00
He-Pin(kerr)
00b0a99278
chore: bump javafmt to 0.10.0 ( #2081 )
...
* chore: bump javafmt to 0.10.0
* chore: format with javafmt
2025-08-25 19:32:35 +08:00
He-Pin(kerr)
7325c729ce
Make use of eq and ne. ( #1994 )
...
* chore: make use of eq instead of ==
* chore: make use of ne instead of !=
2025-08-03 17:32:32 +08:00
PJ Fanning
bca81b55ec
fix spelling of Algorithm ( #1932 )
...
* fix spelling of Algorithm
* Update JacksonSerializer.scala
* Create pr-4682-rename-internal-algoritm-class.backwards.excludes
* move file
2025-07-06 11:52:39 +01:00
He-Pin(kerr)
9577b01b10
chore: bump scalafmt to 3.9.7 ( #1916 )
2025-06-24 10:27:14 +02:00
PJ Fanning
9ab6856965
support jackson enum features ( #1845 )
...
* support jackson enum features
* Update JacksonObjectMapperProvider.scala
* Update JacksonSerializerSpec.scala
* Update JacksonSerializerSpec.scala
* Update JacksonSerializerSpec.scala
2025-05-23 16:00:11 +01:00
PJ Fanning
d16d5c2c36
avoid using deprecated Jackson methods ( #1830 )
2025-05-02 15:38:00 +01:00
PJ Fanning
aea4e836e9
jackson 2.18 with max-token-count support ( #1556 )
...
* jackson 2.18.1 with max-token-count support
* Update Dependencies.scala
* remove lock-free buffer-recycler
* add non-recycling pool
* Update Dependencies.scala
2024-12-28 14:01:10 +01:00
PJ Fanning
b34d529f34
fix link in reference.conf ( #1320 )
2024-05-07 19:04:03 +01:00
PJ Fanning
977e3091ce
upgrade to jackson 2.17 ( #1318 )
2024-05-07 14:28:52 +01:00
PJ Fanning
17577cfcc9
support config for jackson buffer recycler pool ( #1192 )
...
* support config for jackson buffer recycler pool
* Update JacksonFactorySpec.scala
* Update JacksonFactorySpec.scala
* add blank lines
2024-03-15 22:16:52 +01:00
PJ Fanning
014523b3f1
jackson 2.16.2 ( #1184 )
...
* jackson 2.16.2
* Update reference.conf
2024-03-10 14:26:21 +01:00
PJ Fanning
8c688dad2e
use more of StandardCharsets ( #952 )
...
* use more of StandardCharsets
* scalafmt
2024-01-14 23:50:50 +01:00
PJ Fanning
3f97d9fe04
jackson 2.16 support ( #564 )
...
* jackson 2.15 support
* Update JacksonObjectMapperProvider.scala
Update JacksonObjectMapperProvider.scala
Update JacksonObjectMapperProvider.scala
Update JacksonObjectMapperProvider.scala
* jackson 2.15.3
* jackson 2.16
* Update reference.conf
* add max-document-length
* Update .scala-steward.conf
* Update reference.conf
* 2.16.1
* Create JacksonFactorySpec.scala
* Update JacksonFactorySpec.scala
* add blank line
2024-01-06 20:07:03 +01:00
PJ Fanning
02595bbfd4
fix incorrect config name (serialization-jackson) ( #567 )
...
* fix incorrect config name
* Update JacksonObjectMapperProvider.scala
2023-08-14 09:22:37 +01:00
PJ Fanning
4169e7d476
fix up some docs with version numbers that are Akka versions
2023-08-04 13:03:25 +08:00
PJ Fanning
b0fdac259b
adjust ASF header ( #450 )
2023-06-22 14:19:26 +01:00
PJ Fanning
1612950702
fix up refs to Akka in source code ( #374 )
...
* fix up refs to Akka in source code
* Update distributed-data.md
2023-06-07 14:51:57 +01:00
Matthew de Detrich
def5d6e388
Rename akka files and folders to pekko
2023-06-01 19:25:55 +02:00
Matthew de Detrich
07df607192
Add FunctionConverters, FutureConverters and ObjectConverters
2023-05-08 12:03:37 +02:00
PJ Fanning
321c572114
upgrade to jackson 2.14.2 ( #273 )
...
* upgrade to jackson 2.14.2
* scala 3.2.2 needed
* another deprecation issue
* ignore deprecation warnings in Scala 3 build
* Update PekkoDisciplinePlugin.scala
* scala 3.2 compile issues
* more scala upgrade issues
* import order
* Update actor-typed-tests/src/test/scala/docs/org/apache/pekko/typed/InteractionPatternsSpec.scala
Co-authored-by: Johannes Rudolph <johannes.rudolph@gmail.com>
---------
Co-authored-by: Johannes Rudolph <johannes.rudolph@gmail.com>
2023-04-05 15:44:58 +02:00
PJ Fanning
785369030d
change default port number to 7355
2023-03-09 05:00:01 +08:00
PJ Fanning
0a8b8a572f
set license headers on conf files ( #227 )
2023-03-03 13:24:19 +01:00
PJ Fanning
7e653454a9
use pekko: in urls and fix other branding issues ( #184 )
...
* use pekko: in urls and fix other branding issues
* update comments
* fix artery test
* test changes
* scalafmt
* try to fix some tests and fixing more akka refs
* more akka refs
* more changes
* more akka refs
* Update LeaseMajoritySpec.scala
* Update docs/src/main/paradox/testing.md
Co-authored-by: Johannes Rudolph <johannes.rudolph@gmail.com>
* Update docs/src/main/paradox/project/migration-guides.md
Co-authored-by: Johannes Rudolph <johannes.rudolph@gmail.com>
* Update actor/src/main/scala/org/apache/pekko/serialization/Serialization.scala
Co-authored-by: Johannes Rudolph <johannes.rudolph@gmail.com>
* Update scripts/release-train-issue-template.md
Co-authored-by: Johannes Rudolph <johannes.rudolph@gmail.com>
* revert link-validation change
* Update JacksonModule.scala
* revert key name changes to fix 2 tests
* fix one test
* more test trouble
* more test issues
* fix hashing test
* Update RouterTest.java
* update code comment
---------
Co-authored-by: Johannes Rudolph <johannes.rudolph@gmail.com>
2023-02-22 12:48:15 +01:00
PJ Fanning
3ee028f915
update some random akka refs ( #196 )
2023-02-16 10:39:18 +01:00
He-Pin
4ac0f00a47
Update headers with The Apache header annotated.
2023-01-12 10:59:28 +08:00
Matthew de Detrich
24c03cde19
Rename sbt akka modules
...
Co-authored-by: Sean Glover <sean@seanglover.com>
2023-01-05 11:10:50 +01:00