issues
search
Randgalt
/
record-builder
Record builder generator for Java records
Apache License 2.0
756
stars
55
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Filter out jakarta @Valid annotations
#195
elyse-yao
opened
1 week ago
0
Add annotationProcessorPaths to the pom.xml code snippet
#194
mk868
opened
1 week ago
0
Cannot resolve symbol
#193
nabato
closed
6 days ago
0
Bump org.hibernate.validator:hibernate-validator from 6.0.20.Final to 6.2.0.Final
#191
dependabot[bot]
opened
2 weeks ago
0
support naked main / empty packages
#190
maxandersen
closed
1 month ago
2
JSR303 @Valid is not getting filtered out
#189
elyse-yao
opened
1 month ago
2
Provide documentation how to manually provide annotation processors in maven/gradle
#188
krzyk
opened
2 months ago
0
Default values and staged builders
#187
CfFanDuel
opened
3 months ago
0
Builder construction
#186
CfFanDuel
opened
3 months ago
2
Adds RecordBuilder.Options.defaultNotNull parameters
#185
agustafson
closed
1 month ago
5
Setting an optional value should not require wrapping in "Optional"
#184
koppor
closed
4 months ago
2
Release of staged builders
#183
CfFanDuel
closed
4 months ago
1
Bug when immutableCollections are used together with STAGED_REQUIRED_ONLY
#182
olsavmic
closed
5 months ago
0
Invoker builder
#181
gdupontf
opened
7 months ago
1
Alternate staged builders that handle optional, etc.
#180
Randgalt
closed
5 months ago
6
Fix staged builders for single component records
#179
Randgalt
closed
7 months ago
4
Fix -Xlint warnings in the generated code
#178
mensinda
closed
7 months ago
1
Staged builders are not generated for records having only a single field
#177
gabrielshanahan
closed
7 months ago
0
Deconstructors/Tuple generator
#175
Randgalt
opened
8 months ago
1
Delete existing class files to avoid JDK/IntelliJ bugs
#174
Randgalt
opened
8 months ago
0
Use Java Composer instead of JavaPoet
#173
Randgalt
closed
8 months ago
0
For some reason. RecordComponentElement.getAccessor() is sometimes null
#172
Randgalt
closed
8 months ago
1
[proposal] generate increment methods for numeric fields
#171
eshepelyuk
opened
8 months ago
0
Allow nullable arguments to be optional in StagedBuilders, allowing them to initialize during the final stage
#170
olsavmic
closed
5 months ago
4
Implement parameterized builder
#169
epkugelmass
opened
9 months ago
0
Builder class is not being generated under Java 21 (was ok under Java 17)
#168
dmitrystalle
opened
9 months ago
1
Update to Jacoco 0.8.11. 0.8.7 doesn't work with Java 21.
#167
Randgalt
closed
9 months ago
0
Return interface type for @RecordInterface
#166
DenWav
opened
9 months ago
1
Once only assignment support
#165
Randgalt
closed
10 months ago
0
Documentation for options
#164
Randgalt
closed
10 months ago
0
Support record component initializers
#163
Randgalt
closed
10 months ago
2
Add readme/doc for all the various options in RecordBuilder.Options
#162
Randgalt
closed
10 months ago
0
Support staged builder
#161
Randgalt
closed
10 months ago
0
Option to make builder ctor public
#160
Randgalt
closed
11 months ago
1
Support staged builder
#159
reda-alaoui
closed
10 months ago
5
Questions regarding `record-builder-validator`
#158
ChristianCiach
closed
1 year ago
1
Allow subclassing of generated Builder
#157
KangoV
closed
11 months ago
2
Issue #123: support nullable collections
#156
hofiisek
closed
1 year ago
6
Introduced useUnmodifiableCollections option
#154
pawellabaj
closed
1 year ago
11
[BUG]Order in collection is not preserved while using useImmutableCollections option
#153
pawellabaj
opened
1 year ago
8
Empty collections by default using RecordInterface
#152
JanecekPetr
opened
1 year ago
4
Support more Collection (and Map) types for immutable collections
#151
JanecekPetr
opened
1 year ago
3
Various clean ups
#150
Randgalt
closed
1 year ago
0
handle RecordBuilder.Options on packages
#149
stbischof
closed
1 year ago
6
@RecordBuilder.Include(packages="foo") should handle Options
#148
stbischof
closed
1 year ago
3
Delete any pre-existing classfile for RecordInterface
#147
Randgalt
closed
8 months ago
2
Null checks fail to render for records having a canonical constructor
#146
slinstaedt
closed
1 year ago
7
Upgrade license-maven-plugin version and reformat
#145
tisonkun
closed
1 year ago
2
Fix javadoc builder core
#144
varunu28
closed
1 year ago
3
@RecordInterface.Include() on package declaration of package-info.java
#143
stbischof
closed
1 year ago
1
Next