Props.whereToLook does not work in 3.0-M8
See original GitHub issueThere is a change between 3.0-M6 and 3.0-M8 which broke whereToLook
functionality of Props
.
The var providers
in https://github.com/lift/framework/blob/master/core/util/src/main/scala/net/liftweb/util/Props.scala#L397 force to initialize lazy val props
during initialization of the object Props
. As result it is not possible to reassign whereToLook
before initialization of props
.
This bug is critical for us.
Issue Analytics
- State:
- Created 8 years ago
- Comments:6 (6 by maintainers)
Top Results From Across the Web
3.0-RC1 - Lift
(#1779) Props.whereToLook works correctly again. In **3.0-M8**, we expanded the abilities of Props to read from arbitrary sources. Unfortunately, in the process ...
Read more >Documentation for Confluence 4.3
By default, Confluence stores its users and groups in the Confluence database. This is called the internal directory. You can choose to ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Incidentally, for us Americans, I dub this the Independence Issue.
reopening as some of us talked about fixing this before RC1