Skip to content

issues Search Results · repo:A248/DazzleConf language:Java

Filter by

42 results
 (54 ms)

42 results

inA248/DazzleConf (press backspace or delete to remove)

Does dazzleconf have a simple way to add values to a map configuration option? I don t meant the default object option, I basically need to dynamically change the configuration values.
  • RayBytes
  • 2
  • Opened 
    on May 31, 2024
  • #46

Hi, i need to add to the interface a type that represents an item from XSeries.XItemStack but adding the return type as Object does not work, this is the problematic interface: public interface EventItens ...
  • EuSouVoce
  • 2
  • Opened 
    on Mar 31, 2024
  • #45

Very weird problem I m encountering. I m using the Gson extension for dazzleconf. I have the following value in my config interface (HexCrawlerConfig): @ConfKey( channel ) @ConfDefault.DefaultLong(0) ...
  • Swedz
  • 3
  • Opened 
    on Feb 17, 2024
  • #44

Hello. This is similar to an issue discussed some time ago for YAML, except now it is for Hocon. java.lang.ClassCastException: class java.lang.Integer cannot be cast to class java.lang.String (java.lang.Integer ...
  • klaidoshka
  • Opened 
    on Jan 4, 2024
  • #43

If the format syntax is invalid, there s nothing we can do. However, if an individual config value is valid, developers might want to handle it in different ways. The main behavior of DazzleConf is to ...
enhancement
  • A248
  • Opened 
    on Aug 30, 2023
  • #42

The ConifgManager example simplifies use of DazzleConf a lot. I copy and paste it to projects i work on. So, why not to include the class in the api itself?
enhancement
  • gepron1x
  • 1
  • Opened 
    on Aug 30, 2023
  • #41

This issue may seem obscure in essence, but it is a backbone for adding more flexibility to DazzleConf in several areas, such as #37, #30, #35. A configuration definition is the result of reading a config ...
enhancement
  • A248
  • Opened 
    on Aug 29, 2023
  • #40

We should take all the default serialization features of DazzleConf and turn them into value serializers. That way, developers can swap out which serialization mechanisms are used. The default serializers, ...
enhancement
  • A248
  • 2
  • Opened 
    on Aug 29, 2023
  • #39

Using @ConfKey to enforce configuration key conventions is brittle and error-prone. I might want to use this-kind-of-format with YAML, and thus use @ConfKey( my-key ) on a method name such as myKey . However, ...
enhancement
feedback wanted
  • A248
  • Opened 
    on Aug 29, 2023
  • #38

We should add easy-to-use migrations to DazzleConf. These allow users to migrate their configuration options from older values as new settings are added. In particular, migrating one s configuration should ...
enhancement
  • A248
  • Opened 
    on Aug 29, 2023
  • #37
Issue origami icon

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 Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

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 Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub