This is an automated email from the ASF dual-hosted git repository.
jamesbognar pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/juneau.git
from e145337f99 Reactor-wide Eclipse resource-warning cleanup
new 85d95678a6 TODO-432: Add composition-time var(--jc-name) Theme
references, resolved to literals at build()
new 4ba9524e6c Ignore JMH-generated benchmark sources under
juneau-integration-tests
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
juneau-integration-tests/.gitignore | 7 +
.../rest/server/console/ConsoleChromeMixin.java | 15 +-
.../rest/server/console/CssValueGrammar.java | 35 +++-
.../apache/juneau/rest/server/console/Theme.java | 133 +++++++++++++-
.../server/console/ConsoleChromeMixin_Test.java | 28 +++
.../rest/server/console/CssValueGrammar_Test.java | 32 +++-
.../server/console/Theme_VarReferences_Test.java | 191 +++++++++++++++++++++
7 files changed, 420 insertions(+), 21 deletions(-)
create mode 100644
juneau-rest/juneau-rest-server-console-ui/src/test/java/org/apache/juneau/rest/server/console/Theme_VarReferences_Test.java