issues Search Results · repo:julienrf/play-json-derived-codecs language:Scala
Filter by
63 results
(53 ms)63 results
injulienrf/play-json-derived-codecs (press backspace or delete to remove)Is there a way to include the discriminator even when serializing the concrete type? Concretely, I d like to instantiate
the library in this piece of code and get the same output in both println statements: ...
sam-veezoo
- 1
- Opened on Jun 7, 2024
- #96
It would be great if the library could be used in Scala 3 projects. What are the prerequisites of this upgrade? As I can
see a new version of Shapeless library for Scala 3 exists, however I can t determine ...
akitaylor
- 8
- Opened on Jan 2, 2024
- #93
The play-json team changed the groupId for the dependency from org.typesafe.play to org.playframework for 3.x and later
(https://github.com/playframework/play-json/releases/tag/3.0.0).
As a workaround, ...
matmannion
- 2
- Opened on Nov 8, 2023
- #91
version info : play-json-derived-codecs: 10.0.2 play framework: 2.8.15 jdk: 11
problem describe: our system shutdown because of stackOverflow. And the stack is : [0;39m[[1;31mINFO[0;39m]
[34m2022-09-30 ...
wxlfight
- Opened on Sep 30, 2022
- #90
Hi Julien,
I recently started using the library and I noticed that when tagging the types, the naming strategies from NameAdapter
are only applied to the class fields. In my case, for compatibility, I ...
GeluOltean
- 2
- Opened on Sep 28, 2021
- #88
With a plain case class, I was expecting withTypeTag to add _type tag to the output:
import julienrf.json.derived
import julienrf.json.derived._
case class Widget(id: Long, name: String)
val derivedFormat ...
jmccance
- 4
- Opened on Jul 29, 2021
- #87
Here is a code snippet that works fine using 9.0.0 but fails with stack overflow using 10.0.1:
import julienrf.json.derived.flat
import play.api.libs.functional.syntax._
import play.api.libs.json._
sealed ...
plokhotnyuk
- 3
- Opened on May 13, 2021
- #84
updated project in IDEA, IDEA shows content like: image
scalac complains:
[error] ... not found: object julienrf
[error] import julienrf.json.derived
Could it be that publishing failed somehow?
Jar ...
mr-git
- 2
- Opened on May 13, 2021
- #82
Is there a way to exclude the discriminator type tag from the output json. For example
sealed trait Foo
case class Bar(s :String, w: Long) extends Foo
case class Baz(q : String, p: Int) extends Foo
the ...
arshadalis
- 4
- Opened on Feb 23, 2021
- #77
Hi,
After the merging of #75, there s a new edge-case that wasn t considered in that pull-request. One where you get
mismatching Reads/Writes instances.
Consider the following:
sealed trait Foo
case ...
ncreep
- 3
- Opened on Feb 22, 2021
- #76

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.